Searched refs:maxflt (Results 1 – 3 of 3) sorted by relevance
63 int maxflt = MAXFLT; /* MAX consecutive media errors */ variable309 if (maxflt == 0) in rd_sync()345 if ((maxflt > 0) && (++errcnt > maxflt)) in rd_sync()346 paxwarn(0,"Archive read error limit (%d) reached",maxflt); in rd_sync()
413 maxflt = -1; in pax_options()414 else if ((maxflt = atoi(optarg)) < 0) { in pax_options()570 maxflt = 0; in pax_options()627 maxflt = 0; in tar_options()965 maxflt = 0; in tar_options()1254 maxflt = 0; in cpio_options()
74 extern int maxflt;