Home
last modified time | relevance | path

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

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