Searched refs:UIDC (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/bin/pax/
H A Dcache.h65 } UIDC; typedef in typeref:struct:uidc
H A Dcache.c63 static UIDC **uidtb = NULL; /* uid to name cache */
65 static UIDC **usrtb = NULL; /* user name to uid cache */
84 if ((uidtb = (UIDC **)calloc(UID_SZ, sizeof(UIDC *))) == NULL) {
132 if ((usrtb = (UIDC **)calloc(UNM_SZ, sizeof(UIDC *))) == NULL) {
176 UIDC *ptr;
202 ptr = uidtb[uid % UID_SZ] = (UIDC *)malloc(sizeof(UIDC));
317 UIDC *pt
[all...]
/freebsd-10.0-release/contrib/libc-pwcache/
H A Dpwcache.h67 } UIDC; typedef in typeref:struct:uidc
H A Dpwcache.c137 static UIDC **uidtb; /* uid to name cache */
139 static UIDC **usrtb; /* user name to uid cache */
184 if ((uidtb = (UIDC **)calloc(UID_SZ, sizeof(UIDC *))) == NULL) {
226 if ((usrtb = (UIDC **)calloc(UNM_SZ, sizeof(UIDC *))) == NULL) {
266 UIDC *ptr, **pptr;
296 *pptr = ptr = (UIDC *)malloc(sizeof(UIDC));
402 UIDC *pt
[all...]

Completed in 123 milliseconds