/bind-9.11.3/unit/atf-src/tools/ |
H A D | env.cpp | 67 impl::set(const std::string& name, const std::string& val) function in class:impl 71 throw tools::system_error(IMPL_NAME "::set", 72 "Cannot set environment variable '" + name + 78 throw tools::system_error(IMPL_NAME "::set", 79 "Cannot set environment variable '" + name + 83 # error "Don't know how to set an environment variable."
|
H A D | env_test.cpp | 51 ATF_TEST_CASE(set); variable 52 ATF_TEST_CASE_HEAD(set) 54 set_md_var("descr", "Tests the set function"); 56 ATF_TEST_CASE_BODY(set) 60 tools::env::set("PATH", "foo-bar"); 65 tools::env::set("_UNDEFINED_VARIABLE_", "foo2-bar2"); 89 ATF_ADD_TEST_CASE(tcs, set);
|
/bind-9.11.3/unit/atf-src/atf-c/detail/ |
H A D | env_test.c | 86 ATF_TC(set); variable 87 ATF_TC_HEAD(set, tc) 91 ATF_TC_BODY(set, tc) 129 ATF_TP_ADD_TC(tp, set);
|
/bind-9.11.3/unit/atf-src/atf-c++/detail/ |
H A D | env.cpp | 62 impl::set(const std::string& name, const std::string& val) function in class:impl
|
H A D | env_test.cpp | 60 ATF_TEST_CASE(set); variable 61 ATF_TEST_CASE_HEAD(set) 63 set_md_var("descr", "Tests the set function"); 65 ATF_TEST_CASE_BODY(set) 69 atf::env::set("PATH", "foo-bar"); 74 atf::env::set("_UNDEFINED_VARIABLE_", "foo2-bar2"); 99 ATF_ADD_TEST_CASE(tcs, set);
|
/bind-9.11.3/lib/isc/nls/ |
H A D | msgcat.c | 102 isc_msgcat_get(isc_msgcat_t *msgcat, int set, int message, argument 106 * Get message 'message' from message set 'set' in 'msgcat'. If it 111 REQUIRE(set > 0); 118 return (catgets(msgcat->catalog, set, message, default_text));
|
/bind-9.11.3/lib/isc/tests/ |
H A D | task_test.c | 34 set(isc_task_t *task, isc_event_t *event) { function 113 set, &a, sizeof (isc_event_t)); 120 set, &b, sizeof (isc_event_t)); 186 set, &a, sizeof (isc_event_t)); 194 set, &b, sizeof (isc_event_t)); 202 set, &c, sizeof (isc_event_t)); 210 set, &d, sizeof (isc_event_t)); 218 set, &e, sizeof (isc_event_t)); 232 /* We're waiting for *all* variables to be set */ 243 * we do know the privileged tasks that set [all...] |
/bind-9.11.3/lib/isc/ |
H A D | result.c | 28 int set; member in struct:resulttable 179 isc_msgcat_t *msgcat, int set) 198 table->set = set; 267 text = isc_msgcat_get(table->msgcat, table->set, 293 const char **text, isc_msgcat_t *msgcat, int set) 298 msgcat, set)); 303 const char **ids, isc_msgcat_t *msgcat, int set) 308 msgcat, set)); 177 register_table(resulttable_list_t *tables, unsigned int base, unsigned int nresults, const char **text, isc_msgcat_t *msgcat, int set) argument 292 isc_result_register(unsigned int base, unsigned int nresults, const char **text, isc_msgcat_t *msgcat, int set) argument 302 isc_result_registerids(unsigned int base, unsigned int nresults, const char **ids, isc_msgcat_t *msgcat, int set) argument
|
/bind-9.11.3/contrib/idn/idnkit-1.0-src/lib/ |
H A D | filechecker.c | 9 * By using this file, you agree to the terms and conditions set forth bellow. 66 idn_ucsset_t set; member in struct:idn__filechecker 70 idn_ucsset_t set); 95 if ((r = idn_ucsset_create(&ctx->set)) != idn_success) { 100 r = read_file(file, fp, ctx->set); 104 idn_ucsset_fix(ctx->set); 107 idn_ucsset_destroy(ctx->set); 119 idn_ucsset_destroy(ctx->set); 136 r = idn_ucsset_lookup(ctx->set, *str, &exists); 152 read_file(const char *file, FILE *fp, idn_ucsset_t set) { argument [all...] |
/bind-9.11.3/bin/named/ |
H A D | lwdgrbn.c | 72 dns_rdataset_t set; local 93 dns_rdataset_init(&set); 94 dns_rdatasetiter_current(iter, &set); 96 if (set.type != dns_rdatatype_rrsig) { 97 dns_rdataset_disassociate(&set); 101 count = dns_rdataset_count(&set); 126 if (set.ttl < ttl) 127 ttl = set.ttl; 128 if (set.trust != dns_trust_secure) 130 result = fill_array(&used, &set, siz [all...] |
H A D | server.c | 662 * We don't need the node data, but need to set dummy data to 3083 "'dnstap-output' must be set if 'dnstap' is set"); 3105 result = ns_config_get(maps, "fstrm-set-buffer-hint", &obj); 3112 result = ns_config_get(maps, "fstrm-set-flush-timeout", &obj); 3119 result = ns_config_get(maps, "fstrm-set-input-queue-size", 3128 "fstrm-set-output-notify-threshold", 3137 result = ns_config_get(maps, "fstrm-set-output-queue-model", 3148 result = ns_config_get(maps, "fstrm-set-output-queue-size", 3156 result = ns_config_get(maps, "fstrm-set 10248 isc_boolean_t enable = ISC_TRUE, set = ISC_TRUE, first = ISC_TRUE; local [all...] |
/bind-9.11.3/lib/dns/ |
H A D | tkey.c | 218 dns_rdataset_t *set; local 224 set = ISC_LIST_HEAD(name->list); 225 ISC_LIST_UNLINK(name->list, set, link); 226 dns_message_puttemprdataset(msg, &set); 507 * Note that tctx->gsscred may be NULL if tctx->gssapi_keytab is set 756 tkey_log("dns_tkey_processquery: tkey-domain not set"); 1187 "or error set(1)"); 1319 "or error set(2) %d", rtkey.error); 1380 "or error set(3)"); 1448 "or error set( [all...] |
H A D | rpz.c | 40 * server IP addresses in a single tree. One set of IP addresses is 43 * The second set is for rpz-nsip policies or policies triggered by addresses 122 dns_rpz_addr_zbits_t set; member in struct:dns_rpz_cidr_node 143 dns_rpz_nm_zbits_t set; member in struct:dns_rpz_nm_data 253 * Return the bit number of the highest set bit in 'zbit'. 290 * Make a set of bit masks given one or more bits and their type. 346 sum = cnode->set; 383 * zones can be processed without recursion) is set to all 0's 387 * set to a non-zero value by fix_qname_skip_recurse(). The mask 388 * has to have bits set fo 1094 dns_rpz_addr_zbits_t set; local 1276 dns_rpz_addr_zbits_t set; local [all...] |
H A D | validator.c | 271 dns_rdataset_t set; local 283 dns_rdataset_init(&set); 285 dns_rdataset_clone(rdataset, &set); 288 dns_rdatatype_nsec, &set); 295 INSIST(set.type == dns_rdatatype_nsec); 298 result = dns_rdataset_first(&set); 300 dns_rdataset_current(&set, &rdata); 304 dns_rdataset_disassociate(&set); 320 dns_ncache_current(rdataset, &nsec3name, &set); 321 if (set [all...] |
H A D | dnssec.c | 63 rdataset_to_sortedarray(dns_rdataset_t *set, isc_mem_t *mctx, 92 rdataset_to_sortedarray(dns_rdataset_t *set, isc_mem_t *mctx, argument 100 n = dns_rdataset_count(set); 107 dns_rdataset_clone(set, &rdataset); 183 dns_dnssec_sign(dns_name_t *name, dns_rdataset_t *set, dst_key_t *key, argument 204 REQUIRE(set != NULL); 224 sig.common.rdclass = set->rdclass; 237 sig.covered = set->type; 242 sig.originalttl = set->ttl; 291 isc_buffer_putuint16(&envbuf, set 363 dns_dnssec_verify2(dns_name_t *name, dns_rdataset_t *set, dst_key_t *key, isc_boolean_t ignoretime, isc_mem_t *mctx, dns_rdata_t *sigrdata, dns_name_t *wild) argument 372 dns_dnssec_verify3(dns_name_t *name, dns_rdataset_t *set, dst_key_t *key, isc_boolean_t ignoretime, unsigned int maxbits, isc_mem_t *mctx, dns_rdata_t *sigrdata, dns_name_t *wild) argument 591 dns_dnssec_verify(dns_name_t *name, dns_rdataset_t *set, dst_key_t *key, isc_boolean_t ignoretime, isc_mem_t *mctx, dns_rdata_t *sigrdata) argument [all...] |
H A D | message.c | 1033 * name since we no longer need it, and set our name pointer 1468 * allocated name since we no longer need it, and set 1507 * append this rdata to that set. If we did not, we need 1582 * Also, set the extended rcode for TSIG. 1585 * already set if best-effort parsing is enabled otherwise 2149 * set. This will include setting a bit in the 2173 * ensure that the AD bit is not set. 2327 * be set in a message being rendered. 2675 * We now clear most flags and then set QR, ensuring that the 2842 dns_rdataset_t *set local [all...] |
/bind-9.11.3/bin/dnssec/ |
H A D | dnssec-signzone.c | 452 setverifies(dns_name_t *name, dns_rdataset_t *set, dst_key_t *key, argument 456 result = dns_dnssec_verify(name, set, key, ISC_FALSE, mctx, rrsig); 467 * Signs a set. Goes through contortions to decide if each RRSIG should 473 dns_rdataset_t *set) 491 type_format(set->type, typestr, sizeof(typestr)); 493 ttl = ISC_MIN(set->ttl, endtime - starttime); 497 set->type, 0, &sigset, NULL); 567 if (!expired && rrsig.originalttl == set->ttl && 568 setverifies(name, set, key->key, &sigrdata)) { 574 rrsig.originalttl != set 472 signset(dns_diff_t *del, dns_diff_t *add, dns_dbnode_t *node, dns_name_t *name, dns_rdataset_t *set) argument 1341 dns_rdataset_t set; local [all...] |