Home
last modified time | relevance | path

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

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