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

/bind-9.11.3/unit/atf-src/atf-c/detail/
H A Dsanity_test.c64 struct test_data *td = v; local
66 switch (td->m_type) {
68 INV(td->m_cond);
72 PRE(td->m_cond);
76 POST(td->m_cond);
80 if (!td->m_cond)
99 struct test_data td = { t, cond }; local
103 RE(atf_process_fork(&child, do_test_child, &outsb, &errsb, &td));

Completed in 776 milliseconds