Searched refs:max_len_diff (Results 1 – 1 of 1) sorted by relevance
1085 int *max_len_diff = &env.output_spec.lens[3 * i + 2]; in output_comp_stats() local1130 if (len > *max_len_diff) in output_comp_stats()1131 *max_len_diff = len; in output_comp_stats()1141 printf(fmt, COLUMN_SEP, *max_len_diff, diff_buf); in output_comp_stats()