cachenode_t
static cachenode_t *names[HASHSIZE];
static cachenode_t *groups[HASHSIZE];
static cachenode_t *uids[HASHSIZE];
static cachenode_t *gids[HASHSIZE];
static cachenode_t *
hash_lookup_byval(cachenode_t *table[], int val)
cachenode_t *c;
static cachenode_t *
hash_lookup_byname(cachenode_t *table[], char *name)
cachenode_t *c;
static cachenode_t *
hash_insert(cachenode_t *table[], char *name, int value)
cachenode_t *c;
c = calloc(1, sizeof (cachenode_t));
cachenode_t *c;
cachenode_t *c;
cachenode_t *c;
cachenode_t *c;