Searched refs:UIDC (Results 1 – 1 of 1) sorted by relevance
69 } UIDC; typedef86 static UIDC **uidtb; /* uid to name cache */88 static UIDC **usrtb; /* user name to uid cache */121 if ((uidtb = calloc(UID_SZ, sizeof(UIDC *))) == NULL) { in uidtb_start()165 if ((usrtb = calloc(UNM_SZ, sizeof(UIDC *))) == NULL) { in usrtb_start()207 UIDC **pptr, *ptr = NULL; in user_from_uid()226 *pptr = ptr = malloc(sizeof(UIDC)); in user_from_uid()327 UIDC **pptr, *ptr = NULL; in uid_from_user()353 *pptr = ptr = malloc(sizeof(UIDC)); in uid_from_user()