Searched refs:set (Results 1 - 25 of 53) sorted by relevance

123

/bind-9.11.3/bin/tests/system/checkds/
H A Ddig.bat2 set ext=
3 set file=
6 @set arg=%1
16 set file=%arg%
20 set ext=ds
24 set ext=dlv
28 set ext=dnskey
37 set name=%file%.%ext%.db
/bind-9.11.3/lib/lwres/win32/include/lwres/
H A Dnet.h69 #define FD_CLR(fd, set) do { \
71 for (__i = 0; __i < ((fd_set FAR *)(set))->fd_count; __i++) { \
72 if (((fd_set FAR *)(set))->fd_array[__i] == (SOCKET) fd) { \
73 while (__i < ((fd_set FAR *)(set))->fd_count-1) { \
74 ((fd_set FAR *)(set))->fd_array[__i] = \
75 ((fd_set FAR *)(set))->fd_array[__i+1]; \
78 ((fd_set FAR *)(set))->fd_count--; \
85 #define FD_SET(fd, set) do { \
87 for (__i = 0; __i < ((fd_set FAR *)(set))->fd_count; __i++) { \
88 if (((fd_set FAR *)(set))
[all...]
/bind-9.11.3/unit/atf-src/atf-c++/detail/
H A Denv_test.cpp60 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);
H A Denv.hpp62 //! variables set to the empty string are different to undefined ones.
68 void set(const std::string&, const std::string&);
74 //! variables are different to those defined but set to an empty value.
H A Dapplication.hpp30 #include <set>
79 typedef std::set< option > options_set;
H A Dfs.hpp36 #include <set>
349 std::set< std::string > names(void) const;
H A Denv.cpp62 impl::set(const std::string& name, const std::string& val) function in class:impl
/bind-9.11.3/unit/atf-src/tools/
H A Denv_test.cpp51 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);
H A Denv.hpp61 //! variables set to the empty string are different to undefined ones.
67 void set(const std::string&, const std::string&);
73 //! variables are different to those defined but set to an empty value.
H A Dapplication.hpp34 #include <set>
85 typedef std::set< option > options_set;
H A Dfs.hpp41 #include <set>
321 std::set< std::string > names(void) const;
H A Duser_test.cpp38 #include <set>
69 std::set< gid_t > groups;
H A Denv.cpp67 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."
/bind-9.11.3/lib/isc/win32/include/isc/
H A Dnet.h150 #define FD_CLR(fd, set) do { \
152 for (__i = 0; __i < ((fd_set FAR *)(set))->fd_count; __i++) { \
153 if (((fd_set FAR *)(set))->fd_array[__i] == (SOCKET) fd) { \
154 while (__i < ((fd_set FAR *)(set))->fd_count-1) { \
155 ((fd_set FAR *)(set))->fd_array[__i] = \
156 ((fd_set FAR *)(set))->fd_array[__i+1]; \
159 ((fd_set FAR *)(set))->fd_count--; \
166 #define FD_SET(fd, set) do { \
168 for (__i = 0; __i < ((fd_set FAR *)(set))->fd_count; __i++) { \
169 if (((fd_set FAR *)(set))
[all...]
/bind-9.11.3/lib/isc/include/isc/
H A Dmsgcat.h69 * will be set to NULL. If a NULL msgcat is given to isc_msgcat_get(),
103 isc_msgcat_get(isc_msgcat_t *msgcat, int set, int message,
106 * Get message 'message' from message set 'set' in 'msgcat'. If it
113 *\li set > 0
H A Dresult.h105 const char **text, isc_msgcat_t *msgcat, int set);
109 const char **ids, isc_msgcat_t *msgcat, int set);
/bind-9.11.3/contrib/idn/idnkit-1.0-src/lib/
H A Dfilechecker.c9 * 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/lib/isc/
H A Dresult.c28 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/lib/dns/
H A Drpz.c40 * 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...]
/bind-9.11.3/unit/atf-src/atf-c/detail/
H A Denv_test.c86 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/lib/isc/nls/
H A Dmsgcat.c102 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/dns/include/dns/
H A Ddnssec.h89 dns_dnssec_sign(dns_name_t *name, dns_rdataset_t *set, dst_key_t *key,
98 *\li 'set' is a valid rdataset
118 dns_dnssec_verify(dns_name_t *name, dns_rdataset_t *set, dst_key_t *key,
123 dns_dnssec_verify2(dns_name_t *name, dns_rdataset_t *set, dst_key_t *key,
128 dns_dnssec_verify3(dns_name_t *name, dns_rdataset_t *set, dst_key_t *key,
141 *\li 'set' is a valid rdataset
184 * Finds a set of zone keys.
226 * #DNS_R_NOTVERIFIEDYET. dns_dnssec_verifymessage() will set
346 * the key can be added to the DNSKEY set. If the metadata says it
347 * should be active, set th
[all...]
/bind-9.11.3/lib/isc/tests/
H A Dtask_test.c34 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/bin/named/
H A Dlwdgrbn.c72 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...]
/bind-9.11.3/
H A Dacconfig.h87 int sigwait(const unsigned int *set, int *sig);

Completed in 2189 milliseconds

123