Searched refs:posix (Results 1 – 25 of 113) sorted by relevance
12345
/PHP-8.2/ext/posix/ |
H A D | php_posix.h | 35 ZEND_BEGIN_MODULE_GLOBALS(posix) 37 ZEND_END_MODULE_GLOBALS(posix) 43 ZEND_EXTERN_MODULE_GLOBALS(posix) 44 #define POSIX_G(v) ZEND_MODULE_GLOBALS_ACCESSOR(posix, v)
|
H A D | config.m4 | 1 PHP_ARG_ENABLE([posix], 3 [AS_HELP_STRING([--disable-posix], 9 PHP_NEW_EXTENSION(posix, posix.c, $ext_shared,, -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1)
|
H A D | posix.c | 51 ZEND_DECLARE_MODULE_GLOBALS(posix) 52 static PHP_MINFO_FUNCTION(posix); 55 static PHP_MINFO_FUNCTION(posix) in PHP_MINFO_FUNCTION() argument 63 static PHP_GINIT_FUNCTION(posix) /* {{{ */ in PHP_GINIT_FUNCTION() argument 73 static PHP_MINIT_FUNCTION(posix) in PHP_MINIT_FUNCTION() argument 86 PHP_MINIT(posix), 90 PHP_MINFO(posix), 92 PHP_MODULE_GLOBALS(posix), 93 PHP_GINIT(posix), 104 ZEND_GET_MODULE(posix) in ZEND_GET_MODULE() argument
|
/PHP-8.2/ext/posix/tests/ |
H A D | posix_ctermid.phpt | 5 Source code: ext/posix/posix.c 10 posix 14 // needed because of #ifdef HAVE_CTERMID in posix.c
|
H A D | posix_times.phpt | 5 Source code: ext/posix/posix.c 10 posix
|
H A D | posix_ttyname.phpt | 5 Source code: ext/posix/posix.c 10 posix
|
H A D | posix_getsid.phpt | 5 Source code: ext/posix/posix.c 10 posix
|
H A D | posix_ttyname_error_wrongparams.phpt | 5 Source code: ext/posix/posix.c 11 posix
|
H A D | 001.phpt | 4 posix
|
H A D | posix_setegid_basic.phpt | 4 posix
|
H A D | posix_initgroups.phpt | 4 posix
|
H A D | posix_mknod.phpt | 4 posix
|
H A D | posix_isatty.phpt | 4 posix
|
H A D | posix_getcwd.phpt | 4 posix
|
H A D | posix_getrlimit.phpt | 4 posix
|
H A D | bug75696.phpt | 4 posix
|
H A D | posix_getegid_basic.phpt | 7 posix
|
H A D | posix_getpgrp_basic.phpt | 4 posix
|
H A D | posix_getpid_basic.phpt | 4 posix
|
H A D | posix_getppid_basic.phpt | 4 posix
|
H A D | posix_getsid_error.phpt | 9 posix
|
H A D | posix_getpgid_basic.phpt | 4 posix
|
/PHP-8.2/ext/pcre/pcre2lib/ |
H A D | pcre2_convert.c | 130 PCRE2_SPTR posix = pattern; in convert_posix() local 168 c = *posix; in convert_posix() 170 GETCHARLENTEST(c, posix, clength); in convert_posix() 172 posix += clength; in convert_posix() 202 posix++; in convert_posix() 238 posix[1] == CHAR_COLON && in convert_posix() 241 posix[3] == CHAR_COLON && in convert_posix() 248 posix += 6; in convert_posix() 265 posix++; in convert_posix() 271 posix++; in convert_posix() [all …]
|
/PHP-8.2/ext/pcre/tests/ |
H A D | 005.phpt | 14 /p2/var/php_gcov/PHP_4_4/ext/posix/posix.c: In function `zif_posix_getpgid': 15 /p2/var/php_gcov/PHP_4_4/ext/posix/posix.c:484: warning: implicit declaration of function `getpgid' 16 /p2/var/php_gcov/PHP_4_4/ext/posix/posix.c: In function `zif_posix_getsid': 17 /p2/var/php_gcov/PHP_4_4/ext/posix/posix.c:506: warning: implicit declaration of function `getsid' 127 [0] => /p2/var/php_gcov/PHP_4_4/ext/posix/posix.c: In function `zif_posix_getpgid': 131 [2] => /p2/var/php_gcov/PHP_4_4/ext/posix/posix.c 134 [5] => /p2/var/php_gcov/PHP_4_4/ext/posix/posix.c 142 [0] => /p2/var/php_gcov/PHP_4_4/ext/posix/posix.c: In function `zif_posix_getsid': 144 [1] => /p2/var/php_gcov/PHP_4_4/ext/posix/posix.c: In function `zif_posix_getsid': 146 [2] => /p2/var/php_gcov/PHP_4_4/ext/posix/posix.c [all …]
|
/PHP-8.2/ext/pcntl/tests/ |
H A D | pcntl_signal_dispatch.phpt | 5 posix
|
Completed in 47 milliseconds
12345