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

/netbsd-current/bin/pax/
H A Dtables.h48 #define F_TAB_SZ 50503 /* file time hash table size */ macro
H A Dtables.c345 if ((ftab = (FTM **)calloc(F_TAB_SZ, sizeof(FTM *))) == NULL) {
395 indx = st_hash(arcn->name, namelen, F_TAB_SZ);

Completed in 92 milliseconds