Home
last modified time | relevance | path

Searched refs:REGISTER_PCNTL_ERRNO_CONSTANT (Results 1 – 2 of 2) sorted by relevance

/PHP-8.1/ext/pcntl/
H A Dpcntl.c376 REGISTER_PCNTL_ERRNO_CONSTANT(EINTR); in php_pcntl_register_errno_constants()
379 REGISTER_PCNTL_ERRNO_CONSTANT(ECHILD); in php_pcntl_register_errno_constants()
382 REGISTER_PCNTL_ERRNO_CONSTANT(EINVAL); in php_pcntl_register_errno_constants()
385 REGISTER_PCNTL_ERRNO_CONSTANT(EAGAIN); in php_pcntl_register_errno_constants()
388 REGISTER_PCNTL_ERRNO_CONSTANT(ESRCH); in php_pcntl_register_errno_constants()
391 REGISTER_PCNTL_ERRNO_CONSTANT(EACCES); in php_pcntl_register_errno_constants()
394 REGISTER_PCNTL_ERRNO_CONSTANT(EPERM); in php_pcntl_register_errno_constants()
397 REGISTER_PCNTL_ERRNO_CONSTANT(ENOMEM); in php_pcntl_register_errno_constants()
400 REGISTER_PCNTL_ERRNO_CONSTANT(E2BIG); in php_pcntl_register_errno_constants()
406 REGISTER_PCNTL_ERRNO_CONSTANT(EIO); in php_pcntl_register_errno_constants()
[all …]
H A Dphp_pcntl.h61 #define REGISTER_PCNTL_ERRNO_CONSTANT(name) REGISTER_LONG_CONSTANT("PCNTL_" #name, name, CONST_CS |… macro

Completed in 8 milliseconds