Home
last modified time | relevance | path

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

/freebsd/bin/pax/
H A Dbuf_subs.c63 int maxflt = MAXFLT; /* MAX consecutive media errors */ variable
309 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()
H A Doptions.c413 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()
H A Dextern.h74 extern int maxflt;