Home
last modified time | relevance | path

Searched refs:gids (Results 1 – 2 of 2) sorted by relevance

/PHP-7.0/ext/standard/
H A Dfilestat.c917 gid_t *gids; in php_stat() local
921 gids=(gid_t *)safe_emalloc(groups, sizeof(gid_t), 0); in php_stat()
922 n=getgroups(groups, gids); in php_stat()
924 if(ssb.sb.st_gid==gids[i]) { in php_stat()
931 efree(gids); in php_stat()
/PHP-7.0/ext/phar/
H A Dfunc_interceptors.c461 gid_t *gids; in phar_fancy_stat() local
465 gids=(gid_t *)safe_emalloc(groups, sizeof(gid_t), 0); in phar_fancy_stat()
466 n=getgroups(groups, gids); in phar_fancy_stat()
468 if(stat_sb->st_gid==gids[i]) { in phar_fancy_stat()
475 efree(gids); in phar_fancy_stat()

Completed in 9 milliseconds