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

12

/bind-9.6-ESV-R11/contrib/zkt/
H A Dnscomm.h51 extern int dist_and_reload (const zone_t *zp, int what);
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_test.cpp97 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 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 Dapplication.hpp52 const char* what(void) const throw();
H A Dexceptions.hpp92 const char* what(void) const throw();
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 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 Dparser.hpp56 const char* what(void) const throw();
74 const char* what(void) const throw();
H A Dparser_test.cpp72 ATF_REQUIRE_EQ("2: Second error\n1: First error", std::string(es.what()));
/bind-9.6-ESV-R11/lib/tests/include/tests/
H A Dt_api.h73 t_assert(const char *component, int anum, int class, const char *what, ...)
/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...]
H A Dmacros.hpp149 "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 Dtests.cpp161 e.what()));
668 std::cerr << "ERROR: " << e.what() << "\n";
/bind-9.6-ESV-R11/unit/atf-src/atf-report/
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);
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 Dreader.cpp154 const std::string& what ATF_DEFS_ATTRIBUTE_UNUSED,
/bind-9.6-ESV-R11/bin/tests/
H A Dt_api.pl42 local($component, $anum, $class, $what, @rest) = @_;
43 printf("A:%s:%d:%s:$what\n", $component, $anum, $class, @rest);
H A Dnamed.conf59 // 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 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/unit/atf-src/atf-run/
H A Datf-run.cpp299 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 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/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.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/lib/isc/
H A Dtimer.c757 set_index(void *what, unsigned int index) { argument
760 timer = what;

Completed in 55 milliseconds

12