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

/freebsd-9.3-release/bin/pax/
H A Dtables.h47 #define F_TAB_SZ 50503 /* file time hash table size */ macro
H A Dtables.c335 if ((ftab = (FTM **)calloc(F_TAB_SZ, sizeof(FTM *))) == NULL) {
385 indx = st_hash(arcn->name, namelen, F_TAB_SZ);

Completed in 164 milliseconds