Searched refs:scr_width (Results 1 – 1 of 1) sorted by relevance
/busybox-1.35.0/procps/ |
D | top.c | 436 static void display_cpus(int scr_width, char *scrbuf, int *lines_rem_p) argument 491 snprintf(scrbuf, scr_width, 513 # define display_cpus(scr_width, scrbuf, lines_rem) ((void)0) argument 567 static unsigned long display_header(int scr_width, int *lines_rem_p) argument 576 if (scr_width > (int)sizeof(scrbuf)) 577 scr_width = sizeof(scrbuf); 578 snprintf(scrbuf, scr_width, 592 display_cpus(scr_width, scrbuf, lines_rem_p); 597 scrbuf[scr_width - 1] = '\0'; 605 static NOINLINE void display_process_list(int lines_rem, int scr_width) argument [all …]
|