Home
last modified time | relevance | path

Searched refs:getgroups (Results 1 – 7 of 7) sorted by relevance

/PHP-7.4/ext/posix/tests/
H A Dposix_getgroups_basic.phpt9 echo "Basic test of POSIX getgroups\n";
22 Basic test of POSIX getgroups
/PHP-7.4/ext/standard/
H A Dpageinfo.c41 #define getgroups(a, b) 0 macro
H A Dphp_filestat.h74 #define getgroups(a, b) 0 macro
H A Dfilestat.c848 groups = getgroups(0, NULL); in php_stat()
851 n=getgroups(groups, gids); in php_stat()
/PHP-7.4/ext/posix/
H A Dconfig.m413 … setegid setsid getsid getpgid ctermid mkfifo mknod setrlimit getrlimit getgroups makedev initgrou…
H A Dposix.c574 if ((result = getgroups(0, NULL)) < 0) { in PHP_FUNCTION()
580 if ((result = getgroups(result, gidlist)) < 0) { in PHP_FUNCTION()
/PHP-7.4/ext/phar/
H A Dfunc_interceptors.c460 groups = getgroups(0, NULL); in phar_fancy_stat()
463 n=getgroups(groups, gids); in phar_fancy_stat()

Completed in 16 milliseconds