Searched refs:stat_bytes (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/usr.bin/fetch/
H A Dfetch.c232 stat_bytes(off_t bytes) function
261 snprintf(str, sizeof str, "%sps", stat_bytes((off_t)bps));
288 setproctitle("%s [%s]", xs->name, stat_bytes(xs->rcvd));
289 fprintf(stderr, " %s", stat_bytes(xs->rcvd));
293 stat_bytes(xs->size));
296 stat_bytes(xs->size));
352 stat_bytes(xs->size), stat_bps(xs));

Completed in 98 milliseconds