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