/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/util/ |
H A D | generate_normalize_data.pl | 20 # 2. Redistribution of source code must retain the copyright notices as they 21 # appear in each source code file, this License Terms and Conditions. 209 my $code = $data{CODE}; 216 if (defined $cond && (@$lower > 1 || $lower->[0] != $code) 217 or @$lower > 1 or $lower->[0] != $code) { 218 $lower_special{$code} = [$lower, $cond]; 220 if (defined $cond && (@$upper > 1 || $upper->[0] != $code) 221 or @$upper > 1 or $upper->[0] != $code) { 222 $upper_special{$code} = [$upper, $cond]; 243 my $code [all...] |
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/tools/idnconv/ |
H A D | util.h | 19 * 2. Redistribution of source code must retain the copyright notices as they 20 * appear in each source code file, this License Terms and Conditions. 67 extern void set_localcode(idn_resconf_t conf, const char *code); 68 extern void set_idncode(idn_resconf_t conf, const char *code);
|
H A D | util.c | 22 * 2. Redistribution of source code must retain the copyright notices as they 23 * appear in each source code file, this License Terms and Conditions. 300 set_localcode(idn_resconf_t conf, const char *code) { argument 303 r = idn_resconf_setlocalconvertername(conf, code, 307 code, idn_result_tostring(r)); 313 set_idncode(idn_resconf_t conf, const char *code) { argument 316 r = idn_resconf_setidnconvertername(conf, code, 320 code, idn_result_tostring(r));
|
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/ |
H A D | exceptions.hpp | 10 // 1. Redistributions of source code must retain the above copyright 91 int code(void) const throw();
|
H A D | exceptions.cpp | 10 // 1. Redistributions of source code must retain the above copyright 64 atf::system_error::code(void) function in class:atf::system_error 152 // this will require some code auditing that I can't afford at the
|
H A D | exceptions_test.cpp | 10 // 1. Redistributions of source code must retain the above copyright 96 ATF_REQUIRE(e.code() == 1);
|
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/wsock/wsock20/ |
H A D | dllfunc.c | 22 * 2. Redistribution of source code must retain the copyright notices as they 23 * appear in each source code file, this License Terms and Conditions. 559 int code; local 569 code = _org_getnameinfo(sa, salen, host, hostlen, 572 code = _org_getnameinfo(sa, salen, name, namelen, 574 if (code == 0 && name[0] != '\0') { 579 code = EAI_FAIL; 590 TRACE("LEAVE getnameinfo %d\n", code); 591 return (code);
|
/bind-9.6-ESV-R11/lib/dns/include/dns/ |
H A D | stats.h | 290 dns_opcodestats_increment(dns_stats_t *stats, dns_opcode_t code); 292 * Increment the statistics counter for 'code'.
|
H A D | message.h | 77 * of code can be written: 79 * \code 108 #define DNS_OPT_NSID 0x0003 /*%< NSID opt code */ 109 #define DNS_OPT_CLIENT_SUBNET 0x0008 /*%< client subnet opt code */ 252 isc_uint16_t code; member in struct:dns_ednsopt 815 * to the message code using dns_message_puttempname() or inserted into 869 * to the message code using dns_message_puttempname() or inserted into 1200 * Give the *buffer to the message code to clean up when it is no
|
/bind-9.6-ESV-R11/lib/lwres/ |
H A D | getnameinfo.c | 29 * 1. Redistributions of source code must retain the above copyright 83 * and this flag is set, a non-zero error code is returned. If the 100 * lwres_getnameinfo() returns 0 on success or a non-zero error code if 152 * from complaining about "end-of-loop code not reached". 154 #define ERR(code) \ 155 do { result = (code); \
|
H A D | getaddrinfo.c | 5 * This code is derived from software contributed to ISC by 38 * \code 552 * from complaining about "end-of-loop code not reached". 554 #define SETERROR(code) \ 555 do { result = (code); \
|
/bind-9.6-ESV-R11/unit/atf-src/atf-run/ |
H A D | fs.cpp | 10 // 1. Redistributions of source code must retain the above copyright 73 // The code below attempts to cope with this by catching errors and either 104 if (e.code() != ENOENT && e.code() != ENOTDIR)
|
H A D | fs_test.cpp | 10 // 1. Redistributions of source code must retain the above copyright 164 ATF_REQUIRE_EQ(EACCES, e.code());
|
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/tools/runidn/ |
H A D | resolver.c | 21 * 2. Redistribution of source code must retain the copyright notices as they 22 * appear in each source code file, this License Terms and Conditions. 1023 int code; local 1034 code = REAL(getnameinfo)(sa, salen, name, namelen, 1036 if (code == 0 && name[0] != '\0') { 1042 code = 0; 1046 code = EAI_MEMORY; 1049 code = EAI_FAIL; 1054 return (code);
|
/bind-9.6-ESV-R11/lib/dns/ |
H A D | stats.c | 263 dns_opcodestats_increment(dns_stats_t *stats, dns_opcode_t code) { argument 266 isc_stats_increment(stats->counters, (isc_statscounter_t)code);
|
H A D | gen.c | 516 int code = 1; local 537 code = 0; 545 code = 0; 553 code = 0; 561 code = 0; 630 if (code) {
|
H A D | resolver.c | 710 * should never fail anyway, since the code as currently written 735 * we use fctx_stopidletimer for readability in the code below. 1826 ednsopts[ednsopt].code = DNS_OPT_NSID; 2276 char code[64]; local 2321 isc_buffer_init(&b, code, sizeof(code) - 1); 2323 code[isc_buffer_usedlength(&b)] = '\0'; 2327 isc_buffer_init(&b, code, sizeof(code) - 1); 2329 code[isc_buffer_usedlengt [all...] |
H A D | xfrin.c | 58 * ISC_R_SUCCESS code, but the test is there to keep the Solaris compiler 59 * from complaining about "end-of-loop code not reached". 61 #define FAIL(code) \ 62 do { result = (code); \ 432 * Common AXFR/IXFR protocol code 745 /* Pass special result code to force AXFR retry */
|
H A D | journal.c | 101 * ISC_R_SUCCESS code, but the test is there to keep the Solaris compiler 102 * from complaining about "end-of-loop code not reached". 104 #define FAIL(code) \ 105 do { result = (code); \ 1224 /* XXX Share code with incoming IXFR? */ 1272 * XXXRTH The zone code should probably mark the zone as bad and
|
H A D | message.c | 3460 isc_buffer_putuint16(buf, ednsopts[i].code);
|
/bind-9.6-ESV-R11/bin/named/ |
H A D | update.c | 90 * Fail unconditionally with result 'code', which must not 95 * from complaining about "end-of-loop code not reached". 98 #define FAIL(code) \ 100 result = (code); \ 107 * from complaining about "end-of-loop code not reached". 109 #define FAILC(code, msg) \ 112 result = (code); \ 125 #define PREREQFAILC(code, msg) \ 128 FAILC(code, msg); \ 131 #define FAILN(code, nam [all...] |
H A D | xfrout.c | 83 * from complaining about "end-of-loop code not reached". 85 #define FAILC(code, msg) \ 87 result = (code); \ 91 msg, isc_result_totext(code)); \ 95 #define FAILQ(code, msg, question, rdclass) \ 99 result = (code); \ 105 _buf1, _buf2, msg, isc_result_totext(code)); \
|
H A D | statschannel.c | 674 opcodestat_dump(dns_opcode_t code, isc_uint64_t val, void *arg) { argument 685 dns_opcode_totext(code, &b); 1252 * the underlying config code, or to the bind attempt getting an
|
H A D | client.c | 1208 ednsopts[count].code = DNS_OPT_NSID; 1822 * We do this here rather than in the query code so that we can
|
/bind-9.6-ESV-R11/contrib/queryperf/ |
H A D | configure | 1206 --libdir=DIR object code libraries [EPREFIX/lib] 1577 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug. 4170 # Shell code in configure.ac might set extrasub.
|