Home
last modified time | relevance | path

Searched defs:text (Results 1 – 25 of 293) sorted by relevance

12345678910>>...12

/freebsd/contrib/expat/tests/
H A Dbasic_tests.c83 char text[] = "<doc>\0</doc>"; in START_TEST() local
138 const char *text = "\357\273\277<e/>"; in START_TEST() local
147 char text[] = "\376\377\0<\0e\0/\0>"; in START_TEST() local
156 char text[] = "\377\376<\0e\0/\0>\0"; in START_TEST() local
165 char text[] = " \0<\0e\0/\0>\0"; in START_TEST() local
189 const char *text in START_TEST() local
209 const char *text = "<?xml version='1.0' encoding='iso-8859-1'?>\n" in START_TEST() local
224 const char *text = "<?xml version='1.0' encoding='iso-8859-1'?>\n" in START_TEST() local
237 const char *text = "<?xml version='1.0' encoding='iso-8859-1'?>\n" in START_TEST() local
250 const char *text = "<?xml version='1.0' encoding='iso-8859-1'?>\n" in START_TEST() local
[all …]
H A Dns_tests.c69 const char *text = "<foo:e xmlns:foo='http://example.org/' bar:a='12'\n" in START_TEST() local
122 run_ns_tagname_overwrite_test(const char *text, const XML_Char *result) { in run_ns_tagname_overwrite_test()
136 const char *text = "<n:e xmlns:n='http://example.org/'>\n" in START_TEST() local
154 const char *text = "<n:e xmlns:n='http://example.org/'>\n" in START_TEST() local
177 const char *text = "<e xmlns='http://example.org/'></e>"; in START_TEST() local
191 const char *text = "<?xml version='1.0'?>\n" in START_TEST() local
212 const char *text = "<doc xmlns:prefix='http://example.org/'>\n" in START_TEST() local
224 const char *text = "<?xml version='1.0'?>\n" in START_TEST() local
234 const char *text = "<!DOCTYPE doc [\n" in START_TEST() local
248 const char *text = "<!DOCTYPE doc [\n" in START_TEST() local
[all …]
H A Dalloc_tests.c84 const char *text = "<?xml version='1.0' encoding='utf-8'?>\n" in START_TEST() local
114 const char *text in START_TEST() local
158 const char *text = "<?xml version='1.0' encoding='utf-8'?>\n" in START_TEST() local
184 const char *text in START_TEST() local
210 const char *text START_TEST() local
251 const char *text = "<?xml version='1.0' encoding='utf-8'?>\n" START_TEST() local
275 const char *text = "<?xml version='1.0' encoding='utf-8'?>\n" START_TEST() local
304 const char *text = "<?xml version='1.0' encoding='us-ascii'?>\n" START_TEST() local
321 const char *text = "<?xml version='1.0' encoding='us-ascii'?>\n" START_TEST() local
351 const char *text = "<?xml version='1.0'?>\n" START_TEST() local
371 const char *text = "<?xml version='1.0'?>\n" START_TEST() local
406 const char *text = "<!DOCTYPE doc [\n" START_TEST() local
436 const char *text = "<?xml version='1.0' encoding='unsupported-encoding'?>\n" START_TEST() local
461 const char *text = "<!DOCTYPE foo [" START_TEST() local
489 const char *text = "<!DOCTYPE doc [\n" START_TEST() local
583 const char *text = get_buffer_test_text; START_TEST() local
613 const char *text = "<!DOCTYPE doc [\n" START_TEST() local
639 const char *text = "<!DOCTYPE doc [\n" START_TEST() local
684 const char *text = "<!DOCTYPE doc SYSTEM 'http://example.org/'>\n" START_TEST() local
737 const char *text = "<!DOCTYPE doc SYSTEM 'http://example.org/'>\n" START_TEST() local
799 const char *text START_TEST() local
848 const char *text START_TEST() local
922 const char *text = "<?xml version='1.0' standalone='no'?>\n" START_TEST() local
954 const char *text = "<?xml version='1.0' standalone='no'?>\n" START_TEST() local
1015 const char *text START_TEST() local
1065 const char *text START_TEST() local
1110 const char *text START_TEST() local
1178 const char *text START_TEST() local
1227 const char *text START_TEST() local
1275 const char *text START_TEST() local
1315 const char *text START_TEST() local
1355 const char *text = "<!DOCTYPE doc [\n" START_TEST() local
1391 const char *text = "<!DOCTYPE doc [\n" START_TEST() local
1429 const char *text = "<doc></doc>\n" START_TEST() local
1455 const char *text = "<doc></doc>\n" START_TEST() local
1481 const char *text START_TEST() local
1522 const char *text = "<doc a=' '></doc>"; START_TEST() local
1543 const char *text = "<doc a='&amp;'></doc>"; START_TEST() local
1568 const char *text START_TEST() local
1612 const char *text START_TEST() local
1658 const char *text = "<!DOCTYPE doc SYSTEM 'http://example.org/one.ent'>\n" START_TEST() local
1695 const char *text = "<!DOCTYPE doc SYSTEM 'http://example.org/'>\n" START_TEST() local
1741 const char *text = "<!DOCTYPE doc SYSTEM 'http://example.org/'>\n" START_TEST() local
1787 const char *text = "<!DOCTYPE doc [\n" START_TEST() local
1822 const char *text = START_TEST() local
1861 const char *text = "<!DOCTYPE doc [\n" START_TEST() local
1913 const char *text START_TEST() local
1960 const char *text START_TEST() local
2008 const char *text START_TEST() local
2077 const char *const text = "<!DOCTYPE doc SYSTEM 'foo'><doc/>"; START_TEST() local
[all...]
H A Dnsalloc_tests.c79 const char *text = "<doc xmlns='http://example.org/'>\n" in START_TEST() local
109 const char *text = "<doc>Hello</doc>"; in START_TEST() local
177 const char *text in START_TEST() local
253 const char *text in START_TEST() local
313 const char *text in START_TEST() local
356 const char *text in START_TEST() local
442 const char *text = "<foo:e xmlns:foo='http://example.org/' bar:a='12'\n" in START_TEST() local
471 const char *text in START_TEST() local
545 const char *text in START_TEST() local
621 const char *text in START_TEST() local
[all …]
H A Dcommon.h108 # define expect_failure(text, errorCode, errorMessage) \ argument
117 # define run_character_check(text, expected) \ argument
123 # define run_attribute_check(text, expected) \ argument
136 # define run_ext_character_check(text, test_data, expected) \ argument
H A Dcommon.c222 _expect_failure(const char *text, enum XML_Error errorCode, in _expect_failure()
234 _run_character_check(const char *text, const XML_Char *expected, in _run_character_check()
248 _run_attribute_check(const char *text, const XML_Char *expected, in _run_attribute_check()
262 _run_ext_character_check(const char *text, ExtTest *test_data, in _run_ext_character_check()
H A Dhandlers.c509 const char *text = "<!ELEMENT doc (#PCDATA)*>"; in external_entity_resetter() local
568 const char *text = "<!ELEMENT doc (#PCDATA)*>"; in external_entity_suspender() local
604 const char *text = "<?xml version='1.0' encoding='us-ascii'?>"; in external_entity_suspend_xmldecl() local
696 const char *text = "\r"; in external_entity_cr_catcher() local
717 const char *text = "<tag>\r"; in external_entity_bad_cr_catcher() local
740 const char *text = "<tag>]"; in external_entity_rsqb_catcher() local
763 const char *text = "<a><![CDATA[<greeting>Hello, world!</greeting>]]></a>"; in external_entity_good_cdata_ascii() local
791 const char *text = "<!-- Subordinate parser -->\n" in external_entity_param_checker() local
817 const char *text = "<!ELEMENT doc (#PCDATA)*>"; in external_entity_ref_param_checker() local
883 const char *text = "<![IGNORE[<!ELEMENT e (#PCDATA)*>]]>"; in external_entity_load_ignore() local
[all …]
/freebsd/contrib/kyua/engine/
H A Datf_list_test.cpp122 const std::string text = ""; in ATF_TEST_CASE_BODY() local
133 const std::string text = in ATF_TEST_CASE_BODY() local
141 const std::string text = in ATF_TEST_CASE_BODY() local
149 const std::string text = in ATF_TEST_CASE_BODY() local
161 const std::string text = in ATF_TEST_CASE_BODY() local
172 const std::string text = in ATF_TEST_CASE_BODY() local
188 const std::string text = in ATF_TEST_CASE_BODY() local
210 const std::string text = in ATF_TEST_CASE_BODY() local
227 const std::string text = in ATF_TEST_CASE_BODY() local
240 const std::string text = in ATF_TEST_CASE_BODY() local
[all …]
/freebsd/contrib/dialog/samples/
H A Ddialog.py77 def setBackgroundTitle(self, text): argument
104 def yesno(self, text, height=10, width=30, title=''): argument
115 def msgbox(self, text, height=10, width=30, title=''): argument
124 def infobox(self, text, height=10, width=30): argument
129 def inputbox(self, text, height=10, width=30, init='', title=''): argument
153 def menu(self, text, height=15, width=54, list=[]): argument
172 def checklist(self, text, height=15, width=54, list=[], checked=None): argument
203 def radiolist(self, text, height=15, width=54, list=[], selected=0): argument
236 def scrollbox(self, text, height=20, width=60, title=''): argument
252 def gauge_start(self, perc=0, text='', height=8, width=54, title=''): argument
[all …]
/freebsd/contrib/bsddialog/lib/
H A Dmessagebox.c96 do_message(struct bsddialog_conf *conf, const char *text, int rows, int cols, in do_message()
198 bsddialog_msgbox(struct bsddialog_conf *conf, const char *text, int rows, in bsddialog_msgbox()
205 bsddialog_yesno(struct bsddialog_conf *conf, const char *text, int rows, in bsddialog_yesno()
212 bsddialog_infobox(struct bsddialog_conf *conf, const char *text, int rows, in bsddialog_infobox()
H A Dbarbox.c118 bsddialog_gauge(struct bsddialog_conf *conf, const char *text, int rows, in bsddialog_gauge()
262 do_mixedgauge(struct bsddialog_conf *conf, const char *text, int rows, int cols, in do_mixedgauge()
352 bsddialog_mixedgauge(struct bsddialog_conf *conf, const char *text, int rows, in bsddialog_mixedgauge()
365 bsddialog_progressview (struct bsddialog_conf *conf, const char *text, int rows, in bsddialog_progressview()
467 bsddialog_rangebox(struct bsddialog_conf *conf, const char *text, int rows, in bsddialog_rangebox()
620 bsddialog_pause(struct bsddialog_conf *conf, const char *text, int rows, in bsddialog_pause()
/freebsd/usr.bin/posixmqcontrol/
H A Dposixmqcontrol.c69 const char *text; member
107 parse_long(const char *text, long *capture, const char *knob, const char *name) in parse_long()
120 parse_unsigned(const char *text, bool *set, in parse_unsigned()
163 parse_block(const char *text) in parse_block()
190 parse_depth(const char *text) in parse_depth()
196 parse_group(const char *text) in parse_group()
210 parse_mode(const char *text) in parse_mode()
225 parse_priority(const char *text) in parse_priority()
267 parse_size(const char *text) in parse_size()
273 parse_user(const char *text) in parse_user()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
H A DObjectFileBreakpad.cpp30 std::optional<Header> Header::parse(llvm::StringRef text) { in parse()
69 auto text = toStringRef(data_sp->GetData()); in CreateInstance() local
96 auto text = toStringRef(data_sp->GetData()); in GetModuleSpecifications() local
133 llvm::StringRef text = toStringRef(m_data.GetData()); in CreateSections() local
/freebsd/contrib/netbsd-tests/lib/libc/string/
H A Dt_bm.c49 const char *text; member
76 char *text; in ATF_TC_BODY() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-diff/lib/
H A DDifferenceEngine.h65 void log(StringRef text) { in log()
68 LogBuilder logf(StringRef text) { in logf()
/freebsd/sbin/ipf/libipf/
H A Dinterror.c552 static char text[80]; in ipf_geterror() local
572 static char text[80]; in ipf_strerror() local
/freebsd/contrib/byacc/test/
H A Dgrammar.y133 typedef struct text { struct
134 char text[MAX_TEXT_SIZE]; /* source text */ member
151 char *text; /* source text */ member
167 char *text; /* source text */ member
203 Text text; member
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/i386/
H A Ddt_isadep.c86 uint8_t *text, fasttrap_probe_spec_t *ftp, const GElf_Sym *symp) in dt_pid_has_jump_table()
139 uint8_t *text; in dt_pid_create_return_probe() local
296 uint8_t *text; in dt_pid_create_offset_probe() local
375 uint8_t *text; in dt_pid_create_glob_offset_probes() local
/freebsd/contrib/byacc/test/yacc/
H A Derr_syntax12.tab.h1 #define text 456 macro
/freebsd/sys/contrib/openzfs/cmd/
H A Dzarcsummary504 def prt_1(text, value): argument
510 def prt_i1(text, value): argument
516 def prt_2(text, value1, value2): argument
523 def prt_i2(text, value1, value2): argument
/freebsd/contrib/byacc/test/btyacc/
H A Derr_syntax12.tab.h4 #define text 456 macro
/freebsd/contrib/llvm-project/clang/lib/Edit/
H A DEditedSource.cpp112 FileOffset Offs, StringRef text, in commitInsert()
179 StringRef text = getSourceText(BeginOffs, B, Invalid); in commitInsertFromRange() local
190 StringRef text = getSourceText(BeginOffs, EndOffs, Invalid); in commitInsertFromRange() local
339 unsigned &len, StringRef &text) { in adjustRemoval()
383 StringRef text, FileOffset offs, unsigned len, in applyRewrite()
/freebsd/contrib/kyua/utils/text/
H A Dregex_fwd.hpp36 namespace text { namespace
H A Dtemplates_fwd.hpp36 namespace text { namespace
H A Doperations.hpp40 namespace text { namespace

12345678910>>...12