Lines Matching refs:fstr

584 	char *fstr;  in show_disk()  local
816 fstr = "%3.0f %3.0f %4.0f "; in show_disk()
818 fstr = "%.0f,%.0f,%.0f"; in show_disk()
819 push_out(fstr, kps, tps, serv); in show_disk()
823 fstr = "%3.0f %3.0f %4.1f "; in show_disk()
825 fstr = "%.0f,%.0f,%.1f"; in show_disk()
826 push_out(fstr, rps, wps, r_pct); in show_disk()
848 fstr = " %6.1f %6.1f %6.1f %6.1f " in show_disk()
852 fstr = "%.1f,%.1f,%.1f,%.1f,%.1f,%.1f," in show_disk()
855 push_out(fstr, rps, wps, krps, kwps, avw, avr, in show_disk()
859 fstr = " %6.1f %6.1f %6.1f %6.1f " in show_disk()
863 fstr = "%.1f,%.1f,%.1f,%.1f,%.1f,%.1f," in show_disk()
866 push_out(fstr, rps, wps, krps, kwps, avw, avr, in show_disk()
1276 const char *fstr; in do_format() local
1291 fstr = "%cp%c tp%c serv "; in do_format()
1293 fstr = "%cp%c,tp%c,serv"; in do_format()
1295 fstr, iosz, ch, ch); in do_format()
1299 fstr = "rp%c wp%c util "; in do_format()
1301 fstr = "%rp%c,wp%c,util"; in do_format()
1303 fstr, ch, ch); in do_format()
1330 fstr = " r/%c w/%c %cr/%c " in do_format()
1334 fstr = "r/%c,w/%c,%cr/%c,%cw/%c," in do_format()
1340 fstr, ch, ch, iosz, ch, iosz, in do_format()
1468 char *fstr; in print_tty_hdr1() local
1472 fstr = "%10.10s"; in print_tty_hdr1()
1475 fstr = "%s"; in print_tty_hdr1()
1478 push_out(fstr, dstr); in print_tty_hdr1()
1521 char *fstr; in print_tty_data() local
1531 fstr = " %3.0f %4.0f "; in print_tty_data()
1533 fstr = "%.0f,%.0f"; in print_tty_data()
1540 push_out(fstr, raw, outch); in print_tty_data()
1549 char *fstr; in print_cpu_data() local
1561 fstr = " %2.0f %2.0f %2.0f %2.0f"; in print_cpu_data()
1563 fstr = "%.0f,%.0f,%.0f,%.0f"; in print_cpu_data()
1572 push_out(fstr, user * percent, kern * percent, in print_cpu_data()