Searched refs:UNM_SZ (Results 1 – 4 of 4) sorted by relevance
/freebsd/bin/pax/ |
H A D | cache.c | 125 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 D | cache.h | 50 #define UNM_SZ 317 /* size of user_name/uid cache */ macro
|
/freebsd/contrib/libc-pwcache/ |
H A D | pwcache.h | 53 #define UNM_SZ 317 /* size of user_name to uid cache */ macro
|
H A D | pwcache.c | 225 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()
|