Home
last modified time | relevance | path

Searched refs:getgroups (Results 1 – 7 of 7) sorted by relevance

/PHP-5.5/ext/posix/tests/
H A Dposix_getgroups_basic.phpt9 echo "Basic test of POSIX getgroups\n";
22 Basic test of POSIX getgroups
/PHP-5.5/ext/standard/
H A Dpageinfo.c43 #define getgroups(a, b) 0 macro
H A Dphp_filestat.h81 #define getgroups(a, b) 0 macro
H A Dfilestat.c931 groups = getgroups(0, NULL); in php_stat()
934 n=getgroups(groups, gids); in php_stat()
/PHP-5.5/ext/posix/
H A Dconfig.m414 …d setsid getsid setpgid getpgid ctermid mkfifo mknod getrlimit getlogin getgroups makedev initgrou…
H A Dposix.c506 if ((result = getgroups(NGROUPS_MAX, gidlist)) < 0) { in PHP_FUNCTION()
/PHP-5.5/ext/phar/
H A Dfunc_interceptors.c466 groups = getgroups(0, NULL); in phar_fancy_stat()
469 n=getgroups(groups, gids); in phar_fancy_stat()

Completed in 26 milliseconds