Home
last modified time | relevance | path

Searched defs:resfile (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/atf/atf-c/
H A Dtp.c194 atf_tp_run(const atf_tp_t *tp, const char *tcname, const char *resfile) in atf_tp_run()
H A Dtc.c65 const char *resfile; member
113 context_init(struct context *ctx, const atf_tc_t *tc, const char *resfile) in context_init()
129 context_set_resfile(struct context *ctx, const char *resfile) in context_set_resfile()
1050 atf_tc_run(const atf_tc_t *tc, const char *resfile) in atf_tc_run()
/freebsd/contrib/atf/atf-c++/
H A Dtests.cpp527 run_tc(tc_vector& tcs, const std::string& tcarg, const atf::fs::path& resfile) in run_tc()
562 atf::fs::path resfile("/dev/stdout"); in safe_main() local