Searched refs:EXIT_SUCCESS (Results 1 - 25 of 39) sorted by relevance
12
/bind-9.11.3/unit/atf-src/atf-c++/detail/ |
H A D | version_helper.cpp | 40 return EXIT_SUCCESS;
|
H A D | test_helpers.hpp | 92 std::exit(EXIT_SUCCESS);
|
/bind-9.11.3/unit/atf-src/tools/ |
H A D | bad_metadata_helper.c | 37 return EXIT_SUCCESS;
|
H A D | process_helpers.c | 44 return EXIT_SUCCESS; 67 return EXIT_SUCCESS; 79 return EXIT_SUCCESS;
|
H A D | atf-version.cpp | 84 return EXIT_SUCCESS;
|
H A D | atf-run.cpp | 150 if (!status.exited() || status.exitstatus() != EXIT_SUCCESS) { 262 ok &= (result == EXIT_SUCCESS); 265 return ok ? EXIT_SUCCESS : EXIT_FAILURE; 315 if (s.exitstatus() == EXIT_SUCCESS) 324 if (s.exitstatus() == EXIT_SUCCESS) 330 if (s.exitstatus() == EXIT_SUCCESS) 336 if (s.exitstatus() == EXIT_SUCCESS) 378 int errcode = EXIT_SUCCESS; 518 if (!s.exited() || s.exitstatus() != EXIT_SUCCESS) 555 ok &= (result == EXIT_SUCCESS); [all...] |
H A D | atf-config.cpp | 133 return EXIT_SUCCESS;
|
H A D | expect_helpers.c | 95 exit(EXIT_SUCCESS);
|
H A D | signals_test.cpp | 238 std::exit(EXIT_SUCCESS);
|
H A D | io_test.cpp | 374 std::exit(EXIT_SUCCESS); 414 ATF_REQUIRE(WEXITSTATUS(status) == EXIT_SUCCESS);
|
H A D | misc_helpers.cpp | 159 ATF_REQUIRE(s.exitstatus() == EXIT_SUCCESS); 349 exit(EXIT_SUCCESS);
|
/bind-9.11.3/unit/atf-src/atf-c/detail/ |
H A D | version_helper.c | 42 return EXIT_SUCCESS;
|
H A D | process_helpers.c | 40 return EXIT_SUCCESS; 63 return EXIT_SUCCESS; 75 return EXIT_SUCCESS;
|
H A D | sanity_test.c | 85 exit(EXIT_SUCCESS); 120 ATF_REQUIRE(atf_process_status_exitstatus(&status) == EXIT_SUCCESS);
|
H A D | process_test.c | 406 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
|
H A D | tp_main.c | 513 *exitcode = EXIT_SUCCESS; 525 *exitcode = EXIT_SUCCESS; 575 *exitcode = EXIT_SUCCESS;
|
/bind-9.11.3/unit/atf-src/bootstrap/ |
H A D | h_app_empty.cpp | 55 return EXIT_SUCCESS;
|
H A D | h_app_opts_args.cpp | 95 return EXIT_SUCCESS;
|
/bind-9.11.3/bin/tests/system/rndc/ |
H A D | gencheck.c | 76 ret = EXIT_SUCCESS;
|
/bind-9.11.3/unit/atf-src/atf-c/ |
H A D | utils_test.c | 238 exit(EXIT_SUCCESS); 244 ATF_REQUIRE_EQ(EXIT_SUCCESS, WEXITSTATUS(status)); 399 exit(EXIT_SUCCESS); 413 ATF_REQUIRE_EQ(EXIT_SUCCESS, WEXITSTATUS(status)); 502 ATF_REQUIRE_EQ(EXIT_SUCCESS, WEXITSTATUS(status)); 519 ATF_REQUIRE_EQ(EXIT_SUCCESS, WEXITSTATUS(status));
|
H A D | check_test.c | 316 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);
|
H A D | check.c | 199 atf_process_status_exitstatus(status) == EXIT_SUCCESS; 202 if (atf_process_status_exitstatus(status) == EXIT_SUCCESS)
|
/bind-9.11.3/unit/atf-src/atf-c++/ |
H A D | utils_test.cpp | 229 exit(EXIT_SUCCESS); 235 ATF_REQUIRE_EQ(EXIT_SUCCESS, WEXITSTATUS(status)); 339 exit(EXIT_SUCCESS); 353 ATF_REQUIRE_EQ(EXIT_SUCCESS, WEXITSTATUS(status)); 442 ATF_REQUIRE_EQ(EXIT_SUCCESS, WEXITSTATUS(status)); 459 ATF_REQUIRE_EQ(EXIT_SUCCESS, WEXITSTATUS(status));
|
H A D | check_test.cpp | 279 ATF_REQUIRE_EQ(r->exitcode(), EXIT_SUCCESS); 327 ATF_REQUIRE_EQ(r1->exitcode(), EXIT_SUCCESS); 332 ATF_REQUIRE_EQ(r2->exitcode(), EXIT_SUCCESS);
|
/bind-9.11.3/unit/atf-src/test-programs/ |
H A D | cpp_helpers.cpp | 146 std::exit(EXIT_SUCCESS);
|
Completed in 1079 milliseconds
12