OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:m_tc
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/atf/dist/atf-c/detail/
test_helpers.c
107
atf_tc_t *
m_tc
;
member in struct:run_h_tc_data
117
RE(atf_tc_run(data->
m_tc
, data->m_resname));
/src/external/bsd/atf/dist/atf-c++/
tests.cpp
133
atf_tc_t
m_tc
;
member in struct:impl::tc_impl
183
cwraps.erase(&pimpl->
m_tc
);
184
wraps.erase(&pimpl->
m_tc
);
186
atf_tc_fini(&pimpl->
m_tc
);
204
wraps[&pimpl->
m_tc
] = this;
205
cwraps[&pimpl->
m_tc
] = this;
207
err = atf_tc_init(&pimpl->
m_tc
, pimpl->m_ident.c_str(), pimpl->wrap_head,
218
return atf_tc_has_config_var(&pimpl->
m_tc
, var.c_str());
225
return atf_tc_has_md_var(&pimpl->
m_tc
, var.c_str());
232
return atf_tc_get_config_var(&pimpl->
m_tc
, var.c_str())
[
all
...]
Completed in 15 milliseconds
Indexes created Sun May 03 00:22:47 UTC 2026