Home
last modified time | relevance | path

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

/dragonfly/lib/libc/gen/
H A Dpwcache.c178 if ((uidtb = (UIDC **)calloc(UID_SZ, sizeof(UIDC *))) == NULL) { in uidtb_start()
268 pptr = uidtb + (uid % UID_SZ); in user_from_uid()
541 FLUSHTB(uidtb, UID_SZ, uidtb_fail); in pwcache_userdb()
H A Dpwcache.h51 #define UID_SZ 317 /* size of uid to user_name cache */ macro