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

/macosx-10.10.1/file_cmds-242/pax/
H A Dbuf_subs.c76 int maxflt = MAXFLT; /* MAX consecutive media errors */ variable
322 if (maxflt == 0)
358 if ((maxflt > 0) && (++errcnt > maxflt))
359 paxwarn(0,"Archive read error limit (%d) reached",maxflt);
H A Doptions.c468 maxflt = -1;
469 else if ((maxflt = atoi(optarg)) < 0) {
658 maxflt = 0;
715 maxflt = 0;
1049 maxflt = 0;
1348 maxflt = 0;
H A Dextern.h81 extern int maxflt;

Completed in 112 milliseconds