Searched refs:uidc (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/usr.bin/csup/
H A Didcache.c50 struct uidc { struct
54 struct uidc *next; /* for collisions */
64 static struct uidc **uidtoname; /* uid to user name cache */
66 static struct uidc **nametouid; /* user name to uid cache */
134 uidc_insert(struct uidc **tbl, struct uidc *uidc, uint32_t key) argument
137 uidc->next = tbl[key];
138 tbl[key] = uidc;
154 struct uidc *uid local
247 struct uidc *uidc, *uidc2; local
360 struct uidc *uidc, *uidc2; local
[all...]
/freebsd-10.2-release/contrib/libc-pwcache/
H A Dpwcache.h63 typedef struct uidc { struct
/freebsd-10.2-release/bin/pax/
H A Dcache.h61 typedef struct uidc { struct

Completed in 162 milliseconds