cachenode
struct cachenode *lesschild; /* subtree whose entries < val */
struct cachenode *grtrchild; /* subtree whose entries > val */
static struct cachenode *names, *groups;
static struct cachenode *user_sids, *group_sids;
static struct cachenode *
findincache(struct cachenode **head, long val)
struct cachenode **parent = head;
struct cachenode *c = *parent;
c = calloc(1, sizeof (struct cachenode));
struct cachenode *c;
struct cachenode *c;
struct cachenode *c;
struct cachenode *c;
static struct cachenode *findincache(struct cachenode **, long);
c = calloc(1, sizeof (struct cachenode));
struct cachenode *c;
struct cachenode *c;
struct cachenode *c;
struct cachenode *c;
static struct cachenode *findincache(struct cachenode **, long);
struct cachenode *lesschild; /* subtree whose entries < val */
struct cachenode *grtrchild; /* subtree whose entries > val */
static struct cachenode *names, *groups;
static struct cachenode *
findincache(struct cachenode **head, long val)
struct cachenode **parent = head;
struct cachenode *c = *parent;
struct cachenode *next; /* next in hash chain */
struct cachenode *lesschild; /* subtree whose entries < val */
struct cachenode *grtrchild; /* subtree whose entries > val */
static struct cachenode *
findincache(struct cachenode **head, id_t val)
register struct cachenode **parent = head;
register struct cachenode *c = *parent;
*parent = c = (struct cachenode *)calloc(1, sizeof (struct cachenode));
struct cachenode *c;
struct cachenode *c;