Home
last modified time | relevance | path

Searched refs:format_2nd (Results 1 – 2 of 2) sorted by relevance

/dports/devel/cvs-devel/cvs-1.12.13/diff/
H A Ddiff3.c1733 char const *format_2nd = "<<<<<<< %s\n"; local
1742 format_2nd = "||||||| %s\n";
1781 printf_output (format_2nd, file1);
/dports/textproc/diffutils/diffutils-3.8/src/
H A Ddiff3.c1675 char const *format_2nd = "<<<<<<< %s\n"; in output_diff3_merge() local
1684 format_2nd = "||||||| %s\n"; in output_diff3_merge()
1724 fprintf (outputfile, format_2nd, file1); in output_diff3_merge()