Searched refs:end (Results 1 - 25 of 64) sorted by relevance

123

/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/tools/idnconv/
H A Dselectiveencode.c68 char *start, *end; local
100 * Next we scan forwards looking for the end of the region.
102 end = non_ascii + idn_utf8_mblen(non_ascii);
103 while (!is_domain_delimiter(*end))
104 end += idn_utf8_mblen(end);
105 *endp = end;
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Dtest_helpers.cpp95 while (equals && *expected_iter != NULL && actual_iter != actual.end()) {
103 if (equals && ((*expected_iter == NULL && actual_iter != actual.end()) ||
104 (*expected_iter != NULL && actual_iter == actual.end())))
113 for (actual_iter = actual.begin(); actual_iter != actual.end();
H A Dexpand.hpp72 iter != candidates.end(); iter++)
H A Dtext.hpp66 bool done = iter == words.end();
70 if (iter != words.end())
95 //! \brief Removes whitespace from the beginning and end of a string.
H A Dexpand.cpp51 for (std::string::const_iterator iter = glob.begin(); iter != glob.end();
H A Dfs_test.cpp282 ATF_REQUIRE(d.find(".") != d.end());
283 ATF_REQUIRE(d.find("..") != d.end());
284 ATF_REQUIRE(d.find("dir") != d.end());
285 ATF_REQUIRE(d.find("reg") != d.end());
306 ATF_REQUIRE(iter != d.end());
313 ATF_REQUIRE(iter != d.end());
334 ATF_REQUIRE(ns.find(".") != ns.end());
335 ATF_REQUIRE(ns.find("..") != ns.end());
336 ATF_REQUIRE(ns.find("dir") != ns.end());
337 ATF_REQUIRE(ns.find("reg") != ns.end());
[all...]
H A Dui.cpp101 iter != words.end(); iter++) {
153 iter != lines.end(); iter++) {
158 if (iter + 1 != lines.end()) {
H A Dparser.cpp200 return m_attrs.find(n) != m_attrs.end();
207 PRE(iter != m_attrs.end());
285 for (impl::attrs_map::const_iterator iter = as.begin(); iter != as.end();
342 throw format_error("Unexpected end of stream");
352 PRE(ct != hm.end());
354 for (headers_map::const_iterator iter = hm.begin(); iter != hm.end();
369 if (iter == hm.end())
/bind-9.6-ESV-R11/unit/atf-src/atf-run/
H A Drequirements.cpp74 !found && iter != dirs.end(); iter++) {
91 iter != v.end(); iter++) {
108 iter != v.end(); iter++) {
109 if (config.find((*iter)) == config.end())
122 iter != v.end(); iter++) {
140 iter != v.end(); iter++) {
217 iter != v.end(); iter++) {
237 if (iter == config.end())
266 failure_reason.empty() && iter != metadata.end(); iter++) {
301 if (user == metadata.end())
[all...]
H A Datffile.cpp211 // Cannot use m_tps.insert(iterator, begin, end) here because it
214 iter != ms.end(); iter++)
217 if (m_dir.find(name) == m_dir.end())
277 PRE(properties.find("test-suite") != properties.end());
315 while (iter != dir.end()) {
338 if (r.props().find("test-suite") == r.props().end())
/bind-9.6-ESV-R11/lib/isc/
H A Dstring.c62 isc_string_touint64(char *source, char **end, int base) { argument
70 *end = source;
88 *end = source;
97 /* end ? */
99 *end = s;
102 /* end ? */
104 *end = s;
109 *end = source;
115 *end = source;
121 *end
[all...]
/bind-9.6-ESV-R11/unit/atf-src/atf-c/detail/
H A Dtext.c100 const char *end; local
107 end = str + strlen(str);
108 INV(*end == '\0');
110 while (iter < end) {
116 ptr = end;
H A Ddynstr.c251 size_t beg, size_t end)
256 if (end == atf_dynstr_npos || end > src->m_length)
257 end = src->m_length;
259 return atf_dynstr_init_raw(ad, src->m_data + beg, end - beg);
250 atf_dynstr_init_substr(atf_dynstr_t *ad, const atf_dynstr_t *src, size_t beg, size_t end) argument
/bind-9.6-ESV-R11/contrib/query-loc-0.4.0/
H A Dloc.c356 u_char *endOfMsg; /* need to know the end of the message */
389 * Keep track of the end of the message so we don't
477 } /* end of while */
489 struct list_in_addr *result, *end; local
500 u_char *endOfMsg; /* need to know the end of the message */
510 end = NULL;
532 * Keep track of the end of the message so we don't
569 if (end == NULL)
574 end = result;
578 end
[all...]
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/lib/
H A Dfilechecker.c224 char *end; local
234 *vp = strtoul(p, &end, 16);
235 if (end == p) {
239 p = end;
H A Dfilemapper.c310 char *end; local
320 *vp = strtoul(p, &end, 16);
321 if (end == p) {
325 p = end;
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/
H A Dutils.hpp58 iter != collection.end(); ++iter) {
H A Dconfig.cpp99 return m_variables.find(varname) != m_variables.end();
H A Dtests.cpp147 INV(iter != wraps.end());
156 INV(iter != cwraps.end());
172 INV(iter != cwraps.end());
198 iter != config.end(); iter++) {
449 iter != m_tcs.end(); iter++) {
548 iter != m_tcs.end(); iter++) {
582 iter != tcs.end(); iter++) {
587 INV(iter2 != vars.end());
592 iter2 != vars.end(); iter2++) {
607 iter != tcs.end(); ite
[all...]
/bind-9.6-ESV-R11/unit/atf-src/atf-report/
H A Datf-report.cpp313 xfails.begin(); iter != xfails.end(); iter++) {
400 iter != str.end(); iter++) {
518 iter != m_outs.end(); iter++)
526 iter != m_outs.end(); iter++)
534 iter != m_outs.end(); iter++)
542 iter != m_outs.end(); iter++)
550 iter != m_outs.end(); iter++)
558 iter != m_outs.end(); iter++)
566 iter != m_outs.end(); iter++)
575 iter != m_outs.end(); ite
[all...]
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/util/
H A Dgenerate_nameprep_data.pl378 my $end = defined($2) ? hex($2) : undef;
379 if (defined $end) {
380 $map->add($start .. $end);
393 my $end = defined($2) ? hex($2) : $start;
394 for (my $i = $start; $i <= $end; $i++) {
/bind-9.6-ESV-R11/bin/tests/dst/
H A Dgsstest.c70 goto end; \
153 goto end;
176 end:
221 goto end;
229 goto end;
233 goto end;
258 end:
287 goto end;
302 goto end;
332 end
[all...]
/bind-9.6-ESV-R11/lib/dns/
H A Drbt.c323 if (include_chain_end && chain->end != NULL) {
324 NODENAME(chain->end, &nodename);
358 chain->end = node;
887 * DNS_R_PARTIALMATCH code at the end of this
956 chain->end = current;
1024 chain->end = current;
1030 chain->end = NULL;
1050 chain->end =
1111 * predecessor is at the end of a level below
1144 chain->end
[all...]
/bind-9.6-ESV-R11/unit/atf-src/atf-c/
H A Dutils.c93 char *end; local
94 while ((end = strchr(iter, '\n')) != NULL) {
95 *end = '\0';
98 iter = end + 1;
/bind-9.6-ESV-R11/lib/dns/rdata/generic/
H A Drrsig_46.c95 char *end; local
99 u64 = u = strtoul(DNS_AS_STR(token), &end, 10);
100 if (u == ULONG_MAX || *end != 0)
116 char *end; local
120 u64 = u = strtoul(DNS_AS_STR(token), &end, 10);
121 if (u == ULONG_MAX || *end != 0)

Completed in 39 milliseconds

123