Searched refs:EXIT_TROUBLE (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/gnudiff-19/diffutils/src/
H A Dcmp.c123 error (EXIT_TROUBLE, 0,
160 error (EXIT_TROUBLE, 0, "%s", _("write failed"));
162 error (EXIT_TROUBLE, errno, "%s", _("standard output"));
204 exit_failure = EXIT_TROUBLE;
296 exit (EXIT_TROUBLE);
298 error (EXIT_TROUBLE, errno, "%s", file[f1]);
363 error (EXIT_TROUBLE, errno, "%s", file[f]);
422 error (EXIT_TROUBLE, errno, "%s", file[f]);
444 error (EXIT_TROUBLE, errno, "%s", file[0]);
447 error (EXIT_TROUBLE, errn
[all...]
H A Ddir.c199 or EXIT_TROUBLE if trouble is encountered in opening files. */
215 return EXIT_TROUBLE;
223 val = EXIT_TROUBLE;
H A Dutil.c66 error (EXIT_TROUBLE, e, "%s", name);
76 error (EXIT_TROUBLE, 0, "%s", _(msgid));
301 error (EXIT_TROUBLE, 0, _("subsidiary program `%s' not found"),
304 error (EXIT_TROUBLE, werrno, _("subsidiary program `%s' failed"),
H A Ddiff.c809 error (EXIT_TROUBLE, 0, "%s: %s", reglist->regexps, m);
819 error (EXIT_TROUBLE, 0, _("Try `%s --help' for more information."),
1049 different, EXIT_TROUBLE if there is a problem opening them. */
1181 status = EXIT_TROUBLE;
1203 status = EXIT_TROUBLE;
1303 status = EXIT_TROUBLE;
1313 status = EXIT_TROUBLE;
1334 status = EXIT_TROUBLE;
1340 status = EXIT_TROUBLE;
H A Ddiff3.c386 error (EXIT_TROUBLE, EISDIR, "%s", file[i]);
428 error (EXIT_TROUBLE, 0,
981 exit (EXIT_TROUBLE);
1269 error (EXIT_TROUBLE, 0, _("subsidiary program `%s' not executable"),
1272 error (EXIT_TROUBLE, 0, _("subsidiary program `%s' not found"),
1276 error (EXIT_TROUBLE, werrno, _("subsidiary program `%s' failed"),
1741 error (EXIT_TROUBLE, 0, "%s", _(msgid));
1748 error (EXIT_TROUBLE, errno, "%s", string);
H A Dsdiff.c168 error (EXIT_TROUBLE, 0, _("Try `%s --help' for more information."),
244 exit (EXIT_TROUBLE);
454 exit_failure = EXIT_TROUBLE;
848 exit (EXIT_TROUBLE);
H A Dsystem.h201 #define EXIT_TROUBLE 2 macro

Completed in 74 milliseconds