Searched refs:atf_tc_init (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.3-release/contrib/atf/atf-c/
H A Dtc_test.c59 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 Dtc.h68 atf_error_t atf_tc_init(atf_tc_t *, const char *, atf_tc_head_t,
H A Dtc.c545 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 Dmacros_test.c85 RE(atf_tc_init(&tc, name, head, body, NULL, config));
/freebsd-10.3-release/contrib/atf/atf-c++/
H A Dtests.cpp223 err = atf_tc_init(&pimpl->m_tc, pimpl->m_ident.c_str(), pimpl->wrap_head,

Completed in 170 milliseconds