Searched defs:expout (Results 1 - 4 of 4) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-c++/
H A Dutils.cpp101 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 Dutils_test.cpp329 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 Dutils.c379 * \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 Dutils_test.c384 fork_and_wait(const int exitstatus, const char* expout, const char* experr) argument
392 atf_utils_wait(pid, exitstatus, expout, experr);

Completed in 1094 milliseconds