Home
last modified time | relevance | path

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

/dflybsd-src/lib/libc/gen/
H A Dpwcache.c131 static UIDC **uidtb; /* uid to name cache */
133 static UIDC **usrtb; /* user name to uid cache */
178 if ((uidtb = (UIDC **)calloc(UID_SZ, sizeof(UIDC *))) == NULL) { in uidtb_start()
220 if ((usrtb = (UIDC **)calloc(UNM_SZ, sizeof(UIDC *))) == NULL) { in usrtb_start()
260 UIDC *ptr, **pptr; in user_from_uid()
290 *pptr = ptr = (UIDC *)malloc(sizeof(UIDC)); in user_from_uid()
396 UIDC *ptr, **pptr; in uid_from_user()
428 *pptr = ptr = (UIDC *)malloc(sizeof(UIDC)); in uid_from_user()
H A Dpwcache.h66 } UIDC; typedef