Searched defs:expout (Results 1 - 4 of 4) sorted by relevance
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/ |
H A D | utils.cpp | 101 const std::string& expout, const std::string& experr) 103 atf_utils_wait(pid, exitstatus, expout.c_str(), experr.c_str()); 100 wait(const pid_t pid, const int exitstatus, const std::string& expout, const std::string& experr) argument
|
H A D | utils_test.cpp | 329 fork_and_wait(const int exitstatus, const char* expout, const char* experr) argument 337 atf::utils::wait(pid, exitstatus, expout, experr);
|
/bind-9.6-ESV-R11/unit/atf-src/atf-c/ |
H A D | utils.c | 379 * \param expout Expected contents of stdout. 382 atf_utils_wait(const pid_t pid, const int exitstatus, const char *expout, argument 397 if (strlen(expout) > save_prefix_length && 398 strncmp(expout, save_prefix, save_prefix_length) == 0) { 400 expout + save_prefix_length); 402 ATF_REQUIRE(atf_utils_compare_file("atf_utils_fork_out.txt", expout));
|
H A D | utils_test.c | 384 fork_and_wait(const int exitstatus, const char* expout, const char* experr) argument 392 atf_utils_wait(pid, exitstatus, expout, experr);
|
Completed in 85 milliseconds