Home
last modified time | relevance | path

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

/PHP-7.3/ext/posix/tests/
H A Dposix_getgroups_basic.phpt9 echo "Basic test of POSIX getgroups\n";
22 Basic test of POSIX getgroups
/PHP-7.3/ext/standard/
H A Dpageinfo.c41 #define getgroups(a, b) 0 macro
H A Dphp_filestat.h74 #define getgroups(a, b) 0 macro
H A Dfilestat.c840 groups = getgroups(0, NULL); in php_stat()
843 n=getgroups(groups, gids); in php_stat()
/PHP-7.3/ext/posix/
H A Dconfig.m412 …etsid setpgid getpgid ctermid mkfifo mknod setrlimit getrlimit getlogin getgroups makedev initgrou…
H A Dposix.c571 if ((result = getgroups(NGROUPS_MAX, gidlist)) < 0) { in PHP_FUNCTION()
/PHP-7.3/ext/phar/
H A Dfunc_interceptors.c460 groups = getgroups(0, NULL); in phar_fancy_stat()
463 n=getgroups(groups, gids); in phar_fancy_stat()

Completed in 21 milliseconds