Home
last modified time | relevance | path

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

/original-bsd/bin/pax/
H A Dtables.h24 #define F_TAB_SZ 50503 /* file time hash table size */ macro
H A Dtables.c338 if ((ftab = (FTM **)calloc(F_TAB_SZ, sizeof(FTM *))) == NULL) { in ftime_start()
396 indx = st_hash(arcn->name, namelen, F_TAB_SZ);