Home
last modified time | relevance | path

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

/freebsd/bin/pax/
H A Dcache.c125 if ((usrtb = (UIDC **)calloc(UNM_SZ, sizeof(UIDC *))) == NULL) { in usrtb_start()
317 ptr = usrtb[st_hash(name, namelen, UNM_SZ)]; in uid_name()
331 ptr = usrtb[st_hash(name, namelen, UNM_SZ)] = in uid_name()
H A Dcache.h50 #define UNM_SZ 317 /* size of user_name/uid cache */ macro
/freebsd/contrib/libc-pwcache/
H A Dpwcache.h53 #define UNM_SZ 317 /* size of user_name to uid cache */ macro
H A Dpwcache.c225 if ((usrtb = (UIDC **)calloc(UNM_SZ, sizeof(UIDC *))) == NULL) { in usrtb_start()
416 pptr = usrtb + st_hash(name, namelen, UNM_SZ); in uid_from_user()
547 FLUSHTB(usrtb, UNM_SZ, usrtb_fail); in pwcache_userdb()