Searched refs:what (Results 1 - 25 of 30) sorted by relevance

12

/bind-9.11.3/unit/atf-src/tools/
H A Dexceptions.cpp60 tools::system_error::what(void) function in class:tools::system_error
66 m_message = std::string(std::runtime_error::what()) + ": ";
H A Dapplication.hpp52 const char* what(void) const throw();
H A Dexceptions.hpp88 const char* what(void) const throw();
H A Dapplication.cpp79 impl::usage_error::what(void) function in class:impl::usage_error
298 std::cerr << ui::format_error(m_prog_name, e.what()) << "\n"
304 std::cerr << ui::format_error(m_prog_name, std::string(e.what()))
309 "unexpected error: ") + e.what() + "\n" + bug) << "\n";
H A Datf-report.cpp202 write_info(const std::string& what, const std::string& val) argument
204 if (what == "tests.root") {
416 write_info(const std::string& what, const std::string& val) argument
418 (*m_os) << "<info class=\"" << what << "\">" << val << "</info>\n";
512 got_info(const std::string& what, const std::string& val) argument
516 (*iter)->write_info(what, val);
H A Dreader_test.cpp47 got_info(const std::string& what, const std::string& val) argument
49 m_calls.push_back("got_info(" + what + ", " + val + ")");
H A Dparser.cpp55 impl::parse_error::what(void) function in class:impl::parse_error
90 impl::parse_errors::what(void) function in class:impl::parse_errors
H A Datf-run.cpp302 std::string(e.what()));
385 w.end_tp("Invalid format for test case list: " + std::string(e.what()));
417 w.end_tc("failed", e.what());
H A Dparser.hpp56 const char* what(void) const throw();
74 const char* what(void) const throw();
H A Dreader.cpp153 const std::string& what ATF_DEFS_ATTRIBUTE_UNUSED,
H A Dtest-program.cpp578 impl::atf_tps_writer::info(const std::string& what, const std::string& val) argument
580 m_os << "info: " << what << ", " << val << "\n";
/bind-9.11.3/unit/atf-src/atf-c++/detail/
H A Dexceptions.hpp47 const char* what(void) const throw();
H A Dexceptions_test.cpp94 ATF_REQUIRE(std::string(e.what()).find("System error 1") !=
97 ATF_FAIL(std::string("Got unexpected exception: ") + e.what());
113 ATF_FAIL(std::string("Got unexpected exception: ") + e.what());
128 const std::string msg = e.what();
131 ATF_FAIL(std::string("Got unexpected exception: ") + e.what());
H A Dapplication.cpp78 impl::usage_error::what(void) function in class:impl::usage_error
233 std::cerr << m_prog_name << ": ERROR: " << e.what() << "\n";
238 std::cerr << m_prog_name << ": ERROR: " << e.what() << "\n";
242 << e.what() << "\n";
H A Dapplication.hpp48 const char* what(void) const throw();
H A Dexceptions.cpp69 atf::system_error::what(void) function in class:atf::system_error
75 m_message = std::string(std::runtime_error::what()) + ": ";
/bind-9.11.3/unit/atf-src/atf-c++/
H A Dmacros_test.cpp189 if (get_config_var("what") == "throw_int")
191 else if (get_config_var("what") == "throw_rt")
194 else if (get_config_var("what") == "no_throw_rt")
210 if (get_config_var("what") == "throw_int")
212 else if (get_config_var("what") == "throw_rt_match")
215 else if (get_config_var("what") == "throw_rt_no_match")
218 else if (get_config_var("what") == "no_throw_rt")
247 if (get_config_var("what") == "no_error")
249 else if (get_config_var("what") == "errno_ok")
251 else if (get_config_var("what")
565 const char *what; member in struct:test
614 const char *what; member in struct:test
666 const char *what; member in struct:test
714 const char *what; member in struct:test
[all...]
H A Dmacros.hpp149 << atfu_e.what(); \
169 if (!atf::tests::detail::match(regexp, e.what())) { \
173 << e.what() << "), but does not match '" << regexp \
181 << atfu_e.what(); \
/bind-9.11.3/lib/tests/include/tests/
H A Dt_api.h76 t_assert(const char *component, int anum, int tclass, const char *what, ...)
/bind-9.11.3/bin/tests/
H A Dt_api.pl33 local($component, $anum, $class, $what, @rest) = @_;
34 printf("A:%s:%d:%s:$what\n", $component, $anum, $class, @rest);
H A Dnamed.conf50 // you know what you're doing -- older
93 // "forward only;" which is what used to be specified with
214 type master; // what used to be called "primary"
232 type slave; // what used to be called "secondary"
508 * queries what used to be called "query logging"
/bind-9.11.3/lib/tests/
H A Dt_api.c362 t_assert(const char *component, int anum, int tclass, const char *what, ...) { argument
372 va_start(args, what);
373 (void)vsnprintf(buf, sizeof(buf), what, args);
/bind-9.11.3/contrib/idn/idnkit-1.0-src/tools/idnconv/
H A Didnconv.c158 #define APPEND_LIST(array, size, item, what) \
160 errormsg("too many " what "\n"); \
/bind-9.11.3/contrib/sdb/ldap/
H A Dldapdb.c20 * if you know what you're doing or get compilation errors on ldap_memfree().
103 static void ldapdb_lock(int what) { argument
106 switch (what) {
/bind-9.11.3/lib/isc/
H A Dtimer.c838 set_index(void *what, unsigned int index) { argument
841 timer = what;

Completed in 57 milliseconds

12