Searched refs:outname (Results 1 - 3 of 3) sorted by relevance
| /bind-9.11.3/unit/atf-src/atf-c/detail/ |
| H A D | test_helpers.c | 122 run_h_tc(atf_tc_t *tc, const char *outname, const char *errname, argument 130 RE(atf_fs_path_init_fmt(&outpath, outname));
|
| /bind-9.11.3/unit/atf-src/atf-c/ |
| H A D | check_test.c | 221 const char *outname, const char *errname) 226 run_h_tc(tc, outname, errname, "result"); 437 #define CHECK_LINES(path, outname, resname) \ 441 check_line(fd, "Line 1 to " outname " for " resname); \ 442 check_line(fd, "Line 2 to " outname " for " resname); \ 220 init_and_run_h_tc(atf_tc_t *tc, const atf_tc_pack_t *tcpack, const char *outname, const char *errname) argument
|
| /bind-9.11.3/unit/atf-src/atf-c++/ |
| H A D | check_test.cpp | 301 check_lines(const std::string& path, const char* outname, argument 309 ATF_REQUIRE_EQ(line, std::string("Line 1 to ") + outname + " for " + 312 ATF_REQUIRE_EQ(line, std::string("Line 2 to ") + outname + " for " +
|
Completed in 31 milliseconds