Home
last modified time | relevance | path

Searched refs:diff_error (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/usr.bin/cvs/diff/
H A Ddiff.c354 diff_error ("conflicting #ifdef formats", 0, 0);
547 diff_error ("conflicting line format", 0, 0);
557 diff_error ("conflicting line format", 0, 0);
567 diff_error ("conflicting group format", 0, 0);
672 diff_error ("write callback with output file", 0, 0);
733 diff_error ("%s: %s", pattern, m);
745 diff_error ("%s", reason, 0);
746 diff_error ("Try `%s --help' for more information.", diff_program_name, 0);
867 diff_error ("conflicting specifications of output style", 0, 0);
H A Ddiff3.c226 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);
1416 diff_error ("%s", serr, 0);
1863 diff_error ("%s", string, 0);
H A Ddiff.h331 void diff_error PARAMS((char const *, char const *, char const *));
H A Dutil.c93 diff_error (format, arg, arg1) in diff_error() function
113 diff_error ("%s", m, 0);
H A DChangeLog193 diff_error and friends rather than printing to stderr. Set global
203 (pfatal_with_name, diff_error): Likewise.
304 `diff_error' and add a return. The reasoning is that we shouldn't
410 * analyze.c, diff.c, diff.h, util.c (diff_error): Renamed from `error'.
H A Danalyze.c1072 diff_error ("No newline at end of file %s", filevec[i].name, "");