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