Searched refs:EXIT_FAILURE (Results 1 – 13 of 13) sorted by relevance
76 #ifndef EXIT_FAILURE77 # define EXIT_FAILURE 178 #elif EXIT_FAILURE != 179 # undef EXIT_FAILURE80 # define EXIT_FAILURE 1
24 int volatile exit_failure = EXIT_FAILURE;
98 int obstack_exit_failure = EXIT_FAILURE;
244 #ifndef EXIT_FAILURE245 # define EXIT_FAILURE 0 macro
417 exit (EXIT_FAILURE); in fatal_error_signal()505 exit (EXIT_FAILURE); in fatal_error_signal()
202 die (EXIT_FAILURE); in vmsHandleChildTerm()
1997 _exit (EXIT_FAILURE); in exec_command()2003 int exit_code = EXIT_FAILURE; in exec_command()2021 exit(EXIT_FAILURE); in exec_command()
895 exit (EXIT_FAILURE); in close_stdout()
2101 exit (WIFEXITED(status) ? WEXITSTATUS(status) : EXIT_FAILURE); in main()
2718 * main.c (main): Replace EXIT_SUCCESS, EXIT_FAILURE, and
37 #ifndef EXIT_FAILURE38 # define EXIT_FAILURE 1 macro216 exit(EXIT_FAILURE);
209 if (proc == INVALID_HANDLE_VALUE) return EXIT_FAILURE; in process_exit_code()
1673 * sed/compile.c: use "exit(EXIT_FAILURE) instead of "exit(1)",