Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dpageinfo.c34 #undef getgid
36 #define getgid() 1 macro
65 BG(page_gid) = getgid(); in php_statpage()
H A Dphp_filestat.h34 #undef getgid
36 #define getgid() 1 macro
H A Dfilestat.c834 } else if(stat_sb->st_gid==getgid()) { in php_stat()
/php-src/ext/posix/tests/
H A Dposix_getgrgid_basic.phpt7 echo "Basic test of POSIX getgid and getgrid functions\n";
16 Basic test of POSIX getgid and getgrid functions
/php-src/ext/opcache/
H A Dconfig.m4142 shmbuf.shm_perm.gid = getgid();
/php-src/ext/posix/
H A Dposix.c165 PHP_POSIX_RETURN_LONG_FUNC(getgid); in PHP_FUNCTION()
/php-src/ext/phar/
H A Dfunc_interceptors.c348 } else if(stat_sb->st_gid==getgid()) { in phar_fancy_stat()

Completed in 25 milliseconds