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

/osnet-11/usr/src/lib/libpkg/common/
H A Dncgrpw.c56 static Cache *pwnam_cache = (Cache *) NULL; variable
190 if (init_cache(&pwnam_cache, HASHSIZE, BSZ,
193 pwnam_cache = (Cache *) NULL;
202 if ((itemp = lookup_cache(pwnam_cache, nam, len)) == Null_Item) {
239 if (add_cache(pwnam_cache, itemp) == -1)

Completed in 15 milliseconds