Home
last modified time | relevance | path

Searched refs:EXIT_TROUBLE (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/diff/src/
H A Dcmp.c114 error (EXIT_TROUBLE, 0, in try_help()
153 error (EXIT_TROUBLE, 0, "%s", _("write failed")); in check_stdout()
155 error (EXIT_TROUBLE, errno, "%s", _("standard output")); in check_stdout()
197 exit_failure = EXIT_TROUBLE; in main()
293 exit (EXIT_TROUBLE); in main()
295 error (EXIT_TROUBLE, errno, "%s", file[f1]); in main()
356 error (EXIT_TROUBLE, errno, "%s", file[f]); in main()
414 error (EXIT_TROUBLE, errno, "%s", file[f]); in cmp()
436 error (EXIT_TROUBLE, errno, "%s", file[0]); in cmp()
439 error (EXIT_TROUBLE, errno, "%s", file[1]); in cmp()
H A Ddiff.c836 error (EXIT_TROUBLE, 0, "%s: %s", reglist->regexps, m); in summarize_regexp_list()
846 error (EXIT_TROUBLE, 0, _("Try `%s --help' for more information."), in try_help()
1167 status = EXIT_TROUBLE; in compare_files()
1189 status = EXIT_TROUBLE; in compare_files()
1292 status = EXIT_TROUBLE; in compare_files()
1302 status = EXIT_TROUBLE; in compare_files()
1323 status = EXIT_TROUBLE; in compare_files()
1329 status = EXIT_TROUBLE; in compare_files()
H A Ddir.c213 return EXIT_TROUBLE; in diff_dirs()
221 val = EXIT_TROUBLE; in diff_dirs()
H A Ddiff3.c365 error (EXIT_TROUBLE, EISDIR, "%s", file[i]); in main()
410 error (EXIT_TROUBLE, 0, in try_help()
953 exit (EXIT_TROUBLE); in process_diff()
1272 if (EXIT_TROUBLE <= status) in read_diff()
1273 error (EXIT_TROUBLE, werrno, in read_diff()
1734 error (EXIT_TROUBLE, 0, "%s", _(msgid)); in fatal()
1741 error (EXIT_TROUBLE, errno, "%s", string); in perror_with_exit()
H A Dutil.c64 error (EXIT_TROUBLE, e, "%s", name); in pfatal_with_name()
74 error (EXIT_TROUBLE, 0, "%s", _(msgid)); in fatal()
301 error (EXIT_TROUBLE, werrno, in finish_output()
H A Dsdiff.c168 error (EXIT_TROUBLE, 0, _("Try `%s --help' for more information."), in try_help()
248 exit (EXIT_TROUBLE); in exiterr()
454 exit_failure = EXIT_TROUBLE; in main()
850 exit (EXIT_TROUBLE); in checksigs()
H A Dsystem.h158 #define EXIT_TROUBLE 2 macro
/freebsd/contrib/diff/
H A DChangeLog756 (try_help, check_stdout, main, cmp): 2 -> EXIT_TROUBLE.
777 (main): 0 -> EXIT_SUCCESS, 1 -> EXIT_FAILURE, 2 -> EXIT_TROUBLE.
794 EXIT_TROUBLE.
801 0 -> EXIT_SUCCESS, 1 -> EXIT_FAIULRE, 2 -> EXIT_TROUBLE.
804 2 -> EXIT_TROUBLE.
810 (fatal, perror_with_exit): 2 -> EXIT_TROUBLE.
815 (diff_dirs): 0 -> EXIT_SUCCESS, 2 -> EXIT_TROUBLE.
833 0 -> EXIT_SUCCESS, 1 -> EXIT_FAILURE, 2 -> EXIT_TROUBLE.
846 (EXIT_SUCCESS, EXIT_FAILURE, EXIT_TROUBLE): Define if not defined.
851 * src/util.c: 2 -> EXIT_TROUBLE.