HomeSort by: relevance | last modified time | path
    Searched refs:wrcnt (Results 1 - 3 of 3) sorted by relevancy

  /src/bin/pax/
buf_subs.c 83 off_t wrcnt; /* # of bytes written on current vol */ variable in typeref:typename:off_t
123 wrcnt = 0;
285 wrcnt = 0;
940 * NOTE: If the wrlimit is smaller than wrcnt, we will always write
943 if ((wrlimit > 0) && (wrcnt > wrlimit)) {
947 wrcnt = 0;
951 wrcnt = 0;
981 wrcnt += cnt;
1005 wrcnt += cnt;
1018 wrcnt = 0
    [all...]
extern.h 104 extern off_t wrcnt;
ar_io.c 460 (OFFT_T)((rdcnt ? rdcnt : wrcnt) / 5120));
1688 sizefmt(s2buf, sizeof(s2buf), wrcnt),
1689 timefmt(tbuf, sizeof(tbuf), rdcnt + wrcnt, secs, "bytes"));

Completed in 14 milliseconds