Home
last modified time | relevance | path

Searched defs:cachenode (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/ucbcmd/ls/
H A Dls.c776 static struct cachenode { /* this struct must be zeroed before using */ struct
777 struct cachenode *lesschild; /* subtree whose entries < val */ argument
778 struct cachenode *grtrchild; /* subtree whose entries > val */ argument
784 static struct cachenode * argument
/titanic_50/usr/src/cmd/ls/
H A Dls.c2178 struct cachenode { /* this struct must be zeroed before using */ struct
2179 struct cachenode *lesschild; /* subtree whose entries < val */ argument
2180 struct cachenode *grtrchild; /* subtree whose entries > val */ argument
2185 static struct cachenode *names, *groups; argument
/titanic_50/usr/src/cmd/tar/
H A Dtar.c6231 typedef struct cachenode { /* this struct must be zeroed before using */ struct
6232 struct cachenode *next; /* next in hash chain */ argument
6236 } cachenode_t; argument