Home
last modified time | relevance | path

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

/freebsd/bin/pax/
H A Dcache.c77 if ((uidtb = (UIDC **)calloc(UID_SZ, sizeof(UIDC *))) == NULL) { in uidtb_start()
177 ptr = uidtb[uid % UID_SZ]; in name_uid()
195 ptr = uidtb[uid % UID_SZ] = (UIDC *)malloc(sizeof(UIDC)); in name_uid()
H A Dcache.h49 #define UID_SZ 317 /* size of user_name/uid cache */ macro
/freebsd/contrib/libc-pwcache/
H A Dpwcache.h52 #define UID_SZ 317 /* size of uid to user_name cache */ macro
H A Dpwcache.c183 if ((uidtb = (UIDC **)calloc(UID_SZ, sizeof(UIDC *))) == NULL) { in uidtb_start()
273 pptr = uidtb + (uid % UID_SZ); in user_from_uid()
546 FLUSHTB(uidtb, UID_SZ, uidtb_fail); in pwcache_userdb()