Home
last modified time | relevance | path

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

/openbsd/lib/libc/gen/
H A Dpwcache.c54 #define UID_SZ 317 /* size of uid to user_name cache */ macro
121 if ((uidtb = calloc(UID_SZ, sizeof(UIDC *))) == NULL) { in uidtb_start()
213 pptr = uidtb + (uid % UID_SZ); in user_from_uid()