Searched refs:EXIT_SUCCESS (Results 1 – 11 of 11) sorted by relevance
33 const int exit_success = EXIT_SUCCESS; // implementation-defined value
19 #ifndef EXIT_SUCCESS20 #error EXIT_SUCCESS not defined
47 return EXIT_SUCCESS; in main()
71 #ifndef EXIT_SUCCESS72 # define EXIT_SUCCESS 0
123 return EXIT_SUCCESS; in main()
241 #ifndef EXIT_SUCCESS242 # define EXIT_SUCCESS 0 macro
2718 * main.c (main): Replace EXIT_SUCCESS, EXIT_FAILURE, and
20 EXIT_SUCCESS
74 #ifndef EXIT_SUCCESS75 # define EXIT_SUCCESS 0 macro1852 status = EXIT_SUCCESS;1857 status = EXIT_SUCCESS;
1468 * sed/sed.c(main): use EXIT_SUCCESS instead of 0, in case1469 we are built on a system (such as VMS) where EXIT_SUCCESS