Lines Matching refs:max_len
2414 int *max_len = &env.output_spec.lens[i]; in output_headers() local
2419 if (len > *max_len) in output_headers()
2420 *max_len = len; in output_headers()
2424 printf(fmt_str, i == 0 ? "" : COLUMN_SEP, *max_len, stat_defs[id].header); in output_headers()
2492 int *max_len = &env.output_spec.lens[i], len; in output_stats() local
2504 if (len > *max_len) in output_stats()
2505 *max_len = len; in output_stats()
2509 printf("%s%-*s", i == 0 ? "" : COLUMN_SEP, *max_len, str); in output_stats()
2511 printf("%s%*ld", i == 0 ? "" : COLUMN_SEP, *max_len, val); in output_stats()
2761 int *max_len = &env.output_spec.lens[3 * i + j]; in output_comp_headers() local
2769 if (len > *max_len) in output_comp_headers()
2770 *max_len = len; in output_comp_headers()
2775 *max_len - (int)strlen(sfx), stat_defs[id].header, sfx); in output_comp_headers()