Searched refs:atf_tc_init (Results 1 - 5 of 5) sorted by relevance
/bind-9.6-ESV-R11/unit/atf-src/atf-c/ |
H A D | tc_test.c | 61 atf_tc_set_md_var(tc, "descr", "Tests the atf_tc_init function"); 67 RE(atf_tc_init(&tc, "test1", ATF_TC_HEAD_NAME(empty), 73 RE(atf_tc_init(&tc, "test2", ATF_TC_HEAD_NAME(test_var), 122 RE(atf_tc_init(&tc, "test1", ATF_TC_HEAD_NAME(empty), 143 RE(atf_tc_init(&tc, "test1", ATF_TC_HEAD_NAME(empty), 149 RE(atf_tc_init(&tc, "test1", ATF_TC_HEAD_NAME(empty),
|
H A D | tc.h | 72 atf_error_t atf_tc_init(atf_tc_t *, const char *, atf_tc_head_t,
|
H A D | tc.c | 549 atf_tc_init(atf_tc_t *tc, const char *ident, atf_tc_head_t head, function 609 return atf_tc_init(tc, pack->m_ident, pack->m_head, pack->m_body,
|
H A D | macros_test.c | 87 RE(atf_tc_init(&tc, name, head, body, NULL, config));
|
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/ |
H A D | tests.cpp | 208 err = atf_tc_init(&pimpl->m_tc, pimpl->m_ident.c_str(), pimpl->wrap_head,
|
Completed in 27 milliseconds