Searched defs:exitcode (Results 1 - 6 of 6) sorted by relevance
/bind-9.6-ESV-R11/unit/atf-src/atf-c/detail/ |
H A D | process_helpers.c | 95 int exitcode; local 101 exitcode = h_echo(argv[2]); 103 exitcode = h_exit_failure(); 105 exitcode = h_exit_signal(); 107 exitcode = h_exit_success(); 110 exitcode = h_stdout_stderr(argv[2]); 113 exitcode = EXIT_FAILURE; 116 return exitcode;
|
H A D | tp_main.c | 488 run_tc(const atf_tp_t *tp, struct params *p, int *exitcode) argument 512 *exitcode = EXIT_FAILURE; 515 *exitcode = EXIT_SUCCESS; 524 *exitcode = EXIT_FAILURE; 527 *exitcode = EXIT_SUCCESS; 545 int *exitcode) 577 *exitcode = EXIT_SUCCESS; 579 err = run_tc(&tp, &p, exitcode); 594 int exitcode; local 608 exitcode 543 controlled_main(int argc, char **argv, atf_error_t (*add_tcs_hook)(atf_tp_t *), int *exitcode) argument [all...] |
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/ |
H A D | check.cpp | 68 impl::check_result::exitcode(void) function in class:impl::check_result
|
H A D | tests.cpp | 364 impl::tc::expect_exit(const int exitcode, const std::string& reason) argument 366 atf_tc_expect_exit(exitcode, "%s", reason.c_str());
|
/bind-9.6-ESV-R11/unit/atf-src/atf-c/ |
H A D | tc.c | 936 _atf_tc_expect_exit(struct context *ctx, const int exitcode, const char *reason, argument 949 create_resfile(ctx->resfile, "expected_exit", exitcode, &formatted); 1176 atf_tc_expect_exit(const int exitcode, const char *reason, ...) argument 1183 _atf_tc_expect_exit(&Current, exitcode, reason, ap);
|
/bind-9.6-ESV-R11/bin/dig/ |
H A D | dighost.c | 168 int exitcode = 0; variable 510 if (exitcode < 10) 511 exitcode = 10; 513 exitcode = fatalexit; 514 exit(exitcode); 2545 if (exitcode < 9) 2546 exitcode = 9; 2756 if (exitcode < 9) 2757 exitcode = 9; 3822 exitcode [all...] |
Completed in 31 milliseconds