Home
last modified time | relevance | path

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

/freebsd/bin/pax/
H A Dtables.c901 if ((atab = (ATDIR **)calloc(A_TAB_SZ, sizeof(ATDIR *))) == NULL) { in atdir_start()
928 for (i = 0; i < A_TAB_SZ; ++i) { in atdir_end()
963 indx = ((unsigned)ino) % A_TAB_SZ; in add_atdir()
1021 indx = ((unsigned)ino) % A_TAB_SZ; in get_atdir()
H A Dtables.h49 #define A_TAB_SZ 317 /* ftree dir access time reset table */ macro