Searched refs:ford (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/bin/pax/
H A Dar_subs.c1136 for (i = 0; ford[i] >= 0; ++i) {
1137 if (fsub[ford[i]].hsz < minhd)
1138 minhd = fsub[ford[i]].hsz;
1182 * ford[] is used to specify the header id order to reduce the
1187 for (i = 0; ford[i] >= 0; ++i) {
1188 if ((*fsub[ford[i]].id)(hdbuf, hdsz) < 0)
1190 frmt = &(fsub[ford[i]]);
H A Dextern.h184 extern int ford[];
H A Doptions.c138 * ford is the archive search order used by get_arc() to determine what kind
142 int ford[] = {5, 4, 3, 2, 1, 0, -1 }; variable

Completed in 61 milliseconds