Home
last modified time | relevance | path

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

/freebsd-11-stable/bin/pax/
HDtables.h48 #define N_TAB_SZ 541 /* interactive rename hash table */ macro
HDtables.c491 if ((ntab = (NAMT **)calloc(N_TAB_SZ, sizeof(NAMT *))) == NULL) { in name_start()
525 indx = st_hash(oname, onamelen, N_TAB_SZ); in add_name()
586 indx = st_hash(oname, *onamelen, N_TAB_SZ); in sub_name()