/freebsd/contrib/expat/tests/ |
H A D | basic_tests.c | 83 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 D | ns_tests.c | 69 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 D | alloc_tests.c | 78 const char *text = "<?xml version='1.0' encoding='utf-8'?>\n" in START_TEST() local 108 const char *text in START_TEST() local 152 const char *text = "<?xml version='1.0' encoding='utf-8'?>\n" in START_TEST() local 178 const char *text = "<?xml version='1.0' encoding='utf-8'?>\n" in START_TEST() local 204 const char *text in START_TEST() local 245 const char *text = "<?xml version='1.0' encoding='utf-8'?>\n" in START_TEST() local 269 const char *text = "<?xml version='1.0' encoding='utf-8'?>\n" in START_TEST() local 298 const char *text = "<?xml version='1.0' encoding='us-ascii'?>\n" in START_TEST() local 315 const char *text = "<?xml version='1.0' encoding='us-ascii'?>\n" in START_TEST() local 345 const char *text = "<?xml version='1.0'?>\n" in START_TEST() local [all …]
|
H A D | nsalloc_tests.c | 79 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 466 const char *text in START_TEST() local 540 const char *text in START_TEST() local 616 const char *text in START_TEST() local [all …]
|
H A D | common.h | 108 # 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 D | common.c | 222 _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 D | handlers.c | 509 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 D | atf_list_test.cpp | 122 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 D | dialog.py | 77 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 D | messagebox.c | 96 do_message(struct bsddialog_conf *conf, const char *text, int rows, int cols, in do_message() argument 193 bsddialog_msgbox(struct bsddialog_conf * conf,const char * text,int rows,int cols) bsddialog_msgbox() argument 200 bsddialog_yesno(struct bsddialog_conf * conf,const char * text,int rows,int cols) bsddialog_yesno() argument 207 bsddialog_infobox(struct bsddialog_conf * conf,const char * text,int rows,int cols) bsddialog_infobox() argument [all...] |
H A D | barbox.c | 118 bsddialog_gauge(struct bsddialog_conf *conf, const char *text, int rows, in bsddialog_gauge() argument 210 do_mixedgauge(struct bsddialog_conf * conf,const char * text,int rows,int cols,unsigned int mainperc,unsigned int nminibars,const char ** minilabels,int * minipercs,bool color) do_mixedgauge() argument 308 bsddialog_mixedgauge(struct bsddialog_conf * conf,const char * text,int rows,int cols,unsigned int mainperc,unsigned int nminibars,const char ** minilabels,int * minipercs) bsddialog_mixedgauge() argument 321 bsddialog_progressview(struct bsddialog_conf * conf,const char * text,int rows,int cols,struct bsddialog_progviewconf * pvconf,unsigned int nminibar,struct bsddialog_fileminibar * minibar) bsddialog_progressview() argument 422 bsddialog_rangebox(struct bsddialog_conf * conf,const char * text,int rows,int cols,int min,int max,int * value) bsddialog_rangebox() argument 570 bsddialog_pause(struct bsddialog_conf * conf,const char * text,int rows,int cols,unsigned int * seconds) bsddialog_pause() argument [all...] |
/freebsd/usr.bin/posixmqcontrol/ |
H A D | posixmqcontrol.c | 69 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 D | ObjectFileBreakpad.cpp | 30 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 D | t_bm.c | 49 const char *text; member 76 char *text; in ATF_TC_BODY() local
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-diff/lib/ |
H A D | DifferenceEngine.h | 65 void log(StringRef text) { in log() 68 LogBuilder logf(StringRef text) { in logf()
|
/freebsd/sbin/ipf/libipf/ |
H A D | interror.c | 550 static char text[80]; in ipf_geterror() local 570 static char text[80]; in ipf_strerror() local
|
/freebsd/contrib/byacc/test/ |
H A D | grammar.y | 133 typedef struct text { struct 134 char text[MAX_TEXT_SIZE]; /* source text */ member 151 char *text; /* source text */ argument 167 char *text; /* source text */ member 203 Text text; member
|
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/i386/ |
H A D | dt_isadep.c | 86 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/sys/contrib/openzfs/cmd/ |
H A D | arc_summary | 504 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/yacc/ |
H A D | err_syntax12.tab.h | 1 #define text 456 macro
|
/freebsd/contrib/llvm-project/clang/lib/Edit/ |
H A D | EditedSource.cpp | 112 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/byacc/test/btyacc/ |
H A D | err_syntax12.tab.h | 4 #define text 456 macro
|
/freebsd/lib/libc/tests/gen/ |
H A D | fmtmsg_test.c | 46 const char *text; member 158 const char *text, const char *action, const char *tag) in run_test()
|
/freebsd/contrib/ntp/libntp/lib/isc/ |
H A D | result.c | 37 const char ** text; member 43 static const char *text[ISC_R_NRESULTS] = { variable
|
/freebsd/contrib/kyua/utils/text/ |
H A D | regex_fwd.hpp | 36 namespace text { namespace
|