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

/osnet-11/usr/src/lib/libpkg/common/
H A Dnhash.h66 extern int init_cache(Cache **cp, int hsz, int bsz,
H A Dncgrpw.c53 #define ERR_NOINIT "%s: init_cache() failed.\n"
123 if (init_cache(&grnam_cache, HASHSIZE, BSZ,
190 if (init_cache(&pwnam_cache, HASHSIZE, BSZ,
282 if (init_cache(&grgid_cache, HASHSIZE, BSZ,
346 if (init_cache(&pwuid_cache, HASHSIZE, BSZ,
H A Dnhash.c76 init_cache(Cache **cp, int hsz, int bsz, function
115 * If cp is NULL, then init_cache() wasn't called. Quietly return the
167 * If cp is NULL, then init_cache() wasn't called. Quietly return the

Completed in 16 milliseconds