Home
last modified time | relevance | path

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

/dragonfly/bin/pax/
H A Dbuf_subs.c67 off_t wrlimit; /* # of bytes written per archive vol */ variable
886 if ((wrlimit > 0) && (wrcnt > wrlimit)) { in buf_flush()
H A Dextern.h78 extern off_t wrlimit;
H A Doptions.c387 if ((wrlimit = str_offt(optarg)) <= 0) { in pax_options()
391 if (wrlimit % BLKMULT) { in pax_options()