Home
last modified time | relevance | path

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

/netbsd-src/lib/libc/gen/
H A Dpwcache.c134 static UIDC **uidtb; /* uid to name cache */
136 static UIDC **usrtb; /* user name to uid cache */
181 if ((uidtb = (UIDC **)calloc(UID_SZ, sizeof(UIDC *))) == NULL) { in uidtb_start()
223 if ((usrtb = (UIDC **)calloc(UNM_SZ, sizeof(UIDC *))) == NULL) { in usrtb_start()
263 UIDC *ptr, **pptr; in user_from_uid()
293 *pptr = ptr = (UIDC *)malloc(sizeof(UIDC)); in user_from_uid()
399 UIDC *ptr, **pptr; in uid_from_user()
431 *pptr = ptr = (UIDC *)malloc(sizeof(UIDC)); in uid_from_user()
H A Dpwcache.h66 } UIDC; typedef