gid 211 lib/util.h const char *get_group (gid_t gid); gid 305 lib/utilunix.c get_group (gid_t gid) gid 311 lib/utilunix.c name = i_cache_match ((int) gid, gid_cache, GID_CACHE_SIZE); gid 315 lib/utilunix.c grp = getgrgid (gid); gid 318 lib/utilunix.c i_cache_add ((int) gid, gid_cache, GID_CACHE_SIZE, grp->gr_name, (int *) &gid_last); gid 325 lib/utilunix.c g_snprintf (gbuf, sizeof (gbuf), "%d", (int) gid); gid 252 src/vfs/sftpfs/internal.c s->st_gid = attrs->gid; gid 146 src/vfs/tar/tar.c char gid[8]; /* 116 */ gid 573 src/vfs/tar/tar.c : tar_from_oct (8,header->header.gid); gid 593 src/vfs/tar/tar.c st->st_gid = tar_from_oct (8, header->header.gid); gid 82 src/vfs/undelfs/undelfs.c unsigned short gid; gid 303 src/vfs/undelfs/undelfs.c delarray[num_delarray].gid = inode.i_gid; gid 634 src/vfs/undelfs/undelfs.c buf->st_gid = delarray[inode_index].gid; gid 168 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c symbolic_gid (gid_t gid) gid 170 tests/src/vfs/extfs/helpers-list/mc_parse_ls_l.c return (opt_symbolic_ids && gid == getgid ())? "<<gid>>" : my_itoa ((int) gid);