Home
last modified time | relevance | path

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

/freebsd-14.2/bin/pax/
H A Dbuf_subs.c69 int maxflt = MAXFLT; /* MAX consecutive media errors */ variable
315 if (maxflt == 0) in rd_sync()
351 if ((maxflt > 0) && (++errcnt > maxflt)) in rd_sync()
352 paxwarn(0,"Archive read error limit (%d) reached",maxflt); in rd_sync()
H A Doptions.c420 maxflt = -1; in pax_options()
421 else if ((maxflt = atoi(optarg)) < 0) { in pax_options()
577 maxflt = 0; in pax_options()
634 maxflt = 0; in tar_options()
972 maxflt = 0; in tar_options()
1261 maxflt = 0; in cpio_options()
H A Dextern.h76 extern int maxflt;