Searched defs:text (Results 1 - 25 of 42) sorted by relevance

12

/bind-9.11.3/lib/dns/rdata/generic/
H A Drp_17.h21 dns_name_t text; member in struct:dns_rdata_rp
/bind-9.11.3/lib/isccc/
H A Dresult.c35 static const char *text[ISCCC_R_NRESULTS] = { variable
62 text, isccc_msgcat,
/bind-9.11.3/lib/dns/
H A Ddst_result.c22 static const char *text[DST_R_NRESULTS] = { variable
83 text, dst_msgcat, DST_RESULT_RESULTSET);
H A Dresult.c19 static const char *text[DNS_R_NRESULTS] = { variable
38 "extra input text", /*%< 12 DNS_R_EXTRATOKEN */
40 "text too long", /*%< 14 DNS_R_TEXTTOOLONG */
344 text, dns_msgcat, DNS_RESULT_RESULTSET);
H A Dgeoip.c52 * For lookups in Country we preserve a pointer to the text of
70 const char *text; member in struct:geoip_state
153 state->text = NULL;
160 GeoIPRegion *region, char *name, const char *text, int id)
203 state->text = text;
250 const char *text = NULL; local
263 text = prev_state->text;
268 if (text
158 set_state(unsigned int family, isc_uint32_t ipnum, const geoipv6_t *ipnum6, isc_uint8_t scope, dns_geoip_subtype_t subtype, GeoIPRecord *record, GeoIPRegion *region, char *name, const char *text, int id) argument
[all...]
H A Dkeytable.c573 isc_buffer_t *text = NULL; local
578 result = isc_buffer_allocate(keytable->mctx, &text, 4096);
582 result = dns_keytable_totext(keytable, &text);
584 if (isc_buffer_usedlength(text) != 0) {
585 (void) putstr(&text, "\n");
587 (void) putstr(&text, "none");
589 (void) putstr(&text, "could not dump key table: ");
590 (void) putstr(&text, isc_result_totext(result));
593 fprintf(fp, "%.*s", (int) isc_buffer_usedlength(text),
594 (char *) isc_buffer_base(text));
601 dns_keytable_totext(dns_keytable_t *keytable, isc_buffer_t **text) argument
[all...]
H A Dnta.c628 isc_buffer_t *text = NULL; local
631 result = isc_buffer_allocate(ntatable->view->mctx, &text, len);
635 result = dns_ntatable_totext(ntatable, &text);
637 if (isc_buffer_usedlength(text) != 0) {
638 (void) putstr(&text, "\n");
640 (void) putstr(&text, "none");
642 (void) putstr(&text, "could not dump NTA table: ");
643 (void) putstr(&text, isc_result_totext(result));
646 fprintf(fp, "%.*s", (int) isc_buffer_usedlength(text),
647 (char *) isc_buffer_base(text));
[all...]
/bind-9.11.3/lib/isc/
H A Dpk11_result.c22 static const char *text[PK11_R_NRESULTS] = { variable
63 text, pk11_msgcat, PK11_RESULT_RESULTSET);
H A Dresult.c26 const char ** text; member in struct:resulttable
178 unsigned int nresults, const char **text,
185 REQUIRE(text != NULL);
196 table->text = text;
248 const char *text, *default_text; local
255 text = NULL;
261 default_text = table->text[index];
267 text = isc_msgcat_get(table->msgcat, table->set,
272 if (text
177 register_table(resulttable_list_t *tables, unsigned int base, unsigned int nresults, const char **text, isc_msgcat_t *msgcat, int set) argument
292 isc_result_register(unsigned int base, unsigned int nresults, const char **text, isc_msgcat_t *msgcat, int set) argument
[all...]
/bind-9.11.3/lib/isc/tests/
H A Dlex_test.c62 unsigned char text[] = "text\nto\nbe\nprocessed\nby\nlexer"; local
76 isc_buffer_init(&buf, &text[0], sizeof(text));
77 isc_buffer_add(&buf, sizeof(text));
/bind-9.11.3/bin/named/
H A Dcontrol.c71 isc_buffer_t **text)
152 result = ns_server_reloadcommand(ns_g_server, lex, text);
156 result = ns_server_refreshcommand(ns_g_server, lex, text);
159 lex, text);
168 result = ns_smf_add_message(text);
185 ns_os_shutdownmsg(cmdline, *text);
195 result = ns_smf_add_message(text);
202 ns_os_shutdownmsg(cmdline, *text);
210 ns_server_dumpdb(ns_g_server, lex, text);
213 result = ns_server_dumpsecroots(ns_g_server, lex, text);
70 ns_control_docommand(isccc_sexpr_t *message, isc_boolean_t readonly, isc_buffer_t **text) argument
[all...]
H A Dbuiltin.c308 put_txt(dns_sdblookup_t *lookup, const char *text) { argument
310 unsigned int len = strlen(text);
314 memmove(&buf[1], text, len);
/bind-9.11.3/unit/atf-src/atf-c++/detail/
H A Dtext.hpp39 namespace text { namespace in namespace:atf
146 } // namespace text
/bind-9.11.3/unit/atf-src/tools/
H A Dtext.hpp43 namespace text { namespace in namespace:tools
150 } // namespace text
H A Dui.cpp41 #include "text.hpp"
58 width = tools::text::to_type< size_t >(cols);
77 format_paragraph(const std::string& text, argument
83 assert(text.find('\n') == std::string::npos);
98 std::vector< std::string > words = tools::text::split(text, " ");
135 impl::format_text(const std::string& text) argument
137 return format_text_with_tag(text, "", false, 0);
141 impl::format_text_with_tag(const std::string& text, const std::string& tag, argument
150 std::vector< std::string > lines = tools::text
[all...]
H A Dparser.cpp34 #include "text.hpp"
71 return tools::text::to_string(first) + ": " + second;
94 m_msg = tools::text::join(*this, "\n");
144 impl::token::text(void) function in class:impl::token
249 std::string hdr_name = t.text();
254 std::string hdr_value = t.text();
265 std::string attr_name = t.text();
270 std::string attr_value = t.text();
314 // line = text colon text
[all...]
/bind-9.11.3/lib/isccfg/tests/
H A Dparser_test.c95 unsigned char text[] = "options\n{\nrecursion yes;\n};\n"; local
104 isc_buffer_init(&buf1, &text[0], sizeof(text) - 1);
105 isc_buffer_add(&buf1, sizeof(text) - 1);
116 isc_buffer_init(&buf2, &text[0], sizeof(text) - 1);
117 isc_buffer_add(&buf2, sizeof(text) - 1);
/bind-9.11.3/bin/tools/
H A Dnsec3hash.c69 unsigned char text[1024]; local
110 isc_buffer_init(&buffer, text, sizeof(text));
113 (int)isc_buffer_usedlength(&buffer), text, argv[1], hash_alg, iterations);
H A Dnamed-rrchecker.c73 char text[256*1024]; local
105 dns_rdataclass_format(t, text, sizeof(text));
106 if (strncmp(text, "CLASS", 4) != 0)
107 fprintf(stdout, "%s\n", text);
115 dns_rdatatype_format(t, text, sizeof(text));
116 if (strncmp(text, "TYPE", 4) != 0)
117 fprintf(stdout, "%s\n", text);
126 dns_rdatatype_format(t, text, sizeo
[all...]
/bind-9.11.3/bin/tests/
H A Dcfg_test.c43 output(void *closure, const char *text, int textlen) { argument
45 (void) fwrite(text, 1, textlen, stdout);
H A Dbyaddr_test.c56 char text[DNS_NAME_FORMATSIZE]; local
57 dns_name_format(name, text, sizeof(text));
58 printf("%s\n", text);
H A Dzone_test.c132 isc_buffer_t text; local
137 isc_buffer_init(&text, t, sizeof(t));
139 &text);
140 isc_buffer_usedregion(&text, &r);
H A Dbyname_test.c91 char text[ISC_NETADDR_FORMATSIZE]; local
93 isc_netaddr_format(&netaddr, text, sizeof(text));
94 printf("%s\n", text);
100 char text[DNS_NAME_FORMATSIZE]; local
102 dns_name_format(name, text, sizeof(text));
103 printf("%s\n", text);
/bind-9.11.3/bin/named/win32/
H A Dos.c365 ns_os_shutdownmsg(char *command, isc_buffer_t *text) { argument
367 UNUSED(text);
/bind-9.11.3/bin/check/
H A Dnamed-checkconf.c377 if (strcasecmp(masterformatstr, "text") == 0)
499 output(void *closure, const char *text, int textlen) { argument
501 if (fwrite(text, 1, textlen, stdout) != (size_t)textlen) {

Completed in 33 milliseconds

12