Lines Matching refs:cachenode_t
6240 } cachenode_t; typedef
6244 static cachenode_t *names[HASHSIZE];
6245 static cachenode_t *groups[HASHSIZE];
6246 static cachenode_t *uids[HASHSIZE];
6247 static cachenode_t *gids[HASHSIZE];
6263 static cachenode_t *
6264 hash_lookup_byval(cachenode_t *table[], int val) in hash_lookup_byval()
6267 cachenode_t *c; in hash_lookup_byval()
6276 static cachenode_t *
6277 hash_lookup_byname(cachenode_t *table[], char *name) in hash_lookup_byname()
6280 cachenode_t *c; in hash_lookup_byname()
6289 static cachenode_t *
6290 hash_insert(cachenode_t *table[], char *name, int value) in hash_insert()
6292 cachenode_t *c; in hash_insert()
6295 c = calloc(1, sizeof (cachenode_t)); in hash_insert()
6317 cachenode_t *c; in getname()
6329 cachenode_t *c; in getgroup()
6341 cachenode_t *c; in getuidbyname()
6353 cachenode_t *c; in getgidbyname()