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

/freebsd-9.3-release/bin/pax/
H A Dcache.h51 #define UNM_SZ 317 /* size of user_name/uid cache */ macro
H A Dcache.c132 if ((usrtb = (UIDC **)calloc(UNM_SZ, sizeof(UIDC *))) == NULL) {
332 ptr = usrtb[st_hash(name, namelen, UNM_SZ)];
346 ptr = usrtb[st_hash(name, namelen, UNM_SZ)] =
/freebsd-9.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);

Completed in 57 milliseconds