Searched refs:grptb (Results 1 – 2 of 2) sorted by relevance
93 static GRPT **grptb = NULL; /* group selection table */ variable110 ((grptb != NULL) && grp_match(arcn)) || in sel_chk()238 if ((grptb == NULL) && in grp_add()239 ((grptb = calloc(GRP_TB_SZ, sizeof(GRPT *))) == NULL)) { in grp_add()265 if ((pt = grptb[indx]) != NULL) { in grp_add()278 pt->fow = grptb[indx]; in grp_add()279 grptb[indx] = pt; in grp_add()301 pt = grptb[((unsigned)arcn->sb.st_gid) % GRP_TB_SZ]; in grp_match()
89 static GIDC **grptb; /* group name to gid cache */ variable183 if (grptb != NULL) in grptb_start()187 if ((grptb = calloc(GNM_SZ, sizeof(GIDC *))) == NULL) { in grptb_start()397 if ((grptb != NULL) || (grptb_start() == 0)) { in gid_from_group()402 pptr = grptb + st_hash(name, namelen, GID_SZ); in gid_from_group()