Lines Matching defs:usrtb
136 static UIDC **usrtb; /* user name to uid cache */
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",
614 pwopn, usrtb_fail, usrtb);
620 printf("pwopn %d usrtb_fail %d usrtb %p\n", pwopn, usrtb_fail, usrtb);
623 printf("i: %d, pwopn %d usrtb_fail %d usrtb %p\n",
624 i, pwopn, usrtb_fail, usrtb);
632 printf("pass 2 finish: pwopn %d usrtb_fail %d usrtb %p\n",
633 pwopn, usrtb_fail, usrtb);