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

/osnet-11/usr/src/lib/libpkg/common/
H A Dncgrpw.c57 static Cache *grnam_cache = (Cache *) NULL; variable
123 if (init_cache(&grnam_cache, HASHSIZE, BSZ,
126 grnam_cache = (Cache *) NULL;
135 if ((itemp = lookup_cache(grnam_cache, nam, len)) == Null_Item) {
169 if (add_cache(grnam_cache, itemp) == -1)

Completed in 21 milliseconds