Home
last modified time | relevance | path

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

/original-bsd/bin/pax/
H A Dtables.h23 #define L_TAB_SZ 2503 /* hard link hash table size */ macro
H A Dtables.c90 if ((ltab = (HRDLNK **)calloc(L_TAB_SZ, sizeof(HRDLNK *))) == NULL) { in lnk_start()
133 indx = ((unsigned)arcn->sb.st_ino) % L_TAB_SZ;
226 indx = ((unsigned)arcn->sb.st_ino) % L_TAB_SZ;
276 for (i = 0; i < L_TAB_SZ; ++i) { in lnk_end()