Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/xcvs/dist/diff/
H A Ddiff3.c1735 char const *format_2nd = "<<<<<<< %s\n"; local
1744 format_2nd = "||||||| %s\n";
1785 printf_output (format_2nd, file1);
/netbsd-src/external/gpl2/diffutils/dist/src/
H A Ddiff3.c1624 char const *format_2nd = "<<<<<<< %s\n"; in output_diff3_merge() local
1633 format_2nd = "||||||| %s\n"; in output_diff3_merge()
1673 fprintf (outputfile, format_2nd, file1); in output_diff3_merge()