Lines Matching defs:width
535 int width = 0;
551 if (width < len)
552 width = len;
557 return width;
580 static int run_shell_tests(int argc, const char *argv[], int i, int width)
612 pr_info("%2d: %-*s:", i, width, test.desc);
625 int width = shell_tests__max_desc_width();
630 if (width < len)
631 width = len;
657 pr_debug("%2d: %-*s: Disabled\n", i, width, t->desc);
661 pr_info("%2d: %-*s:", i, width, t->desc);
680 int subw = width > 2 ? width - 2 : width;
710 return run_shell_tests(argc, argv, i, width);