Searched refs:maxflt (Results 1 – 3 of 3) sorted by relevance
68 int maxflt = MAXFLT; /* MAX consecutive media errors */ variable314 if (maxflt == 0) in rd_sync()350 if ((maxflt > 0) && (++errcnt > maxflt)) in rd_sync()351 paxwarn(0,"Archive read error limit (%d) reached",maxflt); in rd_sync()
547 maxflt = strtonum(optarg, 0, INT_MAX, &errstr); in pax_options()712 maxflt = 0; in pax_options()769 maxflt = 0; in tar_options()1133 maxflt = 0; in tar_options()1447 maxflt = 0; in cpio_options()
76 extern int maxflt;