Home
last modified time | relevance | path

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

12345678910>>...172

/netbsd-src/external/mit/libcbor/dist/docs/doxygen/
H A Dmenudata.js2 {text:'Main Page',url:'index.html'}, property
3 {text:'Data Structures',url:'annotated.html',children:[ property
4 {text:'Data Structures',url:'annotated.html'}, property
5 {text:'Data Structure Index',url:'classes.html'}, property
6 {text:'Data Fields',url:'functions.html',children:[ property
7 {text:'All',url:'functions.html',children:[ property
8 {text:'a',url:'functions.html#index_a'}, property
9 {text:'b',url:'functions.html#index_b'}, property
10 {text:'c',url:'functions.html#index_c'}, property
11 {text:'d',url:'functions.html#index_d'}, property
[all …]
/netbsd-src/distrib/sets/lists/text/
H A Dmi5 ./etc/mtree/set.text text-sys-root
6 ./usr/bin/addftinfo text-groff-bin groff
7 ./usr/bin/checknr text-groff-bin
8 ./usr/bin/eqn text-groff-bin groff
9 ./usr/bin/gdiffmk text-groff-bin groff
10 ./usr/bin/grn text-groff-bin groff
11 ./usr/bin/grodvi text-groff-bin groff
12 ./usr/bin/groff text-groff-bin groff
13 ./usr/bin/grog text-groff-bin groff
14 ./usr/bin/grohtml text-obsolete obsolete
[all …]
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DEmsg.cc42 text = strdup (i18n_text); in Emsg()
51 text = sb.toString (); in Emsg()
96 text = dbe_sprintf (GTXT ("%s: No error"), type); in Emsg()
99 text = dbe_sprintf (GTXT ("%s: Data argument too long"), type); in Emsg()
102 text = dbe_sprintf (GTXT ("%s: Bad experiment directory name"), type); in Emsg()
105 text = dbe_sprintf (GTXT ("%s: Data argument format error `%s'"), type, par); in Emsg()
108 text = dbe_sprintf (GTXT ("%s: [UNUSED] Bad clock-profiling argument"), type); in Emsg()
111 text = dbe_sprintf (GTXT ("%s: [UNUSED] Bad synchronization tracing argument"), type); in Emsg()
114 text = dbe_sprintf (GTXT ("%s: Bad hardware counter profiling argument"), type); in Emsg()
117text = dbe_sprintf (GTXT ("%s: Experiment directory is not writeable; check umask and permissions"… in Emsg()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DEmsg.cc42 text = strdup (i18n_text); in Emsg()
51 text = sb.toString (); in Emsg()
96 text = dbe_sprintf (GTXT ("%s: No error"), type); in Emsg()
99 text = dbe_sprintf (GTXT ("%s: Data argument too long"), type); in Emsg()
102 text = dbe_sprintf (GTXT ("%s: Bad experiment directory name"), type); in Emsg()
105 text = dbe_sprintf (GTXT ("%s: Data argument format error `%s'"), type, par); in Emsg()
108 text = dbe_sprintf (GTXT ("%s: [UNUSED] Bad clock-profiling argument"), type); in Emsg()
111 text = dbe_sprintf (GTXT ("%s: [UNUSED] Bad synchronization tracing argument"), type); in Emsg()
114 text = dbe_sprintf (GTXT ("%s: Bad hardware counter profiling argument"), type); in Emsg()
117text = dbe_sprintf (GTXT ("%s: Experiment directory is not writeable; check umask and permissions"… in Emsg()
[all …]
/netbsd-src/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_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
120 test_case f10 dotest 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 …]
/netbsd-src/external/bsd/kyua-cli/dist/utils/text/
H A Dtable_test.cpp37 namespace text = utils::text;
57 const text::table_formatter& formatter, in table_formatter_check()
58 const text::table& table) in table_formatter_check()
60 ATF_REQUIRE_EQ(expected, text::join(formatter.format(table), "\n") + "\n"); in table_formatter_check()
68 ATF_REQUIRE_EQ(5, text::table(5).ncolumns()); in ATF_TEST_CASE_BODY()
69 ATF_REQUIRE_EQ(10, text::table(10).ncolumns()); in ATF_TEST_CASE_BODY()
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()
[all …]
H A Doperations_test.cpp40 namespace text = utils::text;
57 const std::vector< std::string > lines = text::split(expected, '\n'); in refill_test()
59 ATF_REQUIRE_EQ(expected, text::refill_as_string(input, width)); in refill_test()
60 ATF_REQUIRE(lines == text::refill(input, width)); in refill_test()
71 ATF_REQUIRE_EQ("''", text::quote("", '\'')); in ATF_TEST_CASE_BODY()
72 ATF_REQUIRE_EQ("##", text::quote("", '#')); in ATF_TEST_CASE_BODY()
79 ATF_REQUIRE_EQ("'Some text\"'", text::quote("Some text\"", '\'')); in ATF_TEST_CASE_BODY()
80 ATF_REQUIRE_EQ("#Another'string#", text::quote("Another'string", '#')); in ATF_TEST_CASE_BODY()
87 ATF_REQUIRE_EQ("'Some\\'text'", text::quote("Some'text", '\'')); in ATF_TEST_CASE_BODY()
88 ATF_REQUIRE_EQ("#Some\\#text#", text::quote("Some#text", '#')); in ATF_TEST_CASE_BODY()
[all …]
H A Dtable.cpp39 namespace text = utils::text;
55 static text::widths_vector
56 override_column_widths(const text::table& table, in override_column_widths()
57 const text::widths_vector& user_widths) in override_column_widths()
60 text::widths_vector widths = table.column_widths(); in override_column_widths()
63 for (text::widths_vector::size_type i = 0; i < user_widths.size(); ++i) { in override_column_widths()
64 const text::widths_vector::value_type& user_width = user_widths[i]; in override_column_widths()
65 if (user_width != text::table_formatter::width_auto) { in override_column_widths()
66 PRE_MSG(user_width == text::table_formatter::width_refill || in override_column_widths()
86 static text::widths_vector::size_type
[all …]
H A Dtemplates_test.cpp41 namespace text = utils::text;
56 do_test_ok(const text::templates_def& templates, const std::string& input_str, in do_test_ok()
62 text::instantiate(templates, input, output); in do_test_ok()
76 do_test_fail(const text::templates_def& templates, const std::string& input_str, in do_test_fail()
82 ATF_REQUIRE_THROW_RE(text::syntax_error, exp_message, in do_test_fail()
83 text::instantiate(templates, input, output)); in do_test_fail()
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()
116 ATF_REQUIRE_THROW(text::syntax_error, templates.get_variable("the-name")); in ATF_TEST_CASE_BODY()
[all …]
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Dcommands6 #0 string/w : shell archive or script for antique kernel text
7 0 string/fwt #!\ /bin/sh POSIX shell script text executable
8 !:mime text/x-shellscript
10 !:mime text/x-shellscript
14 0 string/fwt #!\ /bin/csh C shell script text executable
15 !:mime text/x-shellscript
18 0 string/fwt #!\ /bin/ksh Korn shell script text executable
19 !:mime text/x-shellscript
21 !:mime text/x-shellscript
23 0 string/fwt #!\ /bin/tcsh Tenex C shell script text executable
[all …]
H A Dtex10 # Although we may know the offset of certain text fields in TeX DVI
22 0 search/1 This\ is\ TeX, TeX transcript text
23 0 search/1 This\ is\ METAFONT, METAFONT transcript text
36 0 search/1 \\input\ texinfo Texinfo source text
37 !:mime text/x-texinfo
38 0 search/1 This\ is\ Info\ file GNU Info text
39 !:mime text/x-info
42 0 search/4096 \\input TeX document text
43 !:mime text/x-tex
45 0 search/4096 \\begin LaTeX document text
[all …]
H A Dsgml20 >>19 search/4096 \<urlset XML Sitemap document text
32 >19 search/4096/cWbt \<!doctype\ html XHTML document text
34 !:mime text/html
36 >19 search/4096/cWbt \<!doctype\ html XHTML document text
38 !:mime text/html
40 >19 search/4096/cWbt \<html broken XHTML document text
42 !:mime text/html
49 0 search/4096/cWt \<!doctype\ html HTML document text
50 !:mime text/html
54 0 string/cWt \<!doctype\ html HTML document text
[all …]
H A Dc-lang8 0 search/8192 "libhdr" BCPL source text
9 !:mime text/x-bcpl
10 0 search/8192 "LIBHDR" BCPL source text
11 !:mime text/x-bcpl
19 >>&0 clear x source text
21 !:mime text/x-c
23 >0 regex \^#[[:space:]]*pragma C source text
24 !:mime text/x-c
27 >>&0 regex \^#[[:space:]]*endif$ C source text
28 !:mime text/x-c
[all …]
H A Dclojure6 0 string/w #!\ /usr/bin/clj Clojure script text executable
7 !:mime text/x-clojure
8 0 string/w #!\ /usr/local/bin/clj Clojure script text executable
9 !:mime text/x-clojure
10 0 string/w #!\ /usr/bin/clojure Clojure script text executable
11 !:mime text/x-clojure
12 0 string/w #!\ /usr/local/bin/clojure Clojure script text executable
13 !:mime text/x-clojure
14 0 string/W #!/usr/bin/env\ clj Clojure script text executable
15 !:mime text/x-clojure
[all …]
/netbsd-src/external/mit/expat/dist/tests/
H A Druntests.c167 _expect_failure(const char *text, enum XML_Error errorCode, in _expect_failure() argument
169 if (_XML_Parse_SINGLE_BYTES(g_parser, text, (int)strlen(text), XML_TRUE) in _expect_failure()
178 #define expect_failure(text, errorCode, errorMessage) \ argument
179 _expect_failure((text), (errorCode), (errorMessage), __FILE__, __LINE__)
482 char text[] = "<doc>\0</doc>"; in START_TEST() local
485 if (_XML_Parse_SINGLE_BYTES(g_parser, text, sizeof(text) - 1, XML_TRUE) in START_TEST()
537 const char *text = "\357\273\277<e/>"; in START_TEST() local
539 if (_XML_Parse_SINGLE_BYTES(g_parser, text, (int)strlen(text), XML_TRUE) in START_TEST()
546 char text[] = "\376\377\0<\0e\0/\0>"; in START_TEST() local
548 if (_XML_Parse_SINGLE_BYTES(g_parser, text, sizeof(text) - 1, XML_TRUE) in START_TEST()
[all …]
/netbsd-src/external/bsd/byacc/dist/test/
H A Dgrammar.y22 %token <text> '(' '*' '&'
78 %type <text> struct_or_union pointer opt_type_qualifiers type_qualifier_list
80 %type <text> enumeration
135 typedef struct text { struct
136 char text[MAX_TEXT_SIZE]; /* source text */ member
153 char *text; /* source text */ member
169 char *text; /* source text */ member
205 Text text; member
468 if (strcmp($1->text, $1->name) != 0)
477 if (strcmp($3->text, $3->name) != 0)
[all …]
/netbsd-src/external/cddl/osnet/dist/lib/libdtrace/i386/
H A Ddt_isadep.c87 uint8_t *text, fasttrap_probe_spec_t *ftp, const GElf_Sym *symp) in dt_pid_has_jump_table() argument
105 size = dt_instr_size(&text[i], dtp, pid, symp->st_value + i, in dt_pid_has_jump_table()
122 if ((text[i] == 0xff && DT_MODRM_REG(text[i + 1]) == 4) || in dt_pid_has_jump_table()
123 (dmodel == PR_MODEL_LP64 && (text[i] & 0xf0) == 0x40 && in dt_pid_has_jump_table()
124 text[i + 1] == 0xff && DT_MODRM_REG(text[i + 2]) == 4)) { in dt_pid_has_jump_table()
140 uint8_t *text; in dt_pid_create_return_probe() local
155 if ((text = calloc(1, symp->st_size + 4)) == NULL) { in dt_pid_create_return_probe()
160 if (Pread(P, text, symp->st_size, symp->st_value) != symp->st_size) { in dt_pid_create_return_probe()
162 free(text); in dt_pid_create_return_probe()
184 if (dt_pid_has_jump_table(P, dtp, text, ftp, symp)) { in dt_pid_create_return_probe()
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/t/
H A Dbasic.t55 my $text = $template->fill_in('package' => 'X');
56 is $text, $resultX;
59 $text = $template->fill_in('package' => 'Y');
60 is $text, $resultY;
63 $text = Text::Template->fill_this_in($template_1, 'package' => 'X');
64 is $text, $resultX;
73 $text = $template->fill_in('package' => 'X');
74 is $text, $resultX;
77 $text = $template->fill_in('package' => 'Y');
78 is $text, $resultY;
[all …]
/netbsd-src/external/cddl/osnet/dist/lib/libdtrace/sparc/
H A Ddt_isadep.c76 uint32_t *text; in dt_pid_create_return_probe() local
80 if ((text = malloc(symp->st_size + 4)) == NULL) { in dt_pid_create_return_probe()
85 if (Pread(P, text, symp->st_size, symp->st_value) != symp->st_size) { in dt_pid_create_return_probe()
87 free(text); in dt_pid_create_return_probe()
95 text[symp->st_size / 4] = 0; in dt_pid_create_return_probe()
108 while (text[i] == FASTTRAP_INSTR) { in dt_pid_create_return_probe()
118 if (Pread(P, &text[i], 4, in dt_pid_create_return_probe()
122 free(text); in dt_pid_create_return_probe()
128 free(text); in dt_pid_create_return_probe()
134 text[i] = instr.ftiq_instr; in dt_pid_create_return_probe()
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/dist/external/perl/Text-Template-1.46/t/
H A D01-basic.t47 $text = $template->fill_in('package' => X);
48 if ($text eq $resultX) {
56 $text = $template->fill_in('package' => Y);
57 if ($text eq $resultY) {
67 $text = Text::Template->fill_this_in( $template_1, 'package' => X);
68 if ($text eq $resultX) {
87 $text = $template->fill_in('package' => X);
88 if ($text eq $resultX) {
96 $text = $template->fill_in('package' => Y);
97 if ($text eq $resultY) {
[all …]
/netbsd-src/external/ibm-public/postfix/dist/mantools/
H A Dxpostconf41 $param_text{$name} = $text;
43 printf "saving entry %s %.20s..\n", $name, $text;
46 $class_text{$name} = $text;
48 printf "saving class %s %.20s..\n", $name, $text;
61 next if /^#/ && $text eq "";
68 if ($name && $text) {
74 $name = $text = "";
80 $text .= $_;
82 ($junk, $name, $junk) = split(/\s+/, $text, 3);
88 $text .= $_;
[all …]
/netbsd-src/crypto/external/bsd/heimdal/dist/tests/db/
H A Dloaddump-db.in80 ${kadmin} load ${srcdir}/text-dump-0.7 || exit 1
84 ${kadmin} dump | sort | sed 's/[0-9]* -$//' > out-text-dump-0.7 || exit 1
85 sort < ${srcdir}/text-dump-0.7 | \
86 sed 's/[0-9]*$//' > out-text-dump-0.7-orig || exit 1
87 cmp out-text-dump-0.7-orig out-text-dump-0.7 || exit 1
90 ${kadmin} load ${srcdir}/text-dump-no-ext || exit 1
94 awk '{$11=""; print;}' > out-text-dump-no-ext || exit 1
95 sort < ${srcdir}/text-dump-no-ext | \
96 awk '{$11=""; print;}' > out-text-dump-no-ext-orig || exit 1
97 cmp out-text-dump-no-ext-orig out-text-dump-no-ext || exit 1
[all …]

12345678910>>...172