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

/freebsd-9.3-release/bin/pax/
H A Dbuf_subs.c73 off_t wrcnt; /* # of bytes written on current vol */ variable
118 wrcnt = 0;
278 wrcnt = 0;
888 * NOTE: If the wrlimit is smaller than wrcnt, we will always write
891 if ((wrlimit > 0) && (wrcnt > wrlimit)) {
894 wrcnt = 0;
898 wrcnt = 0;
928 wrcnt += cnt;
952 wrcnt += cnt;
965 wrcnt
[all...]
H A Dextern.h79 extern off_t wrcnt;
H A Dar_io.c402 (unsigned long long)((rdcnt ? rdcnt : wrcnt) / 5120));
407 argv0, frmt->name, arvol-1, flcnt, rdcnt, wrcnt);
411 (uintmax_t)rdcnt, (uintmax_t)wrcnt);

Completed in 79 milliseconds