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

/freebsd-13-stable/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-13-stable/bin/pax/
H A Dcache.h53 #define UNM_SZ 317 /* size of user_name/uid cache */ macro
H A Dcache.c133 if ((usrtb = (UIDC **)calloc(UNM_SZ, sizeof(UIDC *))) == NULL) {
333 ptr = usrtb[st_hash(name, namelen, UNM_SZ)];
347 ptr = usrtb[st_hash(name, namelen, UNM_SZ)] =

Completed in 51 milliseconds