Searched defs:td (Results 1 - 1 of 1) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-c/detail/
H A Dsanity_test.c67 struct test_data *td = v; local
69 switch (td->m_type) {
71 INV(td->m_cond);
75 PRE(td->m_cond);
79 POST(td->m_cond);
83 if (!td->m_cond)
102 struct test_data td = { t, cond }; local
106 RE(atf_process_fork(&child, do_test_child, &outsb, &errsb, &td));

Completed in 9 milliseconds