/bind-9.6-ESV-R11/contrib/zkt/ |
H A D | nscomm.h | 51 extern int dist_and_reload (const zone_t *zp, int what);
|
H A D | nscomm.c | 95 ** what is 99 int dist_and_reload (const zone_t *zp, int what) argument 110 assert ( what == 1 || what == 2 ); 140 if ( what == 2 )
|
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/ |
H A D | exceptions_test.cpp | 97 ATF_REQUIRE(std::string(e.what()).find("System error 1") != 100 ATF_FAIL(std::string("Got unexpected exception: ") + e.what()); 116 ATF_FAIL(std::string("Got unexpected exception: ") + e.what()); 131 const std::string msg = e.what(); 134 ATF_FAIL(std::string("Got unexpected exception: ") + e.what());
|
H A D | application.cpp | 82 impl::usage_error::what(void) function in class:impl::usage_error 308 std::cerr << ui::format_error(m_prog_name, e.what()) << "\n" 313 std::cerr << m_prog_name << ": ERROR: " << e.what() << "\n"; 320 std::cerr << ui::format_error(m_prog_name, std::string(e.what())) 323 std::cerr << m_prog_name << ": ERROR: " << e.what() << "\n"; 329 "unexpected error: ") + e.what() + "\n" + bug) << "\n"; 332 << e.what() << "\n";
|
H A D | application.hpp | 52 const char* what(void) const throw();
|
H A D | exceptions.hpp | 92 const char* what(void) const throw();
|
H A D | exceptions.cpp | 72 atf::system_error::what(void) function in class:atf::system_error 78 m_message = std::string(std::runtime_error::what()) + ": ";
|
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 | parser.hpp | 56 const char* what(void) const throw(); 74 const char* what(void) const throw();
|
H A D | parser_test.cpp | 72 ATF_REQUIRE_EQ("2: Second error\n1: First error", std::string(es.what()));
|
/bind-9.6-ESV-R11/lib/tests/include/tests/ |
H A D | t_api.h | 73 t_assert(const char *component, int anum, int class, const char *what, ...)
|
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/ |
H A D | macros_test.cpp | 191 if (get_config_var("what") == "throw_int") 193 else if (get_config_var("what") == "throw_rt") 196 else if (get_config_var("what") == "no_throw_rt") 212 if (get_config_var("what") == "throw_int") 214 else if (get_config_var("what") == "throw_rt_match") 217 else if (get_config_var("what") == "throw_rt_no_match") 220 else if (get_config_var("what") == "no_throw_rt") 249 if (get_config_var("what") == "no_error") 251 else if (get_config_var("what") == "errno_ok") 253 else if (get_config_var("what") 567 const char *what; member in struct:test 616 const char *what; member in struct:test 668 const char *what; member in struct:test 716 const char *what; member in struct:test [all...] |
H A D | macros.hpp | 149 "unexpected error (not " #e "): " << atfu_e.what(); \ 168 if (!atf::tests::detail::match(regexp, e.what())) { \ 171 << e.what() << "), but does not match '" << regexp \ 178 "unexpected error (not " #type "): " << atfu_e.what(); \
|
H A D | tests.cpp | 161 e.what())); 668 std::cerr << "ERROR: " << e.what() << "\n";
|
/bind-9.6-ESV-R11/unit/atf-src/atf-report/ |
H A D | atf-report.cpp | 205 write_info(const std::string& what, const std::string& val) argument 207 if (what == "tests.root") { 419 write_info(const std::string& what, const std::string& val) argument 421 (*m_os) << "<info class=\"" << what << "\">" << val << "</info>\n"; 515 got_info(const std::string& what, const std::string& val) argument 519 (*iter)->write_info(what, val);
|
H A D | reader_test.cpp | 49 got_info(const std::string& what, const std::string& val) argument 51 m_calls.push_back("got_info(" + what + ", " + val + ")");
|
H A D | reader.cpp | 154 const std::string& what ATF_DEFS_ATTRIBUTE_UNUSED,
|
/bind-9.6-ESV-R11/bin/tests/ |
H A D | t_api.pl | 42 local($component, $anum, $class, $what, @rest) = @_; 43 printf("A:%s:%d:%s:$what\n", $component, $anum, $class, @rest);
|
H A D | named.conf | 59 // you know what you're doing -- older 102 // "forward only;" which is what used to be specified with 222 type master; // what used to be called "primary" 240 type slave; // what used to be called "secondary" 516 * queries what used to be called "query logging"
|
/bind-9.6-ESV-R11/lib/tests/ |
H A D | t_api.c | 344 t_assert(const char *component, int anum, int class, const char *what, ...) { argument 354 va_start(args, what); 355 (void)vsnprintf(buf, sizeof(buf), what, args);
|
/bind-9.6-ESV-R11/unit/atf-src/atf-run/ |
H A D | atf-run.cpp | 299 std::string(e.what())); 382 w.end_tp("Invalid format for test case list: " + std::string(e.what())); 414 w.end_tc("failed", e.what());
|
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.6-ESV-R11/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.6-ESV-R11/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.6-ESV-R11/lib/isc/ |
H A D | timer.c | 757 set_index(void *what, unsigned int index) { argument 760 timer = what;
|