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

/freebsd-10.0-release/contrib/diff/src/
H A Dcmp.c116 error (EXIT_TROUBLE, 0,
155 error (EXIT_TROUBLE, 0, "%s", _("write failed"));
157 error (EXIT_TROUBLE, errno, "%s", _("standard output"));
200 exit_failure = EXIT_TROUBLE;
296 exit (EXIT_TROUBLE);
298 error (EXIT_TROUBLE, errno, "%s", file[f1]);
359 error (EXIT_TROUBLE, errno, "%s", file[f]);
418 error (EXIT_TROUBLE, errno, "%s", file[f]);
440 error (EXIT_TROUBLE, errno, "%s", file[0]);
443 error (EXIT_TROUBLE, errn
[all...]
H A Ddir.c198 or EXIT_TROUBLE if trouble is encountered in opening files. */
214 return EXIT_TROUBLE;
222 val = EXIT_TROUBLE;
H A Ddiff.c837 error (EXIT_TROUBLE, 0, "%s: %s", reglist->regexps, m);
847 error (EXIT_TROUBLE, 0, _("Try `%s --help' for more information."),
1034 different, EXIT_TROUBLE if there is a problem opening them. */
1170 status = EXIT_TROUBLE;
1192 status = EXIT_TROUBLE;
1295 status = EXIT_TROUBLE;
1305 status = EXIT_TROUBLE;
1326 status = EXIT_TROUBLE;
1332 status = EXIT_TROUBLE;
H A Dutil.c65 error (EXIT_TROUBLE, e, "%s", name);
75 error (EXIT_TROUBLE, 0, "%s", _(msgid));
304 error (EXIT_TROUBLE, werrno,
H A Ddiff3.c368 error (EXIT_TROUBLE, EISDIR, "%s", file[i]);
413 error (EXIT_TROUBLE, 0,
958 exit (EXIT_TROUBLE);
1277 if (EXIT_TROUBLE <= status)
1278 error (EXIT_TROUBLE, werrno,
1740 error (EXIT_TROUBLE, 0, "%s", _(msgid));
1747 error (EXIT_TROUBLE, errno, "%s", string);
H A Dsdiff.c168 error (EXIT_TROUBLE, 0, _("Try `%s --help' for more information."),
248 exit (EXIT_TROUBLE);
456 exit_failure = EXIT_TROUBLE;
853 exit (EXIT_TROUBLE);
H A Dsystem.h158 #define EXIT_TROUBLE 2 macro
/freebsd-10.0-release/gnu/usr.bin/rcs/lib/
H A Drcsutil.c995 _exit(EXIT_TROUBLE);
1091 _exit(EXIT_TROUBLE);
1104 _exit(EXIT_TROUBLE);
1118 _exit(EXIT_TROUBLE);
H A Drcsbase.h191 #define EXIT_TROUBLE DIFF_TROUBLE macro

Completed in 140 milliseconds