Lines Matching refs:exitcode
488 run_tc(const atf_tp_t *tp, struct params *p, int *exitcode)
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;
608 exitcode = EXIT_FAILURE; /* Silence GCC warning. */
609 err = controlled_main(argc, argv, add_tcs_hook, &exitcode);
613 exitcode = EXIT_FAILURE;
616 return exitcode;