Home
last modified time | relevance | path

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

/PHP-8.0/ext/pcntl/
H A Dpcntl.c349 REGISTER_PCNTL_ERRNO_CONSTANT(EINTR); in php_pcntl_register_errno_constants()
352 REGISTER_PCNTL_ERRNO_CONSTANT(ECHILD); in php_pcntl_register_errno_constants()
355 REGISTER_PCNTL_ERRNO_CONSTANT(EINVAL); in php_pcntl_register_errno_constants()
358 REGISTER_PCNTL_ERRNO_CONSTANT(EAGAIN); in php_pcntl_register_errno_constants()
361 REGISTER_PCNTL_ERRNO_CONSTANT(ESRCH); in php_pcntl_register_errno_constants()
364 REGISTER_PCNTL_ERRNO_CONSTANT(EACCES); in php_pcntl_register_errno_constants()
367 REGISTER_PCNTL_ERRNO_CONSTANT(EPERM); in php_pcntl_register_errno_constants()
370 REGISTER_PCNTL_ERRNO_CONSTANT(ENOMEM); in php_pcntl_register_errno_constants()
373 REGISTER_PCNTL_ERRNO_CONSTANT(E2BIG); in php_pcntl_register_errno_constants()
379 REGISTER_PCNTL_ERRNO_CONSTANT(EIO); in php_pcntl_register_errno_constants()
[all …]
H A Dphp_pcntl.h99 #define REGISTER_PCNTL_ERRNO_CONSTANT(name) REGISTER_LONG_CONSTANT("PCNTL_" #name, name, CONST_CS |… macro

Completed in 11 milliseconds