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

/freebsd-11-stable/bin/pax/
H A Dbuf_subs.c69 int maxflt = MAXFLT; /* MAX consecutive media errors */ variable
315 if (maxflt == 0)
351 if ((maxflt > 0) && (++errcnt > maxflt))
352 paxwarn(0,"Archive read error limit (%d) reached",maxflt);
H A Doptions.c419 maxflt = -1;
420 else if ((maxflt = atoi(optarg)) < 0) {
576 maxflt = 0;
633 maxflt = 0;
971 maxflt = 0;
1260 maxflt = 0;
H A Dextern.h75 extern int maxflt;

Completed in 62 milliseconds