/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/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;
|
H A D | idnconv.c | 436 * Trim newline at the end. This is needed for 575 * Trim newline at the end. This is needed for 790 char *end; local 796 v = strtoul(p, &end, 16); 797 if (*end != '\0') {
|
/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/lib/isc/ |
H A D | backtrace.c | 233 const isc_backtrace_symmap_t *end = local 236 if (isc__backtrace_nsymbols == 1 || entry == end) {
|
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...] |
/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;
|
H A D | converter.c | 1175 char *end; local 1177 v = strtoul(from + 3, &end, 16); 1178 ullen = end - (from + 3); 1179 if (*end == '}' && ullen > 1 && ullen < 8) { 1181 from = end + 1;
|
/bind-9.11.3/lib/dns/rdata/generic/ |
H A D | rrsig_46.c | 86 char *end; local 90 u64 = u = strtoul(DNS_AS_STR(token), &end, 10); 91 if (u == ULONG_MAX || *end != 0) 107 char *end; local 111 u64 = u = strtoul(DNS_AS_STR(token), &end, 10); 112 if (u == ULONG_MAX || *end != 0)
|
/bind-9.11.3/bin/check/ |
H A D | named-checkzone.c | 466 char *end; local 469 rawversion = strtol(outputformatstr + 4, &end, 10); 470 if (end == outputformatstr + 4 || *end != '\0' ||
|
/bind-9.11.3/unit/atf-src/atf-c/ |
H A D | utils.c | 117 char *end; local 118 while ((end = strchr(iter, '\n')) != NULL) { 119 *end = '\0'; 122 iter = end + 1;
|
H A D | tc.c | 743 atf_map_citer_t end, iter; local 746 end = atf_map_end_c(&tc->pimpl->m_config); 747 return !atf_equal_map_citer_map_citer(iter, end); 753 atf_map_citer_t end, iter; local 756 end = atf_map_end_c(&tc->pimpl->m_vars); 757 return !atf_equal_map_citer_map_citer(iter, end);
|
/bind-9.11.3/unit/atf-src/atf-c++/detail/ |
H A D | process.cpp | 55 for (typename C::const_iterator iter = c.begin(); iter != c.end(); 151 impl::argv_array::end(void) function in class:impl::argv_array 154 return m_args.end();
|
/bind-9.11.3/lib/dns/include/dns/ |
H A D | rbt.h | 119 unsigned int :0; /* end of bitfields c/o tree lock */ 164 unsigned int :0; /* end of bitfields c/o node lock */ 215 * non-NULL, 'name' will end up pointing to the name data and offsets that are 256 dns_rbtnode_t * end; member in struct:dns_rbtnodechain 450 * indicated by chain->end being NULL or dns_rbtnodechain_current 483 * point when DNS_RBTFIND_NOEXACT is set, so if you end up using a chain 1053 * hiding the back-end. The usage is the same as that of isc_refcount_xxx().
|
/bind-9.11.3/bin/named/ |
H A D | main.c | 407 const char *end = strchr(arg, ','); local 409 if (end == NULL) 410 end = arg + strlen(arg); 411 arglen = (int)(end - arg); 423 if (clear || (*end == '\0')) 425 arg = end + 1;
|
/bind-9.11.3/unit/atf-src/tools/ |
H A D | process.cpp | 64 for (typename C::const_iterator iter = c.begin(); iter != c.end(); 200 impl::argv_array::end(void) function in class:impl::argv_array 203 return m_args.end();
|
/bind-9.11.3/lib/dns/ |
H A D | rcode.c | 401 char *text, *end; local 413 end = source->base + source->length; 416 while (text < end) { 419 char *delim = memchr(text, '|', end - text); 423 len = (unsigned int)(end - text);
|
H A D | xfrin.c | 52 * from complaining about "end-of-loop code not reached". 148 isc_time_t end; /*%< End time of the transfer */ member in struct:dns_xfrin_ctx 509 * We need it to recognize the end of an IXFR. 1500 isc_time_now(&xfr->end); 1501 msecs = isc_time_microdiff(&xfr->end, &xfr->start) / 1000;
|
H A D | journal.c | 70 * the "end" position in the header. The latter will 94 * from complaining about "end-of-loop code not reached". 178 * and end of the journal, and in the journal index to locate 211 journal_rawpos_t end; member in struct:__anon155::__anon156 254 journal_pos_t end; member in struct:__anon160 292 #define JOURNAL_EMPTY(h) ((h)->begin.offset == (h)->end.offset) 316 journal_pos_t pos[2]; /*%< Begin/end position */ 358 journal_pos_decode(&raw->h.end, &cooked->end); 372 journal_pos_encode(&raw->h.end, [all...] |
H A D | masterdump.c | 1705 isc_time_t end; local 1707 isc_time_now(&end); 1713 usecs = isc_time_microdiff(&end, &start);
|
H A D | rdata.c | 427 unsigned int max_octet, newend, end; local 433 end = 0; 444 if (newend > end) { 445 memset(&bm[end + 1], 0, newend - end); 446 end = newend; 987 * Consume to end of line / file. 988 * If not at end of line initially set error code. 1890 * 'z' encodes 32-bit zero; 'x' is used to mark the end of encoded data. 1988 * in 4 bytes at a time. If the actual data doesn't end o [all...] |
/bind-9.11.3/lib/isc/win32/ |
H A D | file.c | 743 off_t end; local 749 end = lseek(fd, 0, SEEK_END); 751 if (end - offset < (off_t) len) 752 len = end - offset;
|
/bind-9.11.3/unit/atf-src/atf-sh/ |
H A D | atf-check.cpp | 367 std::istream_iterator< char > begin(stream), end; local 369 std::copy(begin, end, out); 583 !ok && iter != checks.end(); iter++) { 658 std::istream_iterator< char > begin(ifs), end; local 664 std::copy(begin, end, obegin); 682 iter != checks.end(); iter++) {
|