Home
last modified time | relevance | path

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

/netbsd/src/external/gpl2/xcvs/dist/diff/
Ddiff.c362 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);
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);
1417 diff_error ("%s", serr, 0);
1867 diff_error ("%s", string, 0);
Ddiff.h331 void diff_error PARAMS((char const *, char const *, char const *));
Dutil.c93 diff_error (format, arg, arg1) in diff_error() function
113 diff_error ("%s", m, 0);
DChangeLog496 diff_error and friends rather than printing to stderr. Set global
506 (pfatal_with_name, diff_error): Likewise.
607 `diff_error' and add a return. The reasoning is that we shouldn't
713 * analyze.c, diff.c, diff.h, util.c (diff_error): Renamed from `error'.
Danalyze.c1072 diff_error ("No newline at end of file %s", filevec[i].name, "");