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

/freebsd-10.3-release/contrib/libc-pwcache/
H A Dpwcache.h53 #define UNM_SZ 317 /* size of user_name to uid cache */ macro
H A Dpwcache.c226 if ((usrtb = (UIDC **)calloc(UNM_SZ, sizeof(UIDC *))) == NULL) {
417 pptr = usrtb + st_hash(name, namelen, UNM_SZ);
548 FLUSHTB(usrtb, UNM_SZ, usrtb_fail);
/freebsd-10.3-release/bin/pax/
H A Dcache.h51 #define UNM_SZ 317 /* size of user_name/uid cache */ macro
H A Dcache.c131 if ((usrtb = (UIDC **)calloc(UNM_SZ, sizeof(UIDC *))) == NULL) {
331 ptr = usrtb[st_hash(name, namelen, UNM_SZ)];
345 ptr = usrtb[st_hash(name, namelen, UNM_SZ)] =

Completed in 103 milliseconds