Searched refs:alt (Results 1 - 7 of 7) sorted by relevance

/bind-9.6-ESV-R11/lib/lwres/
H A Dprint.c70 int alt; local
114 dot = space = plus = left = zero = alt = h = l = q = 0;
122 alt = 1;
259 alt ? "%#" LWRES_PRINT_QUADFORMAT "o"
282 if (alt) {
298 if (alt) {
510 sprintf(fmt, "%%%s%s.%lu%s%c", alt ? "#" : "",
/bind-9.6-ESV-R11/lib/isc/
H A Dprint.c72 int alt; local
117 dot = neg = space = plus = left = zero = alt = h = l = q = 0;
124 alt = 1;
276 sprintf(buf, alt ? "%#lo" : "%lo",
288 alt ? "%#lo" : "%lo",
294 alt ? "%#lo" : "%lo",
332 if (alt) {
354 if (alt) {
569 sprintf(fmt, "%%%s%s.%lu%s%c", alt ? "#" : "",
/bind-9.6-ESV-R11/contrib/zkt/examples/views/
H A Dnamed.conf39 use-alt-transfer-source no;
/bind-9.6-ESV-R11/bin/named/
H A Dzoneconf.c435 isc_boolean_t alt; local
979 result = ns_config_get(maps, "alt-transfer-source", &obj);
984 result = ns_config_get(maps, "alt-transfer-source-v6", &obj);
989 (void)ns_config_get(maps, "use-alt-transfer-source", &obj);
997 alt = ISC_TRUE;
999 alt = ISC_FALSE;
1001 alt = cfg_obj_asboolean(obj);
1002 dns_zone_setoption(zone, DNS_ZONEOPT_USEALTXFRSRC, alt);
H A Dserver.c5567 const char *ob = "", *cb = "", *alt = ""; local
5573 alt = "version.bind/txt/ch disabled";
5575 alt = ns_g_server->version;
5601 ns_g_version, ob, alt, cb, ns_g_srcid,
/bind-9.6-ESV-R11/lib/dns/include/dns/
H A Dresolver.h426 dns_resolver_addalternate(dns_resolver_t *resolver, isc_sockaddr_t *alt,
434 * \li only one of 'name' or 'alt' to be valid.
/bind-9.6-ESV-R11/lib/dns/
H A Dresolver.c8115 dns_resolver_addalternate(dns_resolver_t *resolver, isc_sockaddr_t *alt, argument
8122 REQUIRE((alt == NULL) ^ (name == NULL));
8127 if (alt != NULL) {
8129 a->_u.addr = *alt;

Completed in 48 milliseconds