Home
last modified time | relevance | path

Searched refs:text (Results 1 – 25 of 1830) sorted by relevance

12345678910>>...74

/freebsd-13.1/contrib/netbsd-tests/ipf/
H A Dt_nat_parse.sh40 test_case in1 intest text text
41 test_case in2 intest text text
42 test_case in3 intest text text
43 test_case in4 intest text text
44 test_case in5 intest text text
45 test_case in6 intest text text
46 test_case in7 intest text text
47 test_case in100 intest text text
48 test_case in101 intest text text
49 test_case in102 intest text text
[all …]
H A Dt_nat_exec.sh63 test_case n1 nattest text text
64 test_case n2 nattest text text
65 test_case n3 nattest text text
66 test_case n4 nattest text text
67 test_case n5 nattest text text
68 test_case n6 nattest text text
69 test_case n7 nattest text text
73 test_case n11 nattest text text
75 test_case n13 nattest text text
76 test_case n14 nattest text text
[all …]
H A Dt_pools.sh66 test_case f28 ptest text text
67 test_case f29 ptest text text
68 test_case p1 ptest text text
69 test_case p2 ptest text text
70 test_case p3 ptest text text
71 test_case p4 ptest text text
72 test_case p5 ptest text text
73 test_case p6 ptest text text
74 test_case p7 ptest text text
75 test_case p9 ptest text text
[all …]
H A Dt_filter_exec.sh111 test_case f1 dotest text text
112 test_case f2 dotest text text
113 test_case f3 dotest text text
114 test_case f4 dotest text text
115 test_case f5 dotest text text
116 test_case f6 dotest text text
117 test_case f7 dotest text text
118 test_case f8 dotest text text
119 test_case f9 dotest text text
125 test_case f15 mtest text text
[all …]
H A Dt_filter_parse.sh86 test_case i1 itest text ipf
87 test_case i2 itest text ipf
88 test_case i3 itest text ipf
89 test_case i4 itest text ipf
90 test_case i5 itest text ipf
91 test_case i6 itest text ipf
92 test_case i7 itest text ipf
93 test_case i8 itest text ipf
94 test_case i9 itest text ipf
95 test_case i10 itest text ipf
[all …]
/freebsd-13.1/contrib/kyua/utils/text/
H A Doperations_test.cpp40 namespace text = utils::text;
71 ATF_REQUIRE_EQ("", text::escape_xml("")); in ATF_TEST_CASE_BODY()
78 ATF_REQUIRE_EQ("a", text::escape_xml("a")); in ATF_TEST_CASE_BODY()
373 ATF_REQUIRE_THROW(text::value_error, text::to_type< int >("")); in ATF_TEST_CASE_BODY()
380 ATF_REQUIRE_THROW(text::value_error, text::to_type< bool >("")); in ATF_TEST_CASE_BODY()
381 ATF_REQUIRE_THROW(text::value_error, text::to_type< bool >("true ")); in ATF_TEST_CASE_BODY()
382 ATF_REQUIRE_THROW(text::value_error, text::to_type< bool >("foo")); in ATF_TEST_CASE_BODY()
389 ATF_REQUIRE_THROW(text::value_error, text::to_type< int >(" 3")); in ATF_TEST_CASE_BODY()
390 ATF_REQUIRE_THROW(text::value_error, text::to_type< int >("3 ")); in ATF_TEST_CASE_BODY()
391 ATF_REQUIRE_THROW(text::value_error, text::to_type< int >("3a")); in ATF_TEST_CASE_BODY()
[all …]
H A Dtable_test.cpp37 namespace text = utils::text;
76 text::table_row row1; in ATF_TEST_CASE_BODY()
79 text::table_row row2; in ATF_TEST_CASE_BODY()
83 text::table table(2); in ATF_TEST_CASE_BODY()
95 text::table_row row1; in ATF_TEST_CASE_BODY()
98 text::table_row row2; in ATF_TEST_CASE_BODY()
102 text::table table(2); in ATF_TEST_CASE_BODY()
114 text::table table(2); in ATF_TEST_CASE_BODY()
124 text::table_row row1; in ATF_TEST_CASE_BODY()
126 text::table_row row2; in ATF_TEST_CASE_BODY()
[all …]
H A Dtable.cpp39 namespace text = utils::text;
55 static text::widths_vector
171 refill_cell(const text::table_row& row, const text::widths_vector& widths, in refill_cell()
205 format_row(const text::table_row& row, const text::widths_vector& widths, in format_row()
210 std::vector< text::table_row > textual_rows(1, text::table_row(row.size())); in format_row()
275 const text::widths_vector&
311 text::table::const_iterator
321 text::table::const_iterator
356 text::table_formatter&
382 text::table_formatter&
[all …]
H A Dregex_test.cpp35 namespace text = utils::text;
41 const text::regex_matches matches = text::match_regex( in ATF_TEST_CASE_BODY()
51 const text::regex_matches matches = text::match_regex( in ATF_TEST_CASE_BODY()
62 const text::regex_matches matches = text::match_regex( in ATF_TEST_CASE_BODY()
74 const text::regex_matches matches = text::match_regex( in ATF_TEST_CASE_BODY()
87 const text::regex_matches matches = text::match_regex( in ATF_TEST_CASE_BODY()
99 const text::regex_matches matches = text::match_regex( in ATF_TEST_CASE_BODY()
112 const text::regex regex = text::regex::compile("number is ([0-9]+)", 1); in ATF_TEST_CASE_BODY()
135 const text::regex regex1 = text::regex::compile("foo", 0, false); in ATF_TEST_CASE_BODY()
144 const text::regex regex2 = text::regex::compile("foo", 0, true); in ATF_TEST_CASE_BODY()
[all …]
H A Dtemplates_test.cpp41 namespace text = utils::text;
93 text::templates_def templates; in ATF_TEST_CASE_BODY()
102 text::templates_def templates; in ATF_TEST_CASE_BODY()
112 text::templates_def templates; in ATF_TEST_CASE_BODY()
123 text::templates_def templates; in ATF_TEST_CASE_BODY()
132 text::templates_def templates; in ATF_TEST_CASE_BODY()
144 text::templates_def templates; in ATF_TEST_CASE_BODY()
165 text::templates_def templates; in ATF_TEST_CASE_BODY()
177 text::templates_def templates; in ATF_TEST_CASE_BODY()
189 text::templates_def templates; in ATF_TEST_CASE_BODY()
[all …]
/freebsd-13.1/contrib/file/magic/Magdir/
H A Dcommands50 !:mime text/x-nawk
52 !:mime text/x-nawk
54 !:mime text/x-nawk
56 !:mime text/x-gawk
58 !:mime text/x-gawk
60 !:mime text/x-gawk
63 !:mime text/x-awk
65 !:mime text/x-awk
135 !:mime text/x-php
137 !:mime text/x-php
[all …]
H A Dtex37 !:mime text/x-info
41 !:mime text/x-tex
44 !:mime text/x-tex
47 !:mime text/x-tex
50 !:mime text/x-tex
53 !:mime text/x-tex
56 !:mime text/x-tex
59 !:mime text/x-tex
62 !:mime text/x-tex
65 !:mime text/x-tex
[all …]
H A Dc-lang9 !:mime text/x-bcpl
11 !:mime text/x-bcpl
21 !:mime text/x-c
24 !:mime text/x-c
28 !:mime text/x-c
32 !:mime text/x-c
35 !:mime text/x-c
38 !:mime text/x-c
41 !:mime text/x-c
44 !:mime text/x-c
[all …]
H A Dsgml32 !:mime text/html
36 !:mime text/html
40 !:mime text/html
48 !:mime text/html
58 !:mime text/html
61 !:mime text/html
64 !:mime text/html
101 !:mime text/xml
104 !:mime text/xml
107 !:mime text/xml
[all …]
H A Dclojure7 !:mime text/x-clojure
9 !:mime text/x-clojure
11 !:mime text/x-clojure
13 !:mime text/x-clojure
15 !:mime text/x-clojure
17 !:mime text/x-clojure
19 !:mime text/x-clojure
21 !:mime text/x-clojure
24 !:mime text/x-clojure
27 !:mime text/x-clojure
[all …]
H A Dperl9 !:mime text/x-perl
11 !:mime text/x-perl
13 !:mime text/x-perl
15 !:mime text/x-perl
17 !:mime text/x-perl
19 !:mime text/x-perl
21 !:mime text/x-perl
23 !:mime text/x-perl
25 !:mime text/x-perl
27 !:mime text/x-perl
[all …]
H A Dassembler5 0 regex \^[\040\t]{0,50}\\.asciiz assembler source text
6 !:mime text/x-asm
7 0 regex \^[\040\t]{0,50}\\.byte assembler source text
8 !:mime text/x-asm
9 0 regex \^[\040\t]{0,50}\\.even assembler source text
10 !:mime text/x-asm
12 !:mime text/x-asm
13 0 regex \^[\040\t]{0,50}\\.text assembler source text
14 !:mime text/x-asm
16 !:mime text/x-asm
[all …]
/freebsd-13.1/contrib/byacc/test/yacc/
H A Dgrammar.tab.c1639 imply_typedef(yyval.text.text); in YYPARSE_DECL()
1645 imply_typedef(yyval.text.text); in YYPARSE_DECL()
1710 yyval.text = yystack.l_mark[0].text; in YYPARSE_DECL()
1727 …eclarator = new_declarator(yystack.l_mark[0].text.text, yystack.l_mark[0].text.text, yystack.l_mar… in YYPARSE_DECL()
1772 (void)sprintf(yyval.text.text, "*%.*s", TEXT_LEN, yystack.l_mark[0].text.text); in YYPARSE_DECL()
1779 …(void)sprintf(yyval.text.text, "*%.*s%.*s", TEXT_LEN, yystack.l_mark[-1].text.text, TEXT_LEN, yyst… in YYPARSE_DECL()
1786 strcpy(yyval.text.text, ""); in YYPARSE_DECL()
1801 …(void)sprintf(yyval.text.text, "%.*s%.*s ", TEXT_LEN, yystack.l_mark[-1].text.text, TEXT_LEN, yyst… in YYPARSE_DECL()
1867 yyval.text = yystack.l_mark[0].text; in YYPARSE_DECL()
1875 yyval.text = yystack.l_mark[0].text; in YYPARSE_DECL()
[all …]
/freebsd-13.1/contrib/expat/tests/
H A Druntests.c832 char text[] in START_TEST() local
2032 if (XML_Parse(g_parser, text, (int)strlen(text), XML_TRUE) in START_TEST()
2250 memcpy(buffer, text, sizeof(text) - 1); in START_TEST()
2733 if (XML_Parse(g_parser, text, (int)strlen(text), XML_TRUE) in START_TEST()
3031 if (XML_Parse(g_parser, text, (int)strlen(text), XML_TRUE) in START_TEST()
3047 if (XML_Parse(g_parser, text, (int)strlen(text), XML_TRUE) in START_TEST()
3876 memcpy(buffer, text, strlen(text)); in START_TEST()
3914 memcpy(buffer, text, strlen(text)); in START_TEST()
8492 memcpy(buffer, text, strlen(text)); in START_TEST()
8530 memcpy(buffer, text, strlen(text)); in external_entity_reallocator()
[all …]
/freebsd-13.1/contrib/byacc/test/
H A Dgrammar.y20 %token <text> '(' '*' '&'
133 typedef struct text { struct
203 Text text; member
563 free($1.text);
564 free($2.text);
794 $$ = new_declarator($1.text, $1.text, $1.begin);
832 (void)sprintf($$.text, "*%.*s", TEXT_LEN, $2.text);
837 (void)sprintf($$.text, "*%.*s%.*s", TEXT_LEN, $2.text, TEXT_LEN, $3.text);
854 (void)sprintf($$.text, "%s ", $1.text);
860 (void)sprintf($$.text, "%.*s%.*s ", TEXT_LEN, $1.text, TEXT_LEN, $2.text);
[all …]
/freebsd-13.1/cddl/contrib/opensolaris/lib/libdtrace/i386/
H A Ddt_isadep.c121 if ((text[i] == 0xff && DT_MODRM_REG(text[i + 1]) == 4) || in dt_pid_has_jump_table()
139 uint8_t *text; in dt_pid_create_return_probe() local
161 free(text); in dt_pid_create_return_probe()
192 if (text[i] == DT_LEAVE && text[i + 1] == DT_RET) { in dt_pid_create_return_probe()
197 text[i + 1] == DT_REP && text[i + 2] == DT_RET) { in dt_pid_create_return_probe()
271 free(text); in dt_pid_create_return_probe()
315 free(text); in dt_pid_create_offset_probe()
358 free(text); in dt_pid_create_offset_probe()
398 free(text); in dt_pid_create_glob_offset_probes()
407 free(text); in dt_pid_create_glob_offset_probes()
[all …]
/freebsd-13.1/cddl/contrib/opensolaris/lib/libdtrace/sparc/
H A Ddt_isadep.c76 uint32_t *text; in dt_pid_create_return_probe() local
87 free(text); in dt_pid_create_return_probe()
95 text[symp->st_size / 4] = 0; in dt_pid_create_return_probe()
122 free(text); in dt_pid_create_return_probe()
128 free(text); in dt_pid_create_return_probe()
196 switch (OP2(text[i])) { in dt_pid_create_return_probe()
202 baa = COND(text[i]) == 8 && A(text[i]); in dt_pid_create_return_probe()
209 baa = COND(text[i]) == 8 && A(text[i]); in dt_pid_create_return_probe()
224 baa = COND(text[i]) == 8 && A(text[i]); in dt_pid_create_return_probe()
231 baa = COND(text[i]) == 8 && A(text[i]); in dt_pid_create_return_probe()
[all …]
/freebsd-13.1/contrib/libxo/tests/core/saved/
H A Dtest_12.H.out1text color-fg-red color-bg-green">Merry XMas!!</div></div><div class="line"><div class="text">One …
H A Dtest_12.HP.out5 <div class="text">One </div>
7 <div class="text">, Two </div>
11 <div class="text">The </div>
13 <div class="text"> is </div>
15 <div class="text"> til </div>
19 <div class="text">My </div>
23 <div class="text"> til </div>
27 <div class="text">The </div>
29 <div class="text"> is </div>
35 <div class="text">My </div>
[all …]
/freebsd-13.1/contrib/byacc/test/btyacc/
H A Dgrammar.tab.c2366 imply_typedef(yyval.text.text); in YYPARSE_DECL()
2372 imply_typedef(yyval.text.text); in YYPARSE_DECL()
2437 yyval.text = yystack.l_mark[0].text; in YYPARSE_DECL()
2454 …eclarator = new_declarator(yystack.l_mark[0].text.text, yystack.l_mark[0].text.text, yystack.l_mar… in YYPARSE_DECL()
2499 (void)sprintf(yyval.text.text, "*%.*s", TEXT_LEN, yystack.l_mark[0].text.text); in YYPARSE_DECL()
2506 …(void)sprintf(yyval.text.text, "*%.*s%.*s", TEXT_LEN, yystack.l_mark[-1].text.text, TEXT_LEN, yyst… in YYPARSE_DECL()
2513 strcpy(yyval.text.text, ""); in YYPARSE_DECL()
2528 …(void)sprintf(yyval.text.text, "%.*s%.*s ", TEXT_LEN, yystack.l_mark[-1].text.text, TEXT_LEN, yyst… in YYPARSE_DECL()
2594 yyval.text = yystack.l_mark[0].text; in YYPARSE_DECL()
2602 yyval.text = yystack.l_mark[0].text; in YYPARSE_DECL()
[all …]

12345678910>>...74