Home
last modified time | relevance | path

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

/openbsd/bin/pax/
H A Dbuf_subs.c68 int maxflt = MAXFLT; /* MAX consecutive media errors */ variable
314 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()
H A Doptions.c547 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()
H A Dextern.h76 extern int maxflt;