Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/tar/
H A Dtar.c6194 } cachenode_t; typedef
6198 static cachenode_t *names[HASHSIZE];
6199 static cachenode_t *groups[HASHSIZE];
6200 static cachenode_t *uids[HASHSIZE];
6201 static cachenode_t *gids[HASHSIZE];
6217 static cachenode_t *
6218 hash_lookup_byval(cachenode_t *table[], int val) in hash_lookup_byval()
6221 cachenode_t *c; in hash_lookup_byval()
6230 static cachenode_t *
6231 hash_lookup_byname(cachenode_t *table[], char *name) in hash_lookup_byname()
[all …]