Searched refs:tbprintf (Results 1 – 10 of 10) sorted by relevance
/openbsd/usr.bin/systat/ |
H A D | sensors.c | 212 tbprintf("%s.%s%d", devnames[s->sn_dev], in showsensor() 223 tbprintf("%10.2f degC", in showsensor() 227 tbprintf("%11lld RPM", s->sn_value); in showsensor() 230 tbprintf("%10.2f V DC", in showsensor() 234 tbprintf("%10.2f V AC", in showsensor() 238 tbprintf("%11lld ohm", s->sn_value); in showsensor() 256 tbprintf("%11lld raw", s->sn_value); in showsensor() 267 tbprintf("%15s", drvstat[s->sn_value]); in showsensor() 275 tbprintf("%3.2f%%", s->sn_value / 1000.0); in showsensor() 281 tbprintf("%sHz", buf); in showsensor() [all …]
|
H A D | pftop.c | 1214 tbprintf("port "); in tb_print_port() 1232 tbprintf("all "); in tb_print_fromto() 1242 tbprintf("! "); in tb_print_fromto() 1244 tbprintf(" "); in tb_print_fromto() 1251 tbprintf("to "); in tb_print_fromto() 1261 tbprintf(" "); in tb_print_fromto() 1355 tbprintf("!"); in print_rule() 1407 tbprintf("/"); in print_rule() 1413 tbprintf(" "); in print_rule() 1447 tbprintf("! "); in print_rule() [all …]
|
H A D | netstat.c | 391 tbprintf("%s", proto); in shownetstat() 393 tbprintf("6"); in shownetstat() 396 tbprintf("divert"); in shownetstat() 398 tbprintf("6"); in shownetstat() 401 tbprintf("%d", p->nif_ipproto); in shownetstat() 429 tbprintf("%s", inetname(*in)); in inetprint() 434 tbprintf(":%s", sp ? sp->s_name : "*"); in inetprint() 436 tbprintf(":%d", ntohs((u_short)port)); in inetprint() 448 tbprintf("%s", inet6name(in6)); in inet6print() 452 tbprintf(":%s", sp ? sp->s_name : "*"); in inet6print() [all …]
|
H A D | main.c | 230 tbprintf("%s %g", curr_view->name, naptime); in show_view() 239 tbprintf("[%s] ", v->name); in add_view_tb() 241 tbprintf("%s ", v->name); in add_view_tb() 260 tbprintf("[%s%s(%c)] ", o->name, in add_order_tb() 264 tbprintf("%s(%c) ", o->name, (char) o->hotkey); in add_order_tb() 275 tbprintf("No orders available"); in show_order()
|
H A D | engine.c | 124 tbprintf(char *format, ...) in tbprintf() function 358 tbprintf(" "); in print_bar_title() 361 tbprintf("%s", buf); in print_bar_title() 390 tbprintf("#"); in print_fld_bar() 686 if (tbprintf("%02u:%02u:%02u", h, m, s) <= len) in print_fld_age() 690 if (tbprintf("%u", age) <= len) in print_fld_age() 695 if (tbprintf("%um", age) <= len) in print_fld_age() 702 if (tbprintf("%uh", age) <= len) in print_fld_age() 709 if (tbprintf("%ud", age) <= len) in print_fld_age() 878 if (tbprintf("%*.*f", len, prec, f) > len) in print_fld_float()
|
H A D | if.c | 347 tbprintf("%s", ifs->ifs_cur.ifc_flags & IFF_UP ? in showifstat() 354 tbprintf(":U"); in showifstat() 357 tbprintf (":D"); in showifstat()
|
H A D | pf.c | 139 if (tbprintf("%.2f", val) > len) in print_fld_double() 256 tbprintf("0x%08x\n", ntohl(s->hostid)); in print_pf()
|
H A D | engine.h | 109 int tbprintf(char *format, ...) GCC_PRINTFLIKE(1,2);
|
H A D | cpu.c | 171 tbprintf(val >= 1000 ? "%4.0f%%" : "%4.1f%%", val / 10.); in print_fld_percentage()
|
H A D | pigs.c | 276 tbprintf("%.2f", value); in showpigs()
|