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

/freebsd-11-stable/bin/pax/
H A Dbuf_subs.c71 off_t wrlimit; /* # of bytes written per archive vol */ variable
890 * NOTE: If the wrlimit is smaller than wrcnt, we will always write
893 if ((wrlimit > 0) && (wrcnt > wrlimit)) {
H A Dextern.h77 extern off_t wrlimit;
H A Doptions.c392 if ((wrlimit = str_offt(optarg)) <= 0) {
396 if (wrlimit % BLKMULT) {

Completed in 61 milliseconds