/bind-9.11.3/lib/irs/ |
H A D | resconf.c | 336 int delim; local 359 delim = getword(fp, word, sizeof(word)); 376 if (delim == EOF || delim == '\n') 379 delim = getword(fp, word, sizeof(word)); 387 int delim, res; local 392 delim = getword(fp, word, sizeof(word)); 425 if (delim == EOF || delim == '\n') 428 delim 436 int delim; local [all...] |
H A D | getaddrinfo.c | 1054 irs_strsep(char **stringp, const char *delim) { argument 1065 for (d = delim; (dc = *d) != '\0'; d++)
|
/bind-9.11.3/lib/lwres/ |
H A D | lwconfig.c | 393 int idx, delim; local 420 delim = getword(fp, word, sizeof(word)); 436 if (delim == EOF || delim == '\n') 439 delim = getword(fp, word, sizeof(word)); 506 int delim, res, idx; local 513 delim = getword(fp, word, sizeof(word)); 549 if (delim == EOF || delim == '\n') 552 delim 560 int delim; local [all...] |
H A D | getaddrinfo.c | 481 lwres_strsep(char **stringp, const char *delim) { argument 492 for (d = delim; (dc = *d) != '\0'; d++)
|
/bind-9.11.3/unit/atf-src/atf-c/detail/ |
H A D | text.c | 93 atf_text_split(const char *str, const char *delim, atf_list_t *words) argument 110 ptr = strstr(iter, delim); 127 iter = ptr + strlen(delim);
|
H A D | tp_main.c | 306 char *delim = strchr(*tcname, ':'); local 307 if (delim != NULL) { 308 *delim = '\0'; 310 delim++; 311 if (strcmp(delim, "body") == 0) { 313 } else if (strcmp(delim, "cleanup") == 0) { 316 err = usage_error("Invalid test case part `%s'", delim);
|
H A D | text_test.c | 64 check_split(const char *str, const char *delim, const char *words[]) argument 70 printf("Splitting '%s' with delimiter '%s'\n", str, delim); 71 CE(atf_text_split(str, delim, &list));
|
/bind-9.11.3/unit/atf-src/atf-c++/detail/ |
H A D | text.cpp | 90 impl::split(const std::string& str, const std::string& delim) argument 96 newpos = str.find(delim, pos); 99 pos = newpos + delim.length();
|
/bind-9.11.3/unit/atf-src/tools/ |
H A D | text.cpp | 89 impl::split(const std::string& str, const std::string& delim) argument 95 newpos = str.find(delim, pos); 98 pos = newpos + delim.length();
|
H A D | parser.hpp | 194 tokenizer< IS >::add_delim(char delim, const token_type& type) argument 196 m_delims_map[delim] = type; 197 m_delims_str += delim;
|
/bind-9.11.3/lib/isc/include/isc/ |
H A D | string.h | 194 isc_string_separate(char **stringp, const char *delim);
|
/bind-9.11.3/lib/dns/rdata/generic/ |
H A D | naptr_35.c | 34 unsigned char delim; local 42 delim = *txt++; 48 switch (delim) { 60 if (c == delim && !replace) { 63 } else if (c == delim && !flags) { 66 } else if (c == delim)
|
/bind-9.11.3/lib/dns/ |
H A D | rcode.c | 419 char *delim = memchr(text, '|', end - text); local 420 if (delim != NULL) 421 len = (unsigned int)(delim - text); 437 if (delim != NULL)
|
/bind-9.11.3/lib/isc/ |
H A D | string.c | 217 isc_string_separate(char **stringp, const char *delim) { argument 227 for (d = delim; (dc = *d) != '\0'; d++)
|
H A D | httpd.c | 445 int delim; local 459 delim = 2; 462 delim = 1; 470 s[delim] = 0; 557 if (strncmp(s, delim == 1 ? "\n" : "\r\n", delim) != 0) 564 p = s + delim; /* skip past eol */
|
/bind-9.11.3/bin/named/unix/ |
H A D | os.c | 997 next_token(char **stringp, const char *delim) { argument 1001 res = strsep(stringp, delim);
|
/bind-9.11.3/bin/dig/include/dig/ |
H A D | dig.h | 397 next_token(char **stringp, const char *delim);
|
/bind-9.11.3/lib/samples/ |
H A D | sample-update.c | 360 nsu_strsep(char **stringp, const char *delim) { argument 371 for (d = delim; (dc = *d) != '\0'; d++) { 381 for (d = delim; (dc = *d) != '\0'; d++) {
|
/bind-9.11.3/bin/delv/ |
H A D | delv.c | 945 next_token(char **stringp, const char *delim) { argument 949 res = strsep(stringp, delim);
|
/bind-9.11.3/bin/tools/ |
H A D | mdig.c | 796 next_token(char **stringp, const char *delim) { argument 800 res = strsep(stringp, delim);
|
/bind-9.11.3/bin/nsupdate/ |
H A D | nsupdate.c | 398 nsu_strsep(char **stringp, const char *delim) { argument 409 for (d = delim; (dc = *d) != '\0'; d++) { 419 for (d = delim; (dc = *d) != '\0'; d++) {
|
/bind-9.11.3/bin/dig/ |
H A D | dighost.c | 407 next_token(char **stringp, const char *delim) { argument 411 res = strsep(stringp, delim);
|