Searched refs:EXIT_SUCCESS (Results 76 - 100 of 228) sorted by relevance

12345678910

/freebsd-11-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_msgrcv.c126 _exit(EXIT_SUCCESS);
275 _exit(EXIT_SUCCESS);
285 if (WIFEXITED(sta) == 0 && WEXITSTATUS(sta) != EXIT_SUCCESS)
H A Dt_msgget.c126 _exit(EXIT_SUCCESS);
131 if (WIFEXITED(sta) == 0 || WEXITSTATUS(sta) != EXIT_SUCCESS)
H A Dt_dup.c347 _exit(EXIT_SUCCESS);
352 if (WIFEXITED(sta) == 0 || WEXITSTATUS(sta) != EXIT_SUCCESS) {
/freebsd-11-stable/usr.bin/cpuset/
H A Dcpuset.c182 exit(EXIT_SUCCESS);
285 exit(EXIT_SUCCESS);
351 exit(EXIT_SUCCESS);
/freebsd-11-stable/usr.bin/dtc/
H A Ddtc.cc127 return EXIT_SUCCESS;
130 return EXIT_SUCCESS;
379 return EXIT_SUCCESS;
/freebsd-11-stable/contrib/elftoolchain/ar/
H A Dar.c108 exitcode = EXIT_SUCCESS;
324 exit(EXIT_SUCCESS);
444 exit(EXIT_SUCCESS);
/freebsd-11-stable/contrib/diff/src/
H A Dcmp.c252 return EXIT_SUCCESS;
257 return EXIT_SUCCESS;
288 return EXIT_SUCCESS;
310 return EXIT_SUCCESS;
369 Return EXIT_SUCCESS if identical, EXIT_FAILURE if different,
385 int ret = EXIT_SUCCESS;
H A Ddiff.c251 int exit_status = EXIT_SUCCESS;
482 return EXIT_SUCCESS;
528 return EXIT_SUCCESS;
1033 Value is EXIT_SUCCESS if files are the same, EXIT_FAILURE if
1044 int status = EXIT_SUCCESS;
1174 if (status == EXIT_SUCCESS && ! parent && DIR_P (0) != DIR_P (1))
1196 if (status != EXIT_SUCCESS)
1318 if (status == EXIT_SUCCESS)
1339 if (status == EXIT_SUCCESS)
/freebsd-11-stable/contrib/ntp/sntp/libopts/
H A Dusage.c257 if ((ex_code != EXIT_SUCCESS) &&
360 * When we exit with EXIT_SUCCESS and the first option is a doc
364 if ( (exit_code != EXIT_SUCCESS)
399 if (exit_code == EXIT_SUCCESS)
566 * to stdout and the actual exit code will be "EXIT_SUCCESS".
572 ? EXIT_SUCCESS : usage_exit_code;
588 if (exit_code == EXIT_SUCCESS) {
614 if ((exit_code == EXIT_SUCCESS) ||
1112 && (ex_code == EXIT_SUCCESS)) {
1124 if (ex_code == EXIT_SUCCESS) {
[all...]
H A Dmakeshell.c324 (*(opts->pUsageProc))(opts, EXIT_SUCCESS);
870 * IF not EXIT_SUCCESS,
873 if (exit_cd != EXIT_SUCCESS)
892 optionUsage(opts, EXIT_SUCCESS);
945 option_exits(EXIT_SUCCESS);
/freebsd-11-stable/tools/regression/priv/
H A Dmain.c506 exit(something_failed ? EXIT_FAILURE : EXIT_SUCCESS);
517 WEXITSTATUS(status) == EXIT_SUCCESS) {
558 return (something_failed ? EXIT_FAILURE : EXIT_SUCCESS);
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/rpc/
H A Dt_rpc.c171 return EXIT_SUCCESS;
225 return EXIT_SUCCESS;
290 return EXIT_SUCCESS;
/freebsd-11-stable/contrib/netbsd-tests/lib/librumphijack/
H A Dh_cwd.c167 return EXIT_SUCCESS;
/freebsd-11-stable/contrib/atf/atf-c/
H A Dcheck_test.c316 ATF_CHECK(atf_check_result_exitcode(&result) == EXIT_SUCCESS);
370 ATF_CHECK(atf_check_result_exitcode(&result) == EXIT_SUCCESS);
408 ATF_CHECK(atf_check_result_exitcode(&result1) == EXIT_SUCCESS);
412 ATF_CHECK(atf_check_result_exitcode(&result2) == EXIT_SUCCESS);
/freebsd-11-stable/tools/regression/environ/
H A Dtimings.c199 exit(EXIT_SUCCESS);
/freebsd-11-stable/contrib/blacklist/bin/
H A Dblacklistctl.c150 return EXIT_SUCCESS;
/freebsd-11-stable/crypto/openssl/ssl/
H A Dsslv2conftest.c230 return testresult ? EXIT_SUCCESS : EXIT_FAILURE;
/freebsd-11-stable/usr.bin/truncate/
H A Dtruncate.c154 return error ? EXIT_FAILURE : EXIT_SUCCESS;
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-strings/
H A Dllvm-strings.cpp119 return EXIT_SUCCESS;
/freebsd-11-stable/contrib/ncurses/progs/
H A Dtabs.c463 ExitProgram(EXIT_SUCCESS);
541 rc = EXIT_SUCCESS;
/freebsd-11-stable/contrib/atf/atf-c/detail/
H A Dprocess_test.c406 exit(EXIT_SUCCESS);
545 exit(EXIT_SUCCESS);
608 ATF_CHECK_EQ(atf_process_status_exitstatus(&s), EXIT_SUCCESS); local
694 exit(EXIT_SUCCESS);
804 exit(EXIT_SUCCESS);
849 ATF_REQUIRE_EQ(atf_process_status_exitstatus(&status), EXIT_SUCCESS); local
932 ATF_CHECK_EQ(atf_process_status_exitstatus(&status), EXIT_SUCCESS); local
977 ATF_CHECK_EQ(atf_process_status_exitstatus(&status), EXIT_SUCCESS); local
/freebsd-11-stable/contrib/binutils/gas/
H A Das.h219 #ifndef EXIT_SUCCESS
220 #define EXIT_SUCCESS 0 macro
/freebsd-11-stable/gnu/usr.bin/rcs/lib/
H A Dconf.h386 #ifndef EXIT_SUCCESS
387 #define EXIT_SUCCESS 0 macro
/freebsd-11-stable/contrib/netbsd-tests/kernel/
H A Dt_pty.c258 exit(EXIT_SUCCESS);
312 exit(EXIT_SUCCESS);
/freebsd-11-stable/sbin/ggate/ggatel/
H A Dggatel.c117 exit(EXIT_SUCCESS);
329 exit(EXIT_SUCCESS);

Completed in 175 milliseconds

12345678910