HelenOS sources
tmon_format_size 132 uspace/app/tmon/tests.c char *str_size = tmon_format_size(params->transfer_size, "%.3f %s");
tmon_format_size 154 uspace/app/tmon/tests.c char *str_size_per_transfer = tmon_format_size(results->transfer_size, "%.3f %s");
tmon_format_size 159 uspace/app/tmon/tests.c char *str_total_size = tmon_format_size(total_size, "%.3f %s");
tmon_format_size 169 uspace/app/tmon/tests.c char *str_speed = tmon_format_size(speed, "%.3f %s/s");
tmon_format_size 51 uspace/app/tmon/tf.h char *tmon_format_size(double, const char *);
HelenOS homepage, sources at GitHub