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

/freebsd-10.3-release/usr.bin/csup/
H A Didcache.c57 struct gidc { struct
61 struct gidc *next; /* for collisions */
65 static struct gidc **gidtoname; /* gid to group name cache */
67 static struct gidc **nametogid; /* group name to gid cache */
142 gidc_insert(struct gidc **tbl, struct gidc *gidc, uint32_t key) argument
145 gidc->next = tbl[key];
146 tbl[key] = gidc;
200 struct gidc *gid local
296 struct gidc *gidc, *gidc2; local
361 struct gidc *gidc, *gidc2; local
[all...]
/freebsd-10.3-release/contrib/libc-pwcache/
H A Dpwcache.h69 typedef struct gidc { struct
/freebsd-10.3-release/bin/pax/
H A Dcache.h67 typedef struct gidc { struct

Completed in 53 milliseconds