Home
last modified time | relevance | path

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

/PHP-7.2/ext/standard/
H A Dfilestat.c840 gid_t *gids; in php_stat() local
844 gids=(gid_t *)safe_emalloc(groups, sizeof(gid_t), 0); in php_stat()
845 n=getgroups(groups, gids); in php_stat()
847 if(ssb.sb.st_gid==gids[i]) { in php_stat()
854 efree(gids); in php_stat()
/PHP-7.2/ext/phar/
H A Dfunc_interceptors.c460 gid_t *gids; in phar_fancy_stat() local
464 gids=(gid_t *)safe_emalloc(groups, sizeof(gid_t), 0); in phar_fancy_stat()
465 n=getgroups(groups, gids); in phar_fancy_stat()
467 if(stat_sb->st_gid==gids[i]) { in phar_fancy_stat()
474 efree(gids); in phar_fancy_stat()

Completed in 12 milliseconds