Home
last modified time | relevance | path

Searched refs:ENOSYS (Results 1 – 4 of 4) sorted by relevance

/PHP-8.0/win32/
H A Dwinutil.h41 #if !defined(ENOSYS)
42 # define ENOSYS EPERM macro
H A Dwinutil.c197 /* 50 */ , { ERROR_NOT_SUPPORTED , ENOSYS } in php_win32_code_to_errno()
/PHP-8.0/ext/sockets/
H A Dunix_socket_constants.h135 #ifdef ENOSYS
137 REGISTER_LONG_CONSTANT("SOCKET_ENOSYS", ENOSYS, CONST_CS | CONST_PERSISTENT);
/PHP-8.0/ext/standard/
H A Drandom.c140 if (errno == ENOSYS) { in php_random_bytes()

Completed in 20 milliseconds