Home
last modified time | relevance | path

Searched refs:cachenode_t (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/cmd/tar/
H A Dtar.c6236 } cachenode_t; typedef
6240 static cachenode_t *names[HASHSIZE];
6241 static cachenode_t *groups[HASHSIZE];
6242 static cachenode_t *uids[HASHSIZE];
6243 static cachenode_t *gids[HASHSIZE];
6259 static cachenode_t *
6260 hash_lookup_byval(cachenode_t *table[], int val) in hash_lookup_byval()
6263 cachenode_t *c; in hash_lookup_byval()
6272 static cachenode_t *
6273 hash_lookup_byname(cachenode_t *table[], char *name) in hash_lookup_byname()
[all …]