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

/freebsd-9.3-release/bin/pax/
H A Dar_subs.c1138 for (i = 0; ford[i] >= 0; ++i) {
1139 if (fsub[ford[i]].hsz < minhd)
1140 minhd = fsub[ford[i]].hsz;
1184 * ford[] is used to specify the header id order to reduce the
1189 for (i = 0; ford[i] >= 0; ++i) {
1190 if ((*fsub[ford[i]].id)(hdbuf, hdsz) < 0)
1192 frmt = &(fsub[ford[i]]);
H A Dextern.h184 extern int ford[];
H A Doptions.c137 * ford is the archive search order used by get_arc() to determine what kind
141 int ford[] = {5, 4, 3, 2, 1, 0, -1 }; variable

Completed in 248 milliseconds