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

/freebsd-11-stable/bin/pax/
H A Dbuf_subs.c72 off_t wrcnt; /* # of bytes written on current vol */ variable
117 wrcnt = 0;
277 wrcnt = 0;
890 * NOTE: If the wrlimit is smaller than wrcnt, we will always write
893 if ((wrlimit > 0) && (wrcnt > wrlimit)) {
896 wrcnt = 0;
900 wrcnt = 0;
930 wrcnt += cnt;
954 wrcnt += cnt;
967 wrcnt
[all...]
H A Dextern.h79 extern off_t wrcnt;
H A Dar_io.c401 (unsigned long long)((rdcnt ? rdcnt : wrcnt) / 5120));
406 argv0, frmt->name, arvol-1, flcnt, rdcnt, wrcnt);
410 (uintmax_t)rdcnt, (uintmax_t)wrcnt);

Completed in 103 milliseconds