getgroups         466 ext/phar/func_interceptors.c 			groups = getgroups(0, NULL);
getgroups         469 ext/phar/func_interceptors.c 				n=getgroups(groups, gids);
getgroups         506 ext/posix/posix.c 	if ((result = getgroups(NGROUPS_MAX, gidlist)) < 0) {
getgroups         931 ext/standard/filestat.c 			groups = getgroups(0, NULL);
getgroups         934 ext/standard/filestat.c 				n=getgroups(groups, gids);