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

12

/bind-9.6-ESV-R11/lib/dns/rdata/generic/
H A Drp_17.h30 dns_name_t text; member in struct:dns_rdata_rp
/bind-9.6-ESV-R11/bin/named/
H A Dcontrol.c47 command_compare(const char *text, const char *command) { argument
49 if (strncasecmp(text, command, commandlen) == 0 &&
50 (text[commandlen] == '\0' ||
51 text[commandlen] == ' ' ||
52 text[commandlen] == '\t'))
62 ns_control_docommand(isccc_sexpr_t *message, isc_buffer_t *text) { argument
102 result = ns_server_reloadcommand(ns_g_server, command, text);
106 result = ns_server_refreshcommand(ns_g_server, command, text);
117 result = ns_smf_add_message(text);
134 ns_os_shutdownmsg(command, text);
[all...]
H A Dbuiltin.c86 put_txt(dns_sdblookup_t *lookup, const char *text) { argument
88 unsigned int len = strlen(text);
92 memmove(&buf[1], text, len);
H A Dlwresd.c117 char text[4096]; local
146 isc_buffer_init(&b, text, sizeof(text));
/bind-9.6-ESV-R11/lib/dns/
H A Ddst_result.c31 static const char *text[DST_R_NRESULTS] = { variable
65 text, dst_msgcat, DST_RESULT_RESULTSET);
H A Dresult.c30 static const char *text[DNS_R_NRESULTS] = { variable
49 "extra input text", /*%< 12 DNS_R_EXTRATOKEN */
51 "text too long", /*%< 14 DNS_R_TEXTTOOLONG */
201 text, dns_msgcat, DNS_RESULT_RESULTSET);
H A Drcode.c341 char *text, *end; local
352 text = source->base;
356 while (text < end) {
359 char *delim = memchr(text, '|', end - text);
361 len = delim - text;
363 len = end - text;
365 if (strncasecmp(p->name, text, len) == 0)
376 text += len;
378 text
[all...]
/bind-9.6-ESV-R11/lib/isccc/
H A Dresult.c44 static const char *text[ISCCC_R_NRESULTS] = { variable
62 text, isccc_msgcat,
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Dtext.hpp43 namespace text { namespace in namespace:atf
150 } // namespace text
H A Dui.cpp40 #include "text.hpp"
42 #include "text.hpp"
59 width = atf::text::to_type< size_t >(cols);
78 format_paragraph(const std::string& text, argument
84 PRE(text.find('\n') == std::string::npos);
99 std::vector< std::string > words = atf::text::split(text, " ");
136 impl::format_text(const std::string& text) argument
138 return format_text_with_tag(text, "", false, 0);
142 impl::format_text_with_tag(const std::string& text, cons argument
[all...]
H A Dparser.cpp34 #include "text.hpp"
71 return atf::text::to_string(first) + ": " + second;
94 m_msg = atf::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...]
H A Dparser.hpp110 const std::string& text(void) const;
229 std::string text; local
235 if (text.empty()) {
249 text += ch;
251 text += ch;
259 t = token(m_lineno, m_text_type, text);
270 if (text.empty())
277 if (text.empty())
282 if (!text.empty())
285 text
[all...]
/bind-9.6-ESV-R11/bin/tests/
H A Dcfg_test.c50 output(void *closure, const char *text, int textlen) { argument
52 (void) fwrite(text, 1, textlen, stdout);
H A Dnsec3hash.c75 unsigned char text[1024]; local
116 isc_buffer_init(&buffer, text, sizeof(text));
119 (int)isc_buffer_usedlength(&buffer), text, argv[1], hash_alg, iterations);
H A Dbyaddr_test.c64 char text[DNS_NAME_FORMATSIZE]; local
65 dns_name_format(name, text, sizeof(text));
66 printf("%s\n", text);
H A Dbyname_test.c101 char text[ISC_NETADDR_FORMATSIZE]; local
103 isc_netaddr_format(&netaddr, text, sizeof(text));
104 printf("%s\n", text);
110 char text[DNS_NAME_FORMATSIZE]; local
112 dns_name_format(name, text, sizeof(text));
113 printf("%s\n", text);
H A Dzone_test.c140 isc_buffer_t text; local
145 isc_buffer_init(&text, t, sizeof(t));
147 &text);
148 isc_buffer_usedregion(&text, &r);
H A Ddb_test.c82 isc_buffer_t text; local
87 isc_buffer_init(&text, t, sizeof(t));
89 &text);
90 isc_buffer_usedregion(&text, &r);
/bind-9.6-ESV-R11/lib/isc/
H A Dresult.c37 const char ** text; member in struct:resulttable
43 static const char *text[ISC_R_NRESULTS] = { variable
116 register_table(unsigned int base, unsigned int nresults, const char **text, argument
123 REQUIRE(text != NULL);
134 table->text = text;
155 result = register_table(ISC_RESULTCLASS_ISC, ISC_R_NRESULTS, text,
174 const char *text, *default_text; local
181 text = NULL;
187 default_text = table->text[inde
208 isc_result_register(unsigned int base, unsigned int nresults, const char **text, isc_msgcat_t *msgcat, int set) argument
[all...]
/bind-9.6-ESV-R11/contrib/zkt/
H A Dtcap.c301 const char *text; local
309 text = "Test";
311 text = *++argv;
319 printf ("%s", text);
324 printf ("\t%s", text);
328 printf ("\t%s", text);
332 printf ("\t%s", text);
/bind-9.6-ESV-R11/bin/named/win32/
H A Dos.c289 ns_os_shutdownmsg(char *command, isc_buffer_t *text) { argument
291 UNUSED(text);
/bind-9.6-ESV-R11/bin/named/unix/
H A Dos.c815 ns_os_shutdownmsg(char *command, isc_buffer_t *text) { argument
840 n = snprintf((char *)isc_buffer_used(text),
841 isc_buffer_availablelength(text),
844 if (n > 0 && n < isc_buffer_availablelength(text))
845 isc_buffer_add(text, n);
/bind-9.6-ESV-R11/lib/tests/
H A Dt_api.c352 * Format text to a buffer.
591 const char *text; member in struct:dns_errormap
649 while (pmap->text != NULL) {
650 if (strcmp(name, pmap->text) == 0)
655 if (pmap->text != NULL)
663 const char *text; member in struct:dc_method_map
680 while (pmap->text != NULL) {
681 if (strcmp(name, pmap->text) == 0)
686 if (pmap->text != NULL)
/bind-9.6-ESV-R11/bin/dig/
H A Dhost.c106 const char *text; member in struct:rtype
117 { 16, "descriptive text" },
326 for (t = rtypes; t->text != NULL; t++) {
328 rtt = t->text;
H A Dnslookup.c101 "text = ", /* 16 */
190 char text[sizeof("255.255.255.255")]; local
193 isc_buffer_init(&b, text, sizeof(text));

Completed in 70 milliseconds

12