Searched refs:find_tc (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/atf/atf-c/
H A Dtp.c50 find_tc(const atf_tp_t *tp, const char *ident) function
130 const atf_tc_t *tc = find_tc(tp, id);
137 const atf_tc_t *tc = find_tc(tp, id);
180 PRE(find_tc(tp, atf_tc_get_ident(tc)) == NULL);
184 POST(find_tc(tp, atf_tc_get_ident(tc)) != NULL);
198 tc = find_tc(tp, tcname);
209 tc = find_tc(tp, tcname);
/freebsd-11-stable/contrib/atf/atf-c++/
H A Dtests.cpp493 find_tc(tc_vector tcs, const std::string& name) function in namespace:__anon166
531 impl::tc* tc = find_tc(tcs, fields.first);

Completed in 115 milliseconds