Searched defs:experr (Results 1 - 6 of 6) 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.c380 * \param experr Expected contents of stderr. */
383 const char *experr)
405 if (strlen(experr) > save_prefix_length &&
406 strncmp(experr, save_prefix, save_prefix_length) == 0) {
408 experr + save_prefix_length);
410 ATF_REQUIRE(atf_utils_compare_file("atf_utils_fork_err.txt", experr));
382 atf_utils_wait(const pid_t pid, const int exitstatus, const char *expout, const char *experr) argument
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);
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Dfs.cpp80 safe_access(const impl::path& p, int mode, int experr) argument
87 if (atf_libc_error_code(err) == experr) {
/bind-9.6-ESV-R11/unit/atf-src/atf-c/detail/
H A Dfs_test.c683 const int experr = atf_user_is_root() ? t->rerror : t->uerror; local
696 printf("Expected error: %d\n", experr);
705 if (experr == 0) {
710 ATF_REQUIRE_EQ(atf_libc_error_code(err), experr); local

Completed in 19 milliseconds