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
41 #define getgroups(a, b) 0 macro
74 #define getgroups(a, b) 0 macro
840 groups = getgroups(0, NULL); in php_stat()843 n=getgroups(groups, gids); in php_stat()
12 …etsid setpgid getpgid ctermid mkfifo mknod setrlimit getrlimit getlogin getgroups makedev initgrou…
571 if ((result = getgroups(NGROUPS_MAX, gidlist)) < 0) { in PHP_FUNCTION()
460 groups = getgroups(0, NULL); in phar_fancy_stat()463 n=getgroups(groups, gids); in phar_fancy_stat()
Completed in 15 milliseconds