Home
last modified time | relevance | path

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

/openbsd/src/bin/pax/
Dbuf_subs.c71 off_t wrcnt; /* # of bytes written on current vol */ variable
116 wrcnt = 0; in wr_start()
276 wrcnt = 0; in appnd_start()
892 if ((wrlimit > 0) && (wrcnt > wrlimit)) { in buf_flush()
895 wrcnt = 0; in buf_flush()
899 wrcnt = 0; in buf_flush()
929 wrcnt += cnt; in buf_flush()
953 wrcnt += cnt; in buf_flush()
966 wrcnt = 0; in buf_flush()
Dextern.h80 extern off_t wrcnt;
Dar_io.c395 argv0, frmt->name, arvol-1, flcnt, rdcnt, wrcnt); in ar_close()
399 (rdcnt ? rdcnt : wrcnt) / 5120); in ar_close()