Searched defs:exitcode (Results 1 - 7 of 7) sorted by relevance

/bind-9.11.3/unit/atf-src/atf-c/detail/
H A Dprocess_helpers.c91 int exitcode; local
97 exitcode = h_echo(argv[2]);
99 exitcode = h_exit_failure();
101 exitcode = h_exit_signal();
103 exitcode = h_exit_success();
106 exitcode = h_stdout_stderr(argv[2]);
109 exitcode = EXIT_FAILURE;
112 return exitcode;
H A Dtp_main.c486 run_tc(const atf_tp_t *tp, struct params *p, int *exitcode) argument
510 *exitcode = EXIT_FAILURE;
513 *exitcode = EXIT_SUCCESS;
522 *exitcode = EXIT_FAILURE;
525 *exitcode = EXIT_SUCCESS;
543 int *exitcode)
575 *exitcode = EXIT_SUCCESS;
577 err = run_tc(&tp, &p, exitcode);
592 int exitcode; local
606 exitcode
541 controlled_main(int argc, char **argv, atf_error_t (*add_tcs_hook)(atf_tp_t *), int *exitcode) argument
[all...]
/bind-9.11.3/unit/atf-src/tools/
H A Dprocess_helpers.c95 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;
/bind-9.11.3/unit/atf-src/atf-c++/
H A Dcheck.cpp64 impl::check_result::exitcode(void) function in class:impl::check_result
H A Dtests.cpp379 impl::tc::expect_exit(const int exitcode, const std::string& reason) argument
381 atf_tc_expect_exit(exitcode, "%s", reason.c_str());
/bind-9.11.3/unit/atf-src/atf-c/
H A Dtc.c934 _atf_tc_expect_exit(struct context *ctx, const int exitcode, const char *reason, argument
947 create_resfile(ctx->resfile, "expected_exit", exitcode, &formatted);
1174 atf_tc_expect_exit(const int exitcode, const char *reason, ...) argument
1181 _atf_tc_expect_exit(&Current, exitcode, reason, ap);
/bind-9.11.3/bin/dig/
H A Ddighost.c174 int exitcode = 0; variable
558 if (exitcode < 10)
559 exitcode = 10;
561 exitcode = fatalexit;
562 exit(exitcode);
3272 if (exitcode < 9)
3273 exitcode = 9;
3496 if (exitcode < 9)
3497 exitcode = 9;
4726 exitcode
[all...]

Completed in 4083 milliseconds