Searched refs:getgroups (Results 1 – 7 of 7) sorted by relevance
9 echo "Basic test of POSIX getgroups\n";22 Basic test of POSIX getgroups
43 #define getgroups(a, b) 0 macro
81 #define getgroups(a, b) 0 macro
931 groups = getgroups(0, NULL); in php_stat()934 n=getgroups(groups, gids); in php_stat()
14 …d setsid getsid setpgid getpgid ctermid mkfifo mknod getrlimit getlogin getgroups makedev initgrou…
506 if ((result = getgroups(NGROUPS_MAX, gidlist)) < 0) { in PHP_FUNCTION()
466 groups = getgroups(0, NULL); in phar_fancy_stat()469 n=getgroups(groups, gids); in phar_fancy_stat()
Completed in 32 milliseconds