Searched refs:diff_error (Results 1 – 5 of 5) sorted by relevance
| /mirbsd/src/gnu/usr.bin/cvs/diff/ |
| 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);
|
| D | diff3.c | 228 void diff_error PARAMS((char const *, char const *, char const *)); 404 diff_error ("%s", "`-' specified for more than one input file", 0); 427 diff_error ("%s: Is a directory", file[i], 0); 436 diff_error ("write callback with output file", 0, 0); 521 diff_error ("%s", reason, 0); 522 diff_error ("Try `%s --help' for more information.", diff_program_name, 0); 1108 diff_error ("diff error: %s", scan_diff, 0); 1419 diff_error ("%s", serr, 0); 1865 diff_error ("%s", string, 0);
|
| D | diff.h | 331 void diff_error PARAMS((char const *, char const *, char const *));
|
| D | util.c | 95 diff_error (format, arg, arg1) in diff_error() function 115 diff_error ("%s", m, 0);
|
| D | analyze.c | 1074 diff_error ("No newline at end of file %s", filevec[i].name, "");
|