Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dfilestat.c929 gid_t *gids; in php_stat() local
933 gids=(gid_t *)safe_emalloc(groups, sizeof(gid_t), 0); in php_stat()
934 n=getgroups(groups, gids); in php_stat()
936 if(ssb.sb.st_gid==gids[i]) { in php_stat()
943 efree(gids); in php_stat()
/PHP-5.5/ext/phar/
H A Dfunc_interceptors.c464 gid_t *gids; in phar_fancy_stat() local
468 gids=(gid_t *)safe_emalloc(groups, sizeof(gid_t), 0); in phar_fancy_stat()
469 n=getgroups(groups, gids); in phar_fancy_stat()
471 if(stat_sb->st_gid==gids[i]) { in phar_fancy_stat()
478 efree(gids); in phar_fancy_stat()

Completed in 14 milliseconds