Searched refs:UIDC (Results 1 – 2 of 2) sorted by relevance
134 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()
66 } UIDC; typedef