pwcache.c | 136 static UIDC **usrtb; /* user name to uid cache */ variable in typeref:typename:UIDC ** 211 * creates an empty usrtb 219 if (usrtb != NULL) 223 if ((usrtb = (UIDC **)calloc(UNM_SZ, sizeof(UIDC *))) == NULL) { 407 if ((usrtb == NULL) && (usrtb_start() < 0)) 414 pptr = usrtb + st_hash(name, namelen, UNM_SZ); 545 FLUSHTB(usrtb, UNM_SZ, usrtb_fail); 605 printf("i: %d, pwopn %d usrtb_fail %d usrtb %p\n", 606 i, pwopn, usrtb_fail, usrtb); 613 printf("pass 1 finish: pwopn %d usrtb_fail %d usrtb %p\n" [all...] |