add_cache
add_cache(host, nconf->nc_netid, addr, tmpaddr);
if (add_cache(grnam_cache, itemp) == -1)
if (add_cache(pwnam_cache, itemp) == -1)
if (add_cache(grgid_cache, itemp) == -1)
if (add_cache(pwuid_cache, itemp) == -1)
extern int add_cache(Cache *cp, Item *itemp);