Searched refs:outname (Results 1 - 3 of 3) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-c/detail/
H A Dtest_helpers.c126 run_h_tc(atf_tc_t *tc, const char *outname, const char *errname, argument
134 RE(atf_fs_path_init_fmt(&outpath, outname));
/bind-9.6-ESV-R11/unit/atf-src/atf-c/
H A Dcheck_test.c226 const char *outname, const char *errname)
231 run_h_tc(tc, outname, errname, "result");
442 #define CHECK_LINES(path, outname, resname) \
446 check_line(fd, "Line 1 to " outname " for " resname); \
447 check_line(fd, "Line 2 to " outname " for " resname); \
225 init_and_run_h_tc(atf_tc_t *tc, const atf_tc_pack_t *tcpack, const char *outname, const char *errname) argument
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/
H A Dcheck_test.cpp306 check_lines(const std::string& path, const char* outname, argument
314 ATF_REQUIRE_EQ(line, std::string("Line 1 to ") + outname + " for " +
317 ATF_REQUIRE_EQ(line, std::string("Line 2 to ") + outname + " for " +

Completed in 12 milliseconds