Home
last modified time | relevance | path

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

/trueos/bin/pax/
HDbuf_subs.c72 off_t wrcnt; /* # of bytes written on current vol */ variable
117 wrcnt = 0; in wr_start()
277 wrcnt = 0; in appnd_start()
890 if ((wrlimit > 0) && (wrcnt > wrlimit)) { in buf_flush()
893 wrcnt = 0; in buf_flush()
897 wrcnt = 0; in buf_flush()
927 wrcnt += cnt; in buf_flush()
951 wrcnt += cnt; in buf_flush()
964 wrcnt = 0; in buf_flush()
HDar_io.c401 (unsigned long long)((rdcnt ? rdcnt : wrcnt) / 5120)); in ar_close()
406 argv0, frmt->name, arvol-1, flcnt, rdcnt, wrcnt); in ar_close()
410 (uintmax_t)rdcnt, (uintmax_t)wrcnt); in ar_close()
HDextern.h79 extern off_t wrcnt;