Lines Matching refs:htab
81 struct htab struct
86 } *htab; argument
140 struct htab *lookup(ino_t i, int ef);
362 htab = (struct htab *)calloc(hsize, sizeof (struct htab)); in check()
371 if ((itab == NULL) || (htab == NULL)) { in check()
422 free(htab); in check()
458 struct htab *hp; in pass2()
598 struct htab *hp; in pname()
619 struct htab *
622 struct htab *hp; in lookup()
624 for (hp = &htab[(int)i%hsize]; hp->h_ino; ) { in lookup()
627 if (++hp >= &htab[hsize]) in lookup()
628 hp = htab; in lookup()