/bind-9.11.3/unit/atf-src/tools/ |
H A D | exceptions.cpp | 60 tools::system_error::what(void) function in class:tools::system_error 66 m_message = std::string(std::runtime_error::what()) + ": ";
|
H A D | application.hpp | 52 const char* what(void) const throw();
|
H A D | exceptions.hpp | 88 const char* what(void) const throw();
|
H A D | application.cpp | 79 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 D | atf-report.cpp | 202 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 D | reader_test.cpp | 47 got_info(const std::string& what, const std::string& val) argument 49 m_calls.push_back("got_info(" + what + ", " + val + ")");
|
H A D | parser.cpp | 55 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 D | atf-run.cpp | 302 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 D | parser.hpp | 56 const char* what(void) const throw(); 74 const char* what(void) const throw();
|
H A D | reader.cpp | 153 const std::string& what ATF_DEFS_ATTRIBUTE_UNUSED,
|
H A D | test-program.cpp | 578 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 D | exceptions.hpp | 47 const char* what(void) const throw();
|
H A D | exceptions_test.cpp | 94 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 D | application.cpp | 78 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 D | application.hpp | 48 const char* what(void) const throw();
|
H A D | exceptions.cpp | 69 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 D | macros_test.cpp | 189 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 D | macros.hpp | 149 << 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 D | t_api.h | 76 t_assert(const char *component, int anum, int tclass, const char *what, ...)
|
/bind-9.11.3/bin/tests/ |
H A D | t_api.pl | 33 local($component, $anum, $class, $what, @rest) = @_; 34 printf("A:%s:%d:%s:$what\n", $component, $anum, $class, @rest);
|
H A D | named.conf | 50 // 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 D | t_api.c | 362 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 D | idnconv.c | 158 #define APPEND_LIST(array, size, item, what) \ 160 errormsg("too many " what "\n"); \
|
/bind-9.11.3/contrib/sdb/ldap/ |
H A D | ldapdb.c | 20 * 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 D | timer.c | 838 set_index(void *what, unsigned int index) { argument 841 timer = what;
|