Searched refs:maxflt (Results 1 – 3 of 3) sorted by relevance
69 int maxflt = MAXFLT; /* MAX consecutive media errors */ variable315 if (maxflt == 0) in rd_sync()351 if ((maxflt > 0) && (++errcnt > maxflt)) in rd_sync()352 paxwarn(0,"Archive read error limit (%d) reached",maxflt); in rd_sync()
420 maxflt = -1; in pax_options()421 else if ((maxflt = atoi(optarg)) < 0) { in pax_options()577 maxflt = 0; in pax_options()634 maxflt = 0; in tar_options()972 maxflt = 0; in tar_options()1261 maxflt = 0; in cpio_options()
76 extern int maxflt;