/bind-9.11.3/lib/dns/tests/ |
H A D | rdatasetstats_test.c | 32 dns_rdatastatstype_t which; local 37 which = DNS_RDATASTATSTYPE_VALUE(type, attributes); 38 dns_rdatasetstats_increment(stats, which); 42 which = DNS_RDATASTATSTYPE_VALUE(type, attributes); 43 dns_rdatasetstats_increment(stats, which); 48 dns_rdatastatstype_t which; local 53 which = DNS_RDATASTATSTYPE_VALUE(0, attributes); 54 dns_rdatasetstats_increment(stats, which); 58 checkit1(dns_rdatastatstype_t which, isc_uint64_t value, void *arg) { argument 64 UNUSED(which); 85 checkit2(dns_rdatastatstype_t which, isc_uint64_t value, void *arg) argument [all...] |
/bind-9.11.3/unit/atf-src/tools/ |
H A D | misc_helpers.cpp | 401 std::string which = tools::env::get("TESTCASE"); local 404 if (which == "pass") 406 if (which == "config") 408 if (which == "fds") 410 if (which == "mux_streams") 412 if (which == "testvar") 414 if (which == "env_list") 416 if (which == "env_home") 418 if (which == "read_stdin") 420 if (which [all...] |
/bind-9.11.3/bin/tests/system/inline/ns7/ |
H A D | named.conf | 12 * NOTE: This named instance is used to reproduce a scenario which involves a 13 * number of functions getting called in a very specific order which results in
|
/bind-9.11.3/bin/tests/system/keymgr/ |
H A D | policy.sample | 9 # a comment which should be skipped
|
/bind-9.11.3/lib/isc/unix/ |
H A D | file.c | 271 isc_uint32_t which; local 273 isc_random_get(&which); 274 *cp = alphnum[which % (sizeof(alphnum) - 1)]; 330 isc_uint32_t which; local 332 isc_random_get(&which); 333 *cp = alphnum[which % (sizeof(alphnum) - 1)]; 529 * Put the absolute name of the current directory into 'dirname', which is
|
/bind-9.11.3/lib/dns/include/dns/ |
H A D | resolver.h | 207 *\li Resolvers which have a forwarding policy other than dns_fwdpolicy_only 303 *\li The 'domain' is a parent domain of 'name' for which 353 *\li Many other values are possible, all of which indicate failure. 675 dns_quotatype_t which, isc_result_t resp); 677 dns_resolver_getquotaresponse(dns_resolver_t *resolver, dns_quotatype_t which); 680 * are exceeded. If 'which' is set to quotatype "zone", then the 682 * quota is exceeded by a fetch. If 'which' is set to quotatype "server", 690 * \li 'which' to be dns_quotatype_zone or dns_quotatype_server
|
/bind-9.11.3/contrib/dlz/example/ |
H A D | named.conf | 19 * dlz_example.c. It sets up a zone 'example.nil' which can accept DDNS
|
/bind-9.11.3/lib/isc/win32/ |
H A D | file.c | 41 * Emulate UNIX mkstemp, which returns an open FD to the new file 57 isc_uint32_t which; local 59 isc_random_get(&which); 60 *trv = alphnum[which % (sizeof(alphnum) - 1)];
|
/bind-9.11.3/contrib/idn/idnkit-1.0-src/ |
H A D | configure | 483 # configure is in, which we can look for to find out if srcdir is correct. 1184 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag 1185 # AFS /usr/afsws/bin/install, which mishandles nonexistent args 1186 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" 1187 # ./install, which can be erroneously created by make from ./install.sh. 1461 # Adding the `sed 1q' prevents false positives on HP-UX, which says: 1532 # Find out which ABI we are using. 2243 which can conflict with char $ac_func(); below. */ 2252 /* The GNU C library defines this for functions which it implements 2299 which ca [all...] |
H A D | ltconfig | 185 # which needs '.lib'). 672 # libC (AIX C++ library), which obviously doesn't included in libraries 1566 # Adding the `sed 1q' prevents false positives on HP-UX, which says: 1807 # which responds to the $file_magic_cmd with a given egrep regex. 2295 which can conflict with char dlopen(); below. */ 2307 /* The GNU C library defines this for functions which it implements 2382 which can conflict with char shl_load(); below. */ 2394 /* The GNU C library defines this for functions which it implements
|
H A D | ltmain.sh | 628 # which system we are compiling for in order to pass an extra 633 # to make a dll which has undefined symbols, in which case not 675 # on Windows for dlls which lack them. Don't remove nor modify the 1883 echo "*** shared version of the library, which you do not appear to have." 1913 echo "*** shared version of the library, which you do not appear to have." 1973 echo "*** shared version of the library, which you do not appear to have." 2059 # Ensure that we have .o objects for linkers which dislike .lo
|
/bind-9.11.3/unit/atf-src/admin/ |
H A D | compile | 2 # Wrapper for compilers which do not understand '-c -o'. 243 Wrapper for compilers which do not understand '-c -o'.
|
H A D | ltmain.sh | 64 # libraries, which are installed to $pkgauxdir. 121 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which 222 # has figured out where the best binaries are kept, which means we have 524 # some modern shells, which will fall back to slower equivalents on 548 # Can be empty, in which case the shell is probed, "yes" if += is 564 # ...otherwise fall back to using expr, which is often a shell builtin. 1181 # dot (in which case that matches only a dot). 1424 # The default options also support '--debug', which will turn on shell 1866 # ...otherwise fall back to using expr, which is often a shell builtin. 1894 # ...otherwise fall back to using expr, which i [all...] |
/bind-9.11.3/contrib/scripts/ |
H A D | check5011.pl | 165 trust anchor status which should normally be C<untrusted...> if
|
/bind-9.11.3/bin/dnssec/ |
H A D | dnssec-signzone.c | 1477 * Nodes which don't need to be signed are dumped here. 1635 remove_records(dns_dbnode_t *node, dns_rdatatype_t which, argument 1657 if (type == which || covers == which) { 1658 if (which == dns_rdatatype_nsec && 1662 if (which == dns_rdatatype_nsec3param && 1678 * which case remove all signatures except for DS or nsec_datatype 1682 dns_rdatatype_t which) 1703 if (which == 0 && delegation && 1709 if (which ! 1681 remove_sigs(dns_dbnode_t *node, isc_boolean_t delegation, dns_rdatatype_t which) argument [all...] |
/bind-9.11.3/bin/named/ |
H A D | config.c | 325 ns_checknames_get(const cfg_obj_t **maps, const char *which, argument 353 which) == 0) {
|
/bind-9.11.3/bin/tests/ |
H A D | named.conf | 93 // "forward only;" which is what used to be specified with
|
/bind-9.11.3/contrib/queryperf/ |
H A D | configure | 22 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which 107 # in which case we are not to be found in the path. 116 # Unset variables that we do not need and which cause bugs (e.g. in 141 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which 1420 which can conflict with char $2 (); below. 1439 /* The GNU C library defines this for functions which it implements 1472 It was created by $as_me, which was 3131 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which 3216 # in which case we are not to be found in the path. 3225 # Unset variables that we do not need and which caus [all...] |
/bind-9.11.3/lib/dns/ |
H A D | resolver.c | 519 * (0x008) which we also use as an addrinfo flag. 673 * zone cut, the response should normally be a referral, which should 3989 * Unless we're still initializing (in which case the 5679 * having to remember which 6628 * rcode is NXDOMAIN (handled above) in which case 7000 * are multiple ones (which there shouldn't be). 8009 * previously got a response from this server which indicated 10304 dns_quotatype_t which, isc_result_t resp) 10307 REQUIRE(which == dns_quotatype_zone || which 10303 dns_resolver_setquotaresponse(dns_resolver_t *resolver, dns_quotatype_t which, isc_result_t resp) argument 10314 dns_resolver_getquotaresponse(dns_resolver_t *resolver, dns_quotatype_t which) argument [all...] |
H A D | zone.c | 621 isc_uint32_t which; member in struct:dns_forward 3488 * Find private-type records at the zone apex which signal that an NSEC3 chain 4271 * zone. Otherwise call load_secroots(), which loads keys into 6212 * which is signed by an inactive key. 7014 * (which is indicated by "active" being set to ISC_FALSE): 7022 * (which is indicated by "active" being set to ISC_TRUE), only remove the 7023 * NSEC3PARAM record which matches the relevant NSEC3 chain and has the 7066 * Delete all NSEC3PARAM records which match that in nsec3chain. 7103 * Delete all private records which match that in nsec3chain. 7149 * Add a NSEC3PARAM record which matche [all...] |
/bind-9.11.3/contrib/dnsperf-2.1.0.0-1/ |
H A D | configure | 20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which 105 # in which case we are not to be found in the path. 114 # Unset variables that we do not need and which cause bugs (e.g. in 164 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which 1464 It was created by $as_me, which was 2640 # AmigaOS /C/install, which installs bootblocks on floppy discs 2641 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag 2642 # AFS /usr/afsws/bin/install, which mishandles nonexistent args 2643 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" 2644 # OS/2's system install, which ha [all...] |
/bind-9.11.3/contrib/perftcpdns/ |
H A D | configure | 20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which 105 # in which case we are not to be found in the path. 114 # Unset variables that we do not need and which cause bugs (e.g. in 164 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which 1465 It was created by $as_me, which was 3282 # If the first sed substitution is executed (which looks for macros that 3365 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which 3450 # in which case we are not to be found in the path. 3459 # Unset variables that we do not need and which cause bugs (e.g. in 3730 This file was extended by $as_me, which wa [all...] |
/bind-9.11.3/unit/atf-src/ |
H A D | configure | 24 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which 109 # in which case we are not to be found in the path. 118 # Unset variables that we do not need and which cause bugs (e.g. in 168 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which 1507 Subdirectory of sysconfdir under which to look for files 1805 which can conflict with char $2 (); below. 1824 /* The GNU C library defines this for functions which it implements 2035 which can conflict with char $2 (); below. 2054 /* The GNU C library defines this for functions which it implements 2141 It was created by Automated Testing Framework $as_me 0.21, which wa [all...] |
/bind-9.11.3/ |
H A D | configure | 30 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which 115 # in which case we are not to be found in the path. 124 # Unset variables that we do not need and which cause bugs (e.g. in 174 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which 2127 which can conflict with char $2 (); below. 2146 /* The GNU C library defines this for functions which it implements 2507 It was created by BIND $as_me 9.11, which was 2974 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us. 4202 # gcc leaves a trailing carriage return which upsets mingw 4320 # Adding the `sed 1q' prevents false positives on HP-UX, which say [all...] |
H A D | ltmain.sh | 91 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 213 # dot (in which case that matches only a dot). 410 # which contains forward slashes, into one that contains 593 # which are still active within double quotes backslashified. 1522 # zero AND non-empty stdout, which explains the odd construction: 3682 # archive which possess that section. Heuristic: eliminate 3683 # all those which have a first or second character that is 3866 # will assume that the directory in which it is stored is 3893 # Zsh 3.x and 4.x performs word splitting on \${1+\"\$@\"}, which 3934 # /script/ and the wrapper /executable/ which i [all...] |