/bind-9.6-ESV-R11/bin/tests/ |
H A D | keyboard_test.c | 30 CHECK(const char *msg, isc_result_t result) { argument 32 printf("FAILURE: %s: %s\n", msg, isc_result_totext(result));
|
H A D | lwresconf_test.c | 32 CHECK(int val, const char *msg) { argument 34 fprintf(stderr, "%s returned %d\n", msg, val);
|
H A D | entropy_test.c | 33 hex_dump(const char *msg, void *data, unsigned int length) { argument 40 printf("DUMP of %d bytes: %s\n\t", length, msg); 51 CHECK(const char *msg, isc_result_t result) { argument 53 printf("FAILURE: %s: %s\n", msg, isc_result_totext(result));
|
H A D | entropy2_test.c | 35 hex_dump(const char *msg, void *data, unsigned int length) { argument 42 printf("DUMP of %d bytes: %s\n\t", length, msg); 53 CHECK(const char *msg, isc_result_t result) { argument 55 printf("FAILURE: %s: %s\n", msg, isc_result_totext(result));
|
H A D | printmsg.c | 70 printsection(dns_message_t *msg, dns_section_t sectionid, argument 94 result = dns_message_firstname(msg, sectionid); 102 dns_message_currentname(msg, sectionid, &name); 130 result = dns_message_nextname(msg, sectionid); 141 printrdata(dns_message_t *msg, dns_rdataset_t *rdataset, dns_name_t *owner, argument 149 UNUSED(msg); 165 printmessage(dns_message_t *msg) { argument 173 opcodetext[msg->opcode], rcodetext[msg->rcode], msg [all...] |
H A D | lwres_test.c | 35 CHECK(int val, const char *msg) { argument 37 fprintf(stderr, "%s returned %d\n", msg, val); 43 hexdump(const char *msg, void *base, size_t len) { argument 50 printf("*** %s (%lu bytes @ %p)\n", msg, (unsigned long)len, base);
|
H A D | wire_test.c | 43 CHECKRESULT(isc_result_t result, const char *msg) { argument 45 printf("%s: %s\n", msg, dns_result_totext(result));
|
/bind-9.6-ESV-R11/lib/isc/unix/ |
H A D | strerror.c | 49 char *msg; local 58 msg = strerror(num); 59 if (msg != NULL) 60 snprintf(buf, size, "%s", msg);
|
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/wsock/common/ |
H A D | printf.c | 68 char msg[512]; local 74 vsprintf(msg, fmt, arg_ptr); 79 fputs(msg, fp); 88 char msg[512]; local 94 vsprintf(msg, fmt, arg_ptr); 99 fputs(msg, fp); 105 log_proc(int level, const char *msg) { argument 112 fputs(msg, fp);
|
/bind-9.6-ESV-R11/unit/atf-src/atf-c/detail/ |
H A D | process_helpers.c | 41 h_echo(const char *msg) argument 43 printf("%s\n", msg);
|
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/ |
H A D | exceptions_test.cpp | 67 test_error(const char* msg) argument 72 data.m_msg = msg; 131 const std::string msg = e.what(); 132 ATF_REQUIRE(msg.find("The message") != std::string::npos);
|
H A D | exceptions.cpp | 99 const std::string msg = atf_libc_error_msg(err); local 101 throw atf::system_error("XXX", msg, ecode);
|
H A D | ui.cpp | 130 impl::format_info(const std::string& prog_name, const std::string& msg) argument 132 return format_text_with_tag(msg, prog_name + ": ", true);
|
H A D | parser.cpp | 43 impl::parse_error::parse_error(size_t line, std::string msg) : argument 44 std::runtime_error(msg), 45 std::pair< size_t, std::string >(line, msg)
|
/bind-9.6-ESV-R11/unit/atf-src/atf-c/ |
H A D | h_build.h | 41 const char *msg; member in struct:c_o_test 180 const char *msg; member in struct:cpp_test 278 const char *msg; member in struct:cxx_o_test
|
/bind-9.6-ESV-R11/contrib/zkt/ |
H A D | zkt-soaserial.c | 58 static void usage (const char *msg); 186 ** usage (msg) 188 static void usage (const char *msg) argument 190 if ( msg && *msg ) 191 fprintf (stderr, "%s\n", msg);
|
/bind-9.6-ESV-R11/lib/isc/win32/ |
H A D | strerror.c | 61 char *msg; local 72 msg = NTstrerror(num, &freebuf); 73 if (msg != NULL) 74 snprintf(buf, size, "%s", msg); 77 if(freebuf && msg != NULL) { 78 LocalFree(msg); 147 char *msg; local 149 msg = NTstrerror(errval, &bfreebuf); 150 fprintf(stderr, "%s: %s\n", errmsg, msg); 152 LocalFree(msg); 164 char *msg; local 378 char *msg; local [all...] |
/bind-9.6-ESV-R11/bin/tests/system/lwresd/ |
H A D | lwtest.c | 46 CHECK(lwres_result_t val, const char *msg) { argument 48 printf("I:%s returned %d\n", msg, val);
|
/bind-9.6-ESV-R11/bin/win32/BINDInstall/ |
H A D | VersionInfo.cpp | 165 CString msg; local 166 msg.Format(IDS_EXISTING_NEWER, m_filename); 167 DWORD query = AfxMessageBox(msg, MB_YESNO);
|
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/ |
H A D | macros_test.cpp | 569 const char *msg; member in struct:test 595 std::cout << "Checking that message contains '" << t->msg 597 std::string exp_result = std::string("^failed: .*") + t->msg; 618 const char *msg; member in struct:test 647 std::cout << "Checking that message contains '" << t->msg 649 std::string exp_result = std::string("^failed: .*") + t->msg; 670 const char *msg; member in struct:test 699 std::string(t->msg) + "$"; 718 const char *msg; member in struct:test 744 std::string(t->msg) [all...] |
/bind-9.6-ESV-R11/contrib/dlz/drivers/ |
H A D | dlz_ldap_driver.c | 131 dlz_ldap_checkURL(char *URL, int attrCnt, const char *msg) { argument 139 "%s query is not a valid LDAP URL", msg); 148 "parsing %s query failed", msg); 158 msg, attrCnt); 166 "%s query must not specify a host", msg); 174 "%s query must not specify a port", msg); 182 "%s query must specify a search base", msg); 192 msg); 328 ldap_process_results(LDAP *dbc, LDAPMessage *msg, char ** attrs, argument 348 entry = ldap_first_entry(dbc, msg); [all...] |
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/lib/tests/ |
H A D | testsuite.c | 87 static void put_failure_message(idn_testsuite_t ctx, const char *msg, 89 static void idn_testsuite_msgtostderr(const char *msg); 323 idn_testsuite_assert(idn_testsuite_t ctx, const char *msg, argument 325 assert(ctx != NULL && msg != NULL && file != NULL); 330 put_failure_message(ctx, msg, file, lineno); 336 char msg[256]; /* large enough */ local 346 sprintf(msg, "`%d' expected, but got `%d'", expected, gotten); 347 put_failure_message(ctx, msg, file, lineno); 356 char *msg; local 367 msg 387 char *msg; local 410 char *msg; local 433 char msg[256]; /* large enough */ local 455 char *msg; local 554 put_failure_message(idn_testsuite_t ctx, const char *msg, const char *file, int lineno) argument 575 idn_testsuite_msgtostderr(const char *msg) argument [all...] |
/bind-9.6-ESV-R11/bin/dig/ |
H A D | host.c | 202 say_message(dns_name_t *name, const char *msg, dns_rdata_t *rdata, argument 228 msg, (int)r.length, (char *)r.base); 248 printsection(dns_message_t *msg, dns_section_t sectionid, argument 273 result = dns_message_firstname(msg, sectionid); 281 dns_message_currentname(msg, sectionid, &name); 357 result = dns_message_nextname(msg, sectionid); 368 printrdata(dns_message_t *msg, dns_rdataset_t *rdataset, dns_name_t *owner, argument 376 UNUSED(msg); 393 chase_cnamechain(dns_message_t *msg, dns_name_t *qname) { argument 398 unsigned int i = msg 419 printmessage(dig_query_t *query, dns_message_t *msg, isc_boolean_t headers) argument [all...] |
H A D | nslookup.c | 240 printsection(dig_query_t *query, dns_message_t *msg, isc_boolean_t headers, argument 253 result = dns_message_firstname(msg, section); 260 dns_message_currentname(msg, section, 295 result = dns_message_nextname(msg, section); 306 detailsection(dig_query_t *query, dns_message_t *msg, isc_boolean_t headers, argument 335 result = dns_message_firstname(msg, section); 342 dns_message_currentname(msg, section, 381 result = dns_message_nextname(msg, section); 407 printmessage(dig_query_t *query, dns_message_t *msg, isc_boolean_t headers) { argument 424 /* detailheader(query, msg);*/ [all...] |
/bind-9.6-ESV-R11/contrib/sdb/ldap/ |
H A D | zone2ldap.c | 71 void ldap_result_check (char *msg, char *dn, int err); 696 ldap_result_check (char *msg, char *dn, int err) argument 701 dn, msg);
|