Searched refs:atf_check_result_exitcode (Results 1 - 4 of 4) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-c/
H A Dcheck.h54 int atf_check_result_exitcode(const atf_check_result_t *);
H A Dcheck_test.c321 ATF_CHECK(atf_check_result_exitcode(&result) == EXIT_SUCCESS);
375 ATF_CHECK(atf_check_result_exitcode(&result) == EXIT_SUCCESS);
384 ATF_CHECK(atf_check_result_exitcode(&result) == EXIT_FAILURE);
413 ATF_CHECK(atf_check_result_exitcode(&result1) == EXIT_SUCCESS);
417 ATF_CHECK(atf_check_result_exitcode(&result2) == EXIT_SUCCESS);
508 ATF_CHECK(atf_check_result_exitcode(&result) == 127);
H A Dcheck.c375 atf_check_result_exitcode(const atf_check_result_t *r) function
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/
H A Dcheck.cpp72 return atf_check_result_exitcode(&m_result);

Completed in 32 milliseconds