Searched refs:text (Results 1 - 25 of 95) sorted by relevance

1234

/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/bin/tests/system/statschannel/
H A Dserver-json.pl15 my $text = do{local$/;<INPUT>};
18 my $ref = decode_json($text);
H A Dtraffic-json.pl17 my $text = do{local$/;<INPUT>};
20 my $ref = decode_json($text);
/bind-9.11.3/util/
H A Dcheck-pullups.pl51 $changes->{$changeid}->{text} .= $_;
71 my $text = $c1->{$c}->{text};
78 print $c1->{$c}->{text};
81 $c2->{$c}->{text} ne $text && !exists($c3->{$c})) {
86 print $c2->{$c}->{text};
87 print $c1->{$c}->{text};
H A Dnew-func52 $changes->{$changeid}->{text} .= $_;
71 my $text = $c1->{$c}->{text};
73 print $c1->{$c}->{text};
/bind-9.11.3/lib/isc/
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/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...]
/bind-9.11.3/bin/tools/
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...]
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);
/bind-9.11.3/bin/tests/system/masterformat/
H A Dsetup.sh17 cp ns2/formerly-text.db.in ns2/formerly-text.db
H A Dclean.sh22 rm -f ns2/formerly-text.db
26 rm -f baseline.txt text.1 text.2 raw.1 raw.2 map.1 map.2 map.5 text.5 badmap
H A Dtests.sh132 echo "I:checking that slave was saved in text format when configured"
145 echo "I:checking that slave formerly in text format is now raw"
149 israw ns2/formerly-text.db > /dev/null 2>&1 || ret=1
150 [ "`rawversion ns2/formerly-text.db`" = 1 ] || ret=1
170 echo "I:checking format transitions: text->raw->map->text"
172 ./named-compilezone -D -f text -F text -o baseline.txt example.nil ns1/example.db > /dev/null
173 ./named-compilezone -D -f text -F raw -o raw.1 example.nil baseline.txt > /dev/null
175 ./named-compilezone -D -f map -F text
[all...]
/bind-9.11.3/unit/atf-src/tools/
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.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.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);
/bind-9.11.3/bin/named/include/named/
H A Dserver.h540 isc_buffer_t **text);
553 isc_buffer_t **text);
560 isc_buffer_t **text);
567 isc_buffer_t **text);
601 ns_server_dumpdb(ns_server_t *server, isc_lex_t *lex, isc_buffer_t **text);
608 isc_buffer_t **text);
635 ns_server_status(ns_server_t *server, isc_buffer_t **text);
641 ns_server_tsiglist(ns_server_t *server, isc_buffer_t **text);
648 isc_buffer_t **text);
655 isc_lex_t *lex, isc_buffer_t **text);
[all...]
H A Dns_smf_globals.h30 isc_result_t ns_smf_add_message(isc_buffer_t **text);
/bind-9.11.3/unit/atf-src/atf-c++/detail/
H A DMakefile.am.inc38 atf-c++/detail/text.cpp \
39 atf-c++/detail/text.hpp
/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/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/unit/atf-src/atf-c/detail/
H A DMakefile.am.inc40 atf-c/detail/text.c \
41 atf-c/detail/text.h \
/bind-9.11.3/bin/tests/system/xfer/ns2/
H A Dnamed.conf58 masterfile-format text;
64 masterfile-format text;
/bind-9.11.3/bin/named/unix/include/named/
H A Dos.h64 ns_os_shutdownmsg(char *command, isc_buffer_t *text);
/bind-9.11.3/bin/named/win32/include/named/
H A Dos.h60 ns_os_shutdownmsg(char *command, isc_buffer_t *text);

Completed in 2730 milliseconds

1234