Searched refs:GID_SZ (Results 1 – 2 of 2) sorted by relevance
202 if ((gidtb = (GIDC **)calloc(GID_SZ, sizeof(GIDC *))) == NULL) { in gidtb_start()340 pptr = gidtb + (gid % GID_SZ); in group_from_gid()478 pptr = grptb + st_hash(name, namelen, GID_SZ); in gid_from_group()570 FLUSHTB(gidtb, GID_SZ, gidtb_fail); in pwcache_groupdb()
53 #define GID_SZ 251 /* size of gid to group_name cache */ macro