/bind-9.11.3/contrib/idn/idnkit-1.0-src/tools/idnconv/ |
H A D | selectiveencode.c | 68 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.11.3/unit/atf-src/tools/ |
H A D | test_helpers.hpp | 61 pes.begin(); iter != pes.end(); iter++) 78 while (equals && *expected_iter != NULL && actual_iter != actual.end()) { 86 if (equals && ((*expected_iter == NULL && actual_iter != actual.end()) || 87 (*expected_iter != NULL && actual_iter == actual.end()))) 96 for (actual_iter = actual.begin(); actual_iter != actual.end();
|
H A D | requirements.cpp | 72 !found && iter != dirs.end(); iter++) { 89 iter != v.end(); iter++) { 106 iter != v.end(); iter++) { 107 if (config.find((*iter)) == config.end()) 120 iter != v.end(); iter++) { 138 iter != v.end(); iter++) { 224 iter != v.end(); iter++) { 244 if (iter == config.end()) 273 failure_reason.empty() && iter != metadata.end(); iter++) { 308 if (user == metadata.end()) [all...] |
H A D | expand.hpp | 72 iter != candidates.end(); iter++)
|
H A D | text.hpp | 66 bool done = iter == words.end(); 70 if (iter != words.end()) 95 //! \brief Removes whitespace from the beginning and end of a string.
|
H A D | expand.cpp | 51 for (std::string::const_iterator iter = glob.begin(); iter != glob.end();
|
H A D | atf-report.cpp | 310 xfails.begin(); iter != xfails.end(); iter++) { 397 iter != str.end(); iter++) { 515 iter != m_outs.end(); iter++) 523 iter != m_outs.end(); iter++) 531 iter != m_outs.end(); iter++) 539 iter != m_outs.end(); iter++) 547 iter != m_outs.end(); iter++) 555 iter != m_outs.end(); iter++) 563 iter != m_outs.end(); iter++) 572 iter != m_outs.end(); ite [all...] |
H A D | ui.cpp | 100 iter != words.end(); iter++) { 152 iter != lines.end(); iter++) { 157 if (iter + 1 != lines.end()) {
|
H A D | parser.cpp | 200 return m_attrs.find(n) != m_attrs.end(); 207 assert(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 assert(ct != hm.end()); 354 for (headers_map::const_iterator iter = hm.begin(); iter != hm.end(); 369 if (iter == hm.end())
|
H A D | fs_test.cpp | 291 ATF_REQUIRE(d.find(".") != d.end()); 292 ATF_REQUIRE(d.find("..") != d.end()); 293 ATF_REQUIRE(d.find("dir") != d.end()); 294 ATF_REQUIRE(d.find("reg") != d.end()); 315 ATF_REQUIRE(iter != d.end()); 322 ATF_REQUIRE(iter != d.end()); 343 ATF_REQUIRE(ns.find(".") != ns.end()); 344 ATF_REQUIRE(ns.find("..") != ns.end()); 345 ATF_REQUIRE(ns.find("dir") != ns.end()); 346 ATF_REQUIRE(ns.find("reg") != ns.end()); [all...] |
H A D | atffile.cpp | 216 // Cannot use m_tps.insert(iterator, begin, end) here because it 219 iter != ms.end(); iter++) 222 if (m_dir.find(name) == m_dir.end()) 282 assert(properties.find("test-suite") != properties.end()); 320 while (iter != dir.end()) { 343 if (r.props().find("test-suite") == r.props().end())
|
/bind-9.11.3/bin/tests/system/checkds/ |
H A D | dig.bat | 7 if "%arg%" == "" goto end 35 :end label
|
/bind-9.11.3/lib/isc/ |
H A D | string.c | 53 isc_string_touint64(char *source, char **end, int base) { argument 61 *end = source; 79 *end = source; 88 /* end ? */ 90 *end = s; 93 /* end ? */ 95 *end = s; 100 *end = source; 106 *end = source; 112 *end [all...] |
H A D | backtrace.c | 233 const isc_backtrace_symmap_t *end = local 236 if (isc__backtrace_nsymbols == 1 || entry == end) {
|
/bind-9.11.3/unit/atf-src/atf-c++/detail/ |
H A D | text.hpp | 62 bool done = iter == words.end(); 66 if (iter != words.end()) 91 //! \brief Removes whitespace from the beginning and end of a string.
|
H A D | fs_test.cpp | 279 ATF_REQUIRE(d.find(".") != d.end()); 280 ATF_REQUIRE(d.find("..") != d.end()); 281 ATF_REQUIRE(d.find("dir") != d.end()); 282 ATF_REQUIRE(d.find("reg") != d.end()); 303 ATF_REQUIRE(iter != d.end()); 310 ATF_REQUIRE(iter != d.end()); 331 ATF_REQUIRE(ns.find(".") != ns.end()); 332 ATF_REQUIRE(ns.find("..") != ns.end()); 333 ATF_REQUIRE(ns.find("dir") != ns.end()); 334 ATF_REQUIRE(ns.find("reg") != ns.end()); [all...] |
H A D | process.hpp | 79 const_iterator end(void) const; 87 for (typename C::const_iterator iter = c.begin(); iter != c.end();
|
/bind-9.11.3/unit/atf-src/atf-c/detail/ |
H A D | text.c | 96 const char *end; local 103 end = str + strlen(str); 104 INV(*end == '\0'); 106 while (iter < end) { 112 ptr = end;
|
H A D | dynstr.c | 247 size_t beg, size_t end) 252 if (end == atf_dynstr_npos || end > src->m_length) 253 end = src->m_length; 255 return atf_dynstr_init_raw(ad, src->m_data + beg, end - beg); 246 atf_dynstr_init_substr(atf_dynstr_t *ad, const atf_dynstr_t *src, size_t beg, size_t end) argument
|
/bind-9.11.3/contrib/idn/idnkit-1.0-src/lib/ |
H A D | filechecker.c | 224 char *end; local 234 *vp = strtoul(p, &end, 16); 235 if (end == p) { 239 p = end;
|
H A D | filemapper.c | 310 char *end; local 320 *vp = strtoul(p, &end, 16); 321 if (end == p) { 325 p = end;
|
/bind-9.11.3/unit/atf-src/atf-c++/ |
H A D | utils.hpp | 54 iter != collection.end(); ++iter) {
|
H A D | tests.cpp | 169 INV(iter != wraps.end()); 178 INV(iter != cwraps.end()); 187 INV(iter != cwraps.end()); 213 iter != config.end(); iter++) { 457 for (tc_vector::iterator iter = tcs.begin(); iter != tcs.end(); iter++) { 470 iter != tcs.end(); iter++) { 475 INV(iter2 != vars.end()); 480 iter2 != vars.end(); iter2++) { 497 iter != tcs.end(); iter++) { 629 for (tc_vector::iterator iter = tcs.begin(); iter != tcs.end(); ite [all...] |
/bind-9.11.3/contrib/idn/idnkit-1.0-src/util/ |
H A D | generate_nameprep_data.pl | 378 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.11.3/bin/tests/dst/ |
H A D | gsstest.c | 63 goto end; \ 145 goto end; 168 end: 215 goto end; 223 goto end; 227 goto end; 251 end: 280 goto end; 295 goto end; 325 end [all...] |