Home
last modified time | relevance | path

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

/php-src/ext/posix/tests/
H A Dposix_getgroups_basic.phpt13 echo "Basic test of POSIX getgroups\n";
25 Basic test of POSIX getgroups
/php-src/ext/standard/
H A Dphp_filestat.h35 #define getgroups(a, b) 0 macro
H A Dpageinfo.c35 #define getgroups(a, b) 0 macro
H A Dfilestat.c866 groups = getgroups(0, NULL); in php_stat()
869 n=getgroups(groups, gids); in php_stat()
/php-src/ext/posix/
H A Dconfig.m419 getgroups
H A Dposix.c226 if ((result = getgroups(0, NULL)) < 0) { in PHP_FUNCTION()
232 if ((result = getgroups(result, gidlist)) < 0) { in PHP_FUNCTION()
/php-src/ext/phar/
H A Dfunc_interceptors.c355 groups = getgroups(0, NULL); in phar_fancy_stat()
358 n=getgroups(groups, gids); in phar_fancy_stat()

Completed in 19 milliseconds