Home
last modified time | relevance | path

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

/NextBSD/contrib/atf/atf-c/
HDtp.c194 atf_tp_run(const atf_tp_t *tp, const char *tcname, const char *resfile) in atf_tp_run()
HDtc.c64 const char *resfile; member
106 context_init(struct context *ctx, const atf_tc_t *tc, const char *resfile) in context_init()
205 create_resfile(const char *resfile, const char *result, const int arg, in create_resfile()
1004 atf_tc_run(const atf_tc_t *tc, const char *resfile) in atf_tc_run()
/NextBSD/contrib/atf/atf-c++/
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