lookup_cache
rc = lookup_cache(largs, &cfg, &args, whoami, &this_entry);
static nscd_rc_t lookup_cache(nsc_lookup_args_t *, nscd_cfg_cache_t *,
db = lookup_cache(NULL, curloc, catname);
db = lookup_cache(NULL, def_locale, catname);
while ((db = lookup_cache(db, NULL, catname)) != NULL)
if (lookup_cache(libloc_p) == CFGA_OK)
if ((itemp = lookup_cache(grnam_cache, nam, len)) == Null_Item) {
if ((itemp = lookup_cache(pwnam_cache, nam, len)) == Null_Item) {
if ((itemp = lookup_cache(grgid_cache, &gid, len)) == Null_Item) {
if ((itemp = lookup_cache(pwuid_cache, &uid, len)) == Null_Item) {
extern Item *lookup_cache(Cache *cp, void *datap, int datalen);