Searched refs:uidtoname (Results 1 – 1 of 1) sorted by relevance
64 static struct uidc **uidtoname; /* uid to user name cache */ variable159 uidc = uidtoname[key]; in getuserbyid()187 uidc_insert(uidtoname, uidc, key); in getuserbyid()273 uidc_insert(uidtoname, uidc2, key2); in getuidbyname()346 uidtoname = xmalloc(UIDTONAME_SZ * sizeof(struct uidc *)); in idcache_init()350 memset(uidtoname, 0, UIDTONAME_SZ * sizeof(struct uidc *)); in idcache_init()365 uidc = uidtoname[i]; in idcache_fini()376 free(uidtoname); in idcache_fini()