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

/freebsd-10.3-release/contrib/libc-pwcache/
H A Dpwcache.h52 #define UID_SZ 317 /* size of uid to user_name cache */ macro
H A Dpwcache.c184 if ((uidtb = (UIDC **)calloc(UID_SZ, sizeof(UIDC *))) == NULL) {
274 pptr = uidtb + (uid % UID_SZ);
547 FLUSHTB(uidtb, UID_SZ, uidtb_fail);
/freebsd-10.3-release/bin/pax/
H A Dcache.h50 #define UID_SZ 317 /* size of user_name/uid cache */ macro
H A Dcache.c83 if ((uidtb = (UIDC **)calloc(UID_SZ, sizeof(UIDC *))) == NULL) {
183 ptr = uidtb[uid % UID_SZ];
201 ptr = uidtb[uid % UID_SZ] = (UIDC *)malloc(sizeof(UIDC));

Completed in 23 milliseconds