Home
last modified time | relevance | path

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

/PHP-8.2/ext/posix/tests/
H A Dposix_getgroups_basic.phpt7 echo "Basic test of POSIX getgroups\n";
19 Basic test of POSIX getgroups
/PHP-8.2/ext/standard/
H A Dphp_filestat.h35 #define getgroups(a, b) 0 macro
H A Dpageinfo.c35 #define getgroups(a, b) 0 macro
H A Dfilestat.c895 groups = getgroups(0, NULL); in php_stat()
898 n=getgroups(groups, gids); in php_stat()
/PHP-8.2/ext/posix/
H A Dconfig.m413 … setegid setsid getsid getpgid ctermid mkfifo mknod setrlimit getrlimit getgroups makedev initgrou…
H A Dposix.c228 if ((result = getgroups(0, NULL)) < 0) { in PHP_FUNCTION()
234 if ((result = getgroups(result, gidlist)) < 0) { in PHP_FUNCTION()
/PHP-8.2/ext/phar/
H A Dfunc_interceptors.c464 groups = getgroups(0, NULL); in phar_fancy_stat()
467 n=getgroups(groups, gids); in phar_fancy_stat()

Completed in 16 milliseconds