Searched defs:what (Results 1 - 15 of 15) sorted by relevance

/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.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 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-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 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.cpp69 atf::system_error::what(void) function in class:atf::system_error
75 m_message = std::string(std::runtime_error::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";
/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...]
/bind-9.11.3/lib/isc/
H A Dtimer.c838 set_index(void *what, unsigned int index) { argument
841 timer = what;
/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/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/dns/
H A Dmaster.c366 const char *what; local
372 what = "line";
374 what = "file";
377 file, line, what);
1472 * otherwise we have a new name so commit what we
2016 * Commit what has not yet been committed.
H A Drbtdb.c1145 set_index(void *what, unsigned int idx) { argument
1146 rdatasetheader_t *h = what;
4469 * If we didn't find what we were looking for...
4539 * We found what we were looking for, or we found a CNAME.
5233 * If we didn't find what we were looking for...
5274 * We found what we were looking for, or we found a CNAME.
H A Dzone.c2830 const char *what; local
2833 what = "REQUIRED GLUE ";
2836 what = "SIBLING GLUE ";
2838 what = "";
2844 ownerbuf, namebuf, what);

Completed in 114 milliseconds