Home
last modified time | relevance | path

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

/PHP-8.1/ext/standard/
H A Dfilestat.c869 gid_t *gids; in php_stat() local
873 gids=(gid_t *)safe_emalloc(groups, sizeof(gid_t), 0); in php_stat()
874 n=getgroups(groups, gids); in php_stat()
876 if(ssb.sb.st_gid==gids[i]) { in php_stat()
883 efree(gids); in php_stat()
/PHP-8.1/ext/phar/
H A Dfunc_interceptors.c462 gid_t *gids; in phar_fancy_stat() local
466 gids=(gid_t *)safe_emalloc(groups, sizeof(gid_t), 0); in phar_fancy_stat()
467 n=getgroups(groups, gids); in phar_fancy_stat()
469 if(stat_sb->st_gid==gids[i]) { in phar_fancy_stat()
476 efree(gids); in phar_fancy_stat()

Completed in 10 milliseconds