Home
last modified time | relevance | path

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

/dragonfly/bin/pax/
H A Dbuf_subs.c65 int maxflt = MAXFLT; /* MAX consecutive media errors */ variable
311 if (maxflt == 0) in rd_sync()
347 if ((maxflt > 0) && (++errcnt > maxflt)) in rd_sync()
348 paxwarn(0,"Archive read error limit (%d) reached",maxflt); in rd_sync()
H A Doptions.c414 maxflt = -1; in pax_options()
415 else if ((maxflt = atoi(optarg)) < 0) { in pax_options()
573 maxflt = 0; in pax_options()
630 maxflt = 0; in tar_options()
968 maxflt = 0; in tar_options()
1256 maxflt = 0; in cpio_options()
H A Dextern.h76 extern int maxflt;