getgroups         463 ext/phar/func_interceptors.c 			groups = getgroups(0, NULL);
getgroups         466 ext/phar/func_interceptors.c 				n=getgroups(groups, gids);
getgroups         567 ext/posix/posix.c 	if ((result = getgroups(NGROUPS_MAX, gidlist)) < 0) {
getgroups         919 ext/standard/filestat.c 			groups = getgroups(0, NULL);
getgroups         922 ext/standard/filestat.c 				n=getgroups(groups, gids);