Home
last modified time | relevance | path

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

/coreutils/src/
Ddd.c748 char *bpsbuf = hbuf[2]; in print_xfer_stats() local
755 bytes_per_second = human_readable (w_bytes, bpsbuf, human_opts, in print_xfer_stats()
757 strcat (bytes_per_second - bpsbuf + bpsbuf, slash_s); in print_xfer_stats()
762 snprintf (bpsbuf, bpsbufsize, "%s B/s", _("Infinity")); in print_xfer_stats()
763 bytes_per_second = bpsbuf; in print_xfer_stats()