Lines Matching defs:cachenode_t
6238 } cachenode_t;
6242 static cachenode_t *names[HASHSIZE];
6243 static cachenode_t *groups[HASHSIZE];
6244 static cachenode_t *uids[HASHSIZE];
6245 static cachenode_t *gids[HASHSIZE];
6261 static cachenode_t *
6262 hash_lookup_byval(cachenode_t *table[], int val)
6265 cachenode_t *c;
6274 static cachenode_t *
6275 hash_lookup_byname(cachenode_t *table[], char *name)
6278 cachenode_t *c;
6287 static cachenode_t *
6288 hash_insert(cachenode_t *table[], char *name, int value)
6290 cachenode_t *c;
6293 c = calloc(1, sizeof (cachenode_t));
6315 cachenode_t *c;
6327 cachenode_t *c;
6339 cachenode_t *c;
6351 cachenode_t *c;