Searched defs:experr (Results 1 - 7 of 7) sorted by relevance
/bind-9.11.3/unit/atf-src/atf-c++/ |
H A D | utils.cpp | 97 const std::string& expout, const std::string& experr) 99 atf_utils_wait(pid, exitstatus, expout.c_str(), experr.c_str()); 96 wait(const pid_t pid, const int exitstatus, const std::string& expout, const std::string& experr) argument
|
H A D | utils_test.cpp | 330 fork_and_wait(const int exitstatus, const char* expout, const char* experr) argument 338 atf::utils::wait(pid, exitstatus, expout, experr);
|
/bind-9.11.3/unit/atf-src/atf-c/ |
H A D | utils.c | 413 * \param experr Expected contents of stderr. */ 416 const char *experr) 445 if (strlen(experr) > save_prefix_length && 446 strncmp(experr, save_prefix, save_prefix_length) == 0) { 448 experr + save_prefix_length); 451 experr)); 415 atf_utils_wait(const pid_t pid, const int exitstatus, const char *expout, const char *experr) argument
|
H A D | utils_test.c | 389 fork_and_wait(const int exitstatus, const char* expout, const char* experr) argument 398 atf_utils_wait(pid, exitstatus, expout, experr);
|
/bind-9.11.3/unit/atf-src/atf-c++/detail/ |
H A D | fs.cpp | 76 safe_access(const impl::path& p, int mode, int experr) argument 83 if (atf_libc_error_code(err) == experr) {
|
/bind-9.11.3/unit/atf-src/atf-c/detail/ |
H A D | fs_test.c | 680 const int experr = atf_user_is_root() ? t->rerror : t->uerror; local 693 printf("Expected error: %d\n", experr); 702 if (experr == 0) { 707 ATF_REQUIRE_EQ(atf_libc_error_code(err), experr); local
|
/bind-9.11.3/unit/atf-src/tools/ |
H A D | fs.cpp | 145 safe_access(const impl::path& p, int mode, int experr) argument 151 if (e.code() == experr)
|
Completed in 23 milliseconds