Home
last modified time | relevance | path

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

/coreutils/src/
Ddd.c192 static intmax_t w_bytes = 0; variable
742 char const *si = human_readable (w_bytes, hbuf[0], human_opts, 1, 1); in print_xfer_stats()
743 char const *iec = human_readable (w_bytes, hbuf[1], in print_xfer_stats()
755 bytes_per_second = human_readable (w_bytes, bpsbuf, human_opts, in print_xfer_stats()
783 select_plural (w_bytes)), in print_xfer_stats()
784 w_bytes, delta_s_buf, bytes_per_second) in print_xfer_stats()
788 w_bytes, si, delta_s_buf, bytes_per_second) in print_xfer_stats()
791 w_bytes, si, iec, delta_s_buf, bytes_per_second)); in print_xfer_stats()
808 reported_w_bytes = w_bytes; in print_xfer_stats()
1257 w_bytes += nwritten; in write_output()
[all …]