Searched refs:grgid_cache (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libpkg/common/
H A Dncgrpw.c59 static Cache *grgid_cache = (Cache *) NULL; variable
282 if (init_cache(&grgid_cache, HASHSIZE, BSZ,
285 grgid_cache = (Cache *) NULL;
294 if ((itemp = lookup_cache(grgid_cache, &gid, len)) == Null_Item) {
325 if (add_cache(grgid_cache, itemp) == -1)

Completed in 22 milliseconds