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

/bind-9.6-ESV-R11/contrib/zkt/
H A Dnscomm.c95 ** 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 Dexceptions.cpp72 atf::system_error::what(void) function in class:atf::system_error
78 m_message = std::string(std::runtime_error::what()) + ": ";
H A Dapplication.cpp82 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 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
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/
H A Dmacros_test.cpp191 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...]
/bind-9.6-ESV-R11/unit/atf-src/atf-report/
H A Dreader_test.cpp49 got_info(const std::string& what, const std::string& val) argument
51 m_calls.push_back("got_info(" + what + ", " + val + ")");
H A Datf-report.cpp205 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);
/bind-9.6-ESV-R11/lib/isc/
H A Dtimer.c757 set_index(void *what, unsigned int index) { argument
760 timer = what;
/bind-9.6-ESV-R11/lib/tests/
H A Dt_api.c344 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/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.6-ESV-R11/unit/atf-src/atf-run/
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.6-ESV-R11/lib/dns/
H A Drbtdb.c782 set_index(void *what, unsigned int index) { argument
783 rdatasetheader_t *h = what;
3772 * If we didn't find what we were looking for...
3842 * We found what we were looking for, or we found a CNAME.
4595 * If we didn't find what we were looking for...
4636 * We found what we were looking for, or we found a CNAME.
H A Dzone.c1969 const char *what; local
1972 what = "REQUIRED GLUE ";
1975 what = "SIBLING GLUE ";
1977 what = "";
1983 ownerbuf, namebuf, what);

Completed in 140 milliseconds