Home
last modified time | relevance | path

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

/freebsd/bin/pax/
H A Dbuf_subs.c66 off_t wrcnt; /* # of bytes written on current vol */ variable
111 wrcnt = 0; in wr_start()
271 wrcnt = 0; in appnd_start()
887 if ((wrlimit > 0) && (wrcnt > wrlimit)) { in buf_flush()
890 wrcnt = 0; in buf_flush()
894 wrcnt = 0; in buf_flush()
924 wrcnt += cnt; in buf_flush()
948 wrcnt += cnt; in buf_flush()
961 wrcnt = 0; in buf_flush()
H A Dextern.h78 extern off_t wrcnt;
H A Dar_io.c390 (unsigned long long)((rdcnt ? rdcnt : wrcnt) / 5120)); in ar_close()
395 (uintmax_t)rdcnt, (uintmax_t)wrcnt); in ar_close()