Searched refs:getgroups (Results 1 – 7 of 7) sorted by relevance
13 echo "Basic test of POSIX getgroups\n";25 Basic test of POSIX getgroups
35 #define getgroups(a, b) 0 macro
866 groups = getgroups(0, NULL); in php_stat()869 n=getgroups(groups, gids); in php_stat()
19 getgroups
226 if ((result = getgroups(0, NULL)) < 0) { in PHP_FUNCTION()232 if ((result = getgroups(result, gidlist)) < 0) { in PHP_FUNCTION()
355 groups = getgroups(0, NULL); in phar_fancy_stat()358 n=getgroups(groups, gids); in phar_fancy_stat()
Completed in 16 milliseconds