Searched refs:diff_error (Results 1 – 5 of 5) sorted by relevance
/dflybsd-src/contrib/cvs-1.12/diff/ |
H A D | diff.c | 362 diff_error ("conflicting #ifdef formats", 0, 0); 555 diff_error ("conflicting line format", 0, 0); 565 diff_error ("conflicting line format", 0, 0); 575 diff_error ("conflicting group format", 0, 0); 680 diff_error ("write callback with output file", 0, 0); 741 diff_error ("%s: %s", pattern, m); 753 diff_error ("%s", reason, 0); 754 diff_error ("Try `%s --help' for more information.", diff_program_name, 0); 875 diff_error ("conflicting specifications of output style", 0, 0);
|
H A D | diff3.c | 226 void diff_error PARAMS((char const *, char const *, char const *)); 402 diff_error ("%s", "`-' specified for more than one input file", 0); 425 diff_error ("%s: Is a directory", file[i], 0); 434 diff_error ("write callback with output file", 0, 0); 519 diff_error ("%s", reason, 0); 520 diff_error ("Try `%s --help' for more information.", diff_program_name, 0); 1106 diff_error ("diff error: %s", scan_diff, 0); 1417 diff_error ("%s", serr, 0); 1861 diff_error ("%s", string, 0);
|
H A D | diff.h | 331 void diff_error PARAMS((char const *, char const *, char const *));
|
H A D | util.c | 93 diff_error (format, arg, arg1) in diff_error() function 113 diff_error ("%s", m, 0);
|
H A D | analyze.c | 1072 diff_error ("No newline at end of file %s", filevec[i].name, "");
|