Lines Matching defs:exitcode
486 run_tc(const atf_tp_t *tp, struct params *p, int *exitcode)
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;
606 exitcode = EXIT_FAILURE; /* Silence GCC warning. */
607 err = controlled_main(argc, argv, add_tcs_hook, &exitcode);
611 exitcode = EXIT_FAILURE;
614 return exitcode;