Home
last modified time | relevance | path

Searched refs:UID_SZ (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/lib/libc/gen/
Dpwcache.c181 if ((uidtb = (UIDC **)calloc(UID_SZ, sizeof(UIDC *))) == NULL) { in uidtb_start()
271 pptr = uidtb + (uid % UID_SZ); in user_from_uid()
544 FLUSHTB(uidtb, UID_SZ, uidtb_fail); in pwcache_userdb()
Dpwcache.h51 #define UID_SZ 317 /* size of uid to user_name cache */ macro