Searched refs:atf_tc_init (Results 1 - 5 of 5) sorted by relevance
/bind-9.11.3/unit/atf-src/atf-c/ |
H A D | tc_test.c | 59 atf_tc_set_md_var(tc, "descr", "Tests the atf_tc_init function"); 65 RE(atf_tc_init(&tc, "test1", ATF_TC_HEAD_NAME(empty), 71 RE(atf_tc_init(&tc, "test2", ATF_TC_HEAD_NAME(test_var), 120 RE(atf_tc_init(&tc, "test1", ATF_TC_HEAD_NAME(empty), 141 RE(atf_tc_init(&tc, "test1", ATF_TC_HEAD_NAME(empty), 147 RE(atf_tc_init(&tc, "test1", ATF_TC_HEAD_NAME(empty),
|
H A D | tc.h | 68 atf_error_t atf_tc_init(atf_tc_t *, const char *, atf_tc_head_t,
|
H A D | tc.c | 545 atf_tc_init(atf_tc_t *tc, const char *ident, atf_tc_head_t head, function 605 return atf_tc_init(tc, pack->m_ident, pack->m_head, pack->m_body,
|
H A D | macros_test.c | 85 RE(atf_tc_init(&tc, name, head, body, NULL, config));
|
/bind-9.11.3/unit/atf-src/atf-c++/ |
H A D | tests.cpp | 223 err = atf_tc_init(&pimpl->m_tc, pimpl->m_ident.c_str(), pimpl->wrap_head,
|
Completed in 70 milliseconds