Home
last modified time | relevance | path

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

/freebsd-head/bin/pax/
HDtables.h46 #define F_TAB_SZ 50503 /* file time hash table size */ macro
HDtables.c329 if ((ftab = (FTM **)calloc(F_TAB_SZ, sizeof(FTM *))) == NULL) { in ftime_start()
379 indx = st_hash(arcn->name, namelen, F_TAB_SZ); in chk_ftime()