HomeSort by: relevance | last modified time | path
    Searched refs:ford (Results 1 - 3 of 3) sorted by relevancy

  /src/bin/pax/
ar_subs.c 1351 for (i = 0; ford[i] >= 0; ++i) {
1352 if (fsub[ford[i]].hsz < minhd)
1353 minhd = fsub[ford[i]].hsz;
1398 * ford[] is used to specify the header id order to reduce the
1403 for (i = 0; ford[i] >= 0; ++i) {
1404 if ((*fsub[ford[i]].id)(hdbuf, hdsz) < 0)
1406 frmt = &(fsub[ford[i]]);
extern.h 201 extern int ford[];
options.c 203 * ford is the archive search order used by get_arc() to determine what kind
207 int ford[] = {F_USTAR, F_TAR, variable in typeref:typename:int[]

Completed in 85 milliseconds