Searched refs:word (Results 1 - 6 of 6) sorted by relevance
/bind-9.6-ESV-R11/lib/lwres/ |
H A D | lwconfig.c | 296 char word[LWRES_CONFMAXLINELEN]; local 306 res = getword(fp, word, sizeof(word)); 307 if (strlen(word) == 0U) 315 res = lwres_create_addr(word, &address, 1); 327 char word[LWRES_CONFMAXLINELEN]; local 336 res = getword(fp, word, sizeof(word)); 337 if (strlen(word) == 0U) 345 res = lwres_create_addr(word, 355 char word[LWRES_CONFMAXLINELEN]; local 397 char word[LWRES_CONFMAXLINELEN]; local 478 char word[LWRES_CONFMAXLINELEN]; local 534 char word[LWRES_CONFMAXLINELEN]; local 571 char word[256]; local [all...] |
/bind-9.6-ESV-R11/bin/nsupdate/ |
H A D | nsupdate.c | 1013 char *word; local 1017 word = nsu_strsep(cmdlinep, " \t\r\n"); 1018 if (word == NULL || *word == 0) { 1030 isc_buffer_init(&source, word, strlen(word)); 1031 isc_buffer_add(&source, strlen(word)); 1098 char *word; local 1121 word = nsu_strsep(&cmdline, " \t\r\n"); 1122 if (word 1207 char *word; local 1237 char *word, *server; local 1276 char *word, *local; local 1398 char *word; local 1426 char *word; local 1454 char *word; local 1487 char *word; local 1523 char *word; local 1691 char *word; local 1785 char *word; local [all...] |
/bind-9.6-ESV-R11/unit/atf-src/atf-c/detail/ |
H A D | text_test.c | 56 const char **word; local 59 for (word = words; *word != NULL; word++) 70 const char **word; local 79 for (word = words, i = 0; *word != NULL; word++, i++) { 89 word_acum(const char *word, void *data) argument 93 strcat(acum, word); [all...] |
H A D | text.c | 120 atf_dynstr_t word; local 122 err = atf_dynstr_init_raw(&word, iter, ptr - iter); 126 err = atf_list_append(words, atf_dynstr_fini_disown(&word), true);
|
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/ |
H A D | ui.cpp | 102 const std::string& word = *iter; local 105 curcol + word.length() + 1 > maxcol) { 116 formatted += word; 117 curcol += word.length();
|
/bind-9.6-ESV-R11/lib/dns/ |
H A D | rdata.c | 882 tctx.width = 60; /* Used for hex word length only. */ 1633 isc_int32_t word; member in struct:state 1640 #define word state->word macro 1668 word = s - atob_digits; 1671 word = times85(word); 1672 word += s - atob_digits; 1675 word = times85(word); [all...] |
Completed in 22 milliseconds