Home
last modified time | relevance | path

Searched refs:posix (Results 1 – 25 of 103) sorted by relevance

12345

/PHP-8.1/ext/posix/
H A Dphp_posix.h35 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 Dconfig.m41 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)
/PHP-8.1/ext/posix/tests/
H A Dposix_ctermid.phpt5 Source code: ext/posix/posix.c
10 posix
14 // needed because of #ifdef HAVE_CTERMID in posix.c
H A Dposix_times.phpt5 Source code: ext/posix/posix.c
10 posix
H A Dposix_ttyname.phpt5 Source code: ext/posix/posix.c
10 posix
H A Dposix_getsid.phpt5 Source code: ext/posix/posix.c
10 posix
H A Dposix_ttyname_error_wrongparams.phpt5 Source code: ext/posix/posix.c
11 posix
H A D001.phpt4 posix
H A Dposix_setegid_basic.phpt4 posix
H A Dposix_initgroups.phpt4 posix
H A Dposix_isatty.phpt4 posix
H A Dposix_mknod.phpt4 posix
H A Dposix_getcwd.phpt4 posix
H A Dposix_getrlimit.phpt4 posix
H A Dbug75696.phpt4 posix
H A Dposix_getegid_basic.phpt7 posix
H A Dposix_getpgrp_basic.phpt4 posix
H A Dposix_getpid_basic.phpt4 posix
H A Dposix_getppid_basic.phpt4 posix
H A Dposix_getsid_error.phpt9 posix
H A Dposix_getpgid_basic.phpt4 posix
H A Dposix_getsid_basic.phpt4 posix
/PHP-8.1/ext/pcre/pcre2lib/
H A Dpcre2_convert.c130 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.1/ext/pcre/tests/
H A D005.phpt14 /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.1/ext/pcntl/tests/
H A Dpcntl_signal_dispatch.phpt5 posix

Completed in 31 milliseconds

12345