Searched refs:EXIT_SUCCESS (Results 1 - 25 of 121) sorted by relevance

12345

/freebsd-9.3-release/contrib/diff/lib/
H A Dexit.h25 #ifndef EXIT_SUCCESS
26 # define EXIT_SUCCESS 0 macro
/freebsd-9.3-release/contrib/gnu-sort/lib/
H A Dexit.h25 #ifndef EXIT_SUCCESS
26 # define EXIT_SUCCESS 0 macro
H A Dlong-options.c69 (*usage_func) (EXIT_SUCCESS);
/freebsd-9.3-release/contrib/texinfo/lib/
H A Dxexit.c24 EXIT_SUCCESS without the other. */
25 #ifdef EXIT_SUCCESS
33 #else /* not EXIT_SUCCESS */
35 # define EXIT_SUCCESS 1 macro
38 # define EXIT_SUCCESS 0 macro
41 #endif /* not EXIT_SUCCESS */
63 exit_status = exit_status == 0 ? EXIT_SUCCESS : EXIT_FAILURE;
/freebsd-9.3-release/contrib/ntp/ntpdc/
H A Dntpdc-layout.c21 return (EXIT_SUCCESS);
/freebsd-9.3-release/contrib/ncurses/progs/
H A Dclear.c58 : EXIT_SUCCESS);
H A Dprogs.priv.h134 #ifndef EXIT_SUCCESS
135 #define EXIT_SUCCESS 0 macro
/freebsd-9.3-release/contrib/ntp/libntp/
H A Dntp_libopts.c57 exit(EXIT_SUCCESS);
/freebsd-9.3-release/contrib/gcclibs/libiberty/testsuite/
H A Dtest-pexecute.c72 #ifndef EXIT_SUCCESS
73 #define EXIT_SUCCESS 0 macro
252 if (!WIFEXITED (status) || WEXITSTATUS (status) != EXIT_SUCCESS)
299 if (!WIFEXITED (statuses[0]) || WEXITSTATUS (statuses[0]) != EXIT_SUCCESS
300 || !WIFEXITED (statuses[1]) || WEXITSTATUS (statuses[1]) != EXIT_SUCCESS)
317 if (!WIFEXITED (statuses[0]) || WEXITSTATUS (statuses[0]) != EXIT_SUCCESS
318 || !WIFEXITED (statuses[1]) || WEXITSTATUS (statuses[1]) != EXIT_SUCCESS)
335 if (!WIFEXITED (statuses[0]) || WEXITSTATUS (statuses[0]) != EXIT_SUCCESS
336 || !WIFEXITED (statuses[1]) || WEXITSTATUS (statuses[1]) != EXIT_SUCCESS)
363 if (!WIFEXITED (statuses[0]) || WEXITSTATUS (statuses[0]) != EXIT_SUCCESS
[all...]
H A Dtest-expandargv.c44 #ifndef EXIT_SUCCESS
45 #define EXIT_SUCCESS 0 macro
292 exit (EXIT_SUCCESS);
/freebsd-9.3-release/tools/tools/nxge/
H A Dxge_info.c124 * Returns EXIT_SUCCESS or EXIT_FAILURE
167 status = EXIT_SUCCESS;
183 * Returns EXIT_SUCCESS or EXIT_FAILURE
208 status = EXIT_SUCCESS;
221 * Returns EXIT_SUCCESS or EXIT_FAILURE
246 status = EXIT_SUCCESS;
259 * Return EXIT_SUCCESS or EXIT_FAILURE
281 status = EXIT_SUCCESS;
294 * Returns EXIT_SUCCESS or EXIT_FAILURE
332 status = EXIT_SUCCESS;
[all...]
/freebsd-9.3-release/contrib/ntp/sntp/libopts/
H A Dpgusage.c116 (*opts->pUsageProc)(opts, EXIT_SUCCESS);
133 (*opts->pUsageProc)(opts, EXIT_SUCCESS);
149 (*opts->pUsageProc)(opts, EXIT_SUCCESS);
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libuutil/common/
H A Duu_pname.c49 int uu_exit_ok_value = EXIT_SUCCESS;
76 uu_exit_ok_value = EXIT_SUCCESS;
81 uu_exit_ok_value = EXIT_SUCCESS;
/freebsd-9.3-release/tools/test/iconv/
H A Dconst-gnuism.c68 return (EXIT_SUCCESS);
/freebsd-9.3-release/tools/regression/tmpfs/
H A Dh_tools.c143 if (ec != EXIT_SUCCESS)
177 return EXIT_SUCCESS;
194 return EXIT_SUCCESS;
225 return EXIT_SUCCESS;
252 return EXIT_SUCCESS;
/freebsd-9.3-release/contrib/xz/src/lzmainfo/
H A Dlzmainfo.c44 tuklib_exit(EXIT_SUCCESS, EXIT_FAILURE, true);
52 tuklib_exit(EXIT_SUCCESS, EXIT_FAILURE, true);
183 int ret = EXIT_SUCCESS;
/freebsd-9.3-release/contrib/xz/src/xzdec/
H A Dxzdec.c80 tuklib_exit(EXIT_SUCCESS, EXIT_FAILURE, display_errors);
90 tuklib_exit(EXIT_SUCCESS, EXIT_FAILURE, display_errors);
322 tuklib_exit(EXIT_SUCCESS, EXIT_FAILURE, display_errors);
/freebsd-9.3-release/contrib/ncurses/ncurses/tinfo/
H A Dmake_keys.c147 return EXIT_SUCCESS;
/freebsd-9.3-release/contrib/unvis/
H A Dunvis.c104 return EXIT_SUCCESS;
/freebsd-9.3-release/sbin/kldunload/
H A Dkldunload.c116 return (EXIT_SUCCESS);
/freebsd-9.3-release/tools/regression/environ/
H A Dretention.c108 exit(EXIT_SUCCESS);
/freebsd-9.3-release/tools/regression/lib/libutil/
H A Dtest-grp.c116 exit(EXIT_SUCCESS);
/freebsd-9.3-release/contrib/diff/src/
H A Ddir.c206 int volatile val = EXIT_SUCCESS;
225 if (val == EXIT_SUCCESS)
/freebsd-9.3-release/tools/test/testfloat/
H A Dtestfloat.c132 return EXIT_SUCCESS;
143 return EXIT_SUCCESS;
/freebsd-9.3-release/usr.bin/iconv/
H A Diconv.c186 return (EXIT_SUCCESS);
219 return (EXIT_SUCCESS);

Completed in 411 milliseconds

12345