Home
last modified time | relevance | path

Searched refs:L_TAB_SZ (Results 1 – 2 of 2) sorted by relevance

/dragonfly/bin/pax/
H A Dtables.c104 if ((ltab = (HRDLNK **)calloc(L_TAB_SZ, sizeof(HRDLNK *))) == NULL) { in lnk_start()
141 indx = ((unsigned)arcn->sb.st_ino) % L_TAB_SZ; in chk_lnk()
229 indx = ((unsigned)arcn->sb.st_ino) % L_TAB_SZ; in purg_lnk()
274 for (i = 0; i < L_TAB_SZ; ++i) { in lnk_end()
H A Dtables.h47 #define L_TAB_SZ 2503 /* hard link hash table size */ macro