Home
last modified time | relevance | path

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

/dragonfly/bin/pax/
H A Dbuf_subs.c68 off_t wrcnt; /* # of bytes written on current vol */ variable
113 wrcnt = 0; in wr_start()
273 wrcnt = 0; in appnd_start()
886 if ((wrlimit > 0) && (wrcnt > wrlimit)) { in buf_flush()
889 wrcnt = 0; in buf_flush()
893 wrcnt = 0; in buf_flush()
923 wrcnt += cnt; in buf_flush()
947 wrcnt += cnt; in buf_flush()
960 wrcnt = 0; in buf_flush()
H A Dextern.h80 extern off_t wrcnt;
H A Dar_io.c391 fprintf(listf, "%jdu blocks\n", (intmax_t)((rdcnt ? rdcnt : wrcnt) / 5120)); in ar_close()
396 (intmax_t)rdcnt, (intmax_t)wrcnt); in ar_close()