init_cache
extern nscd_rc_t init_cache();
if ((rc = init_cache(0)) != NSCD_SUCCESS) {
if (init_cache(&grnam_cache, HASHSIZE, BSZ,
if (init_cache(&pwnam_cache, HASHSIZE, BSZ,
if (init_cache(&grgid_cache, HASHSIZE, BSZ,
if (init_cache(&pwuid_cache, HASHSIZE, BSZ,
extern int init_cache(Cache **cp, int hsz, int bsz,