Searched refs:getgroups (Results 1 – 7 of 7) sorted by relevance
9 echo "Basic test of POSIX getgroups\n";21 Basic test of POSIX getgroups
35 #define getgroups(a, b) 0 macro
818 groups = getgroups(0, NULL); in php_stat()821 n=getgroups(groups, gids); in php_stat()
13 … setegid setsid getsid getpgid ctermid mkfifo mknod setrlimit getrlimit getgroups makedev initgrou…
295 if ((result = getgroups(0, NULL)) < 0) { in PHP_FUNCTION()301 if ((result = getgroups(result, gidlist)) < 0) { in PHP_FUNCTION()
464 groups = getgroups(0, NULL); in phar_fancy_stat()467 n=getgroups(groups, gids); in phar_fancy_stat()
Completed in 24 milliseconds