Searched refs:text (Results 76 - 100 of 1156) sorted by relevance

1234567891011>>

/freebsd-current/sys/dev/hyperv/vmbus/amd64/
H A Dvmbus_vector.S37 .text
/freebsd-current/contrib/libxo/xohtml/
H A Dxohtml.js29 text: function () {
36 $(this).text("hide xpath");
39 $(this).text("show xpath");
/freebsd-current/usr.bin/posixmqcontrol/
H A Dposixmqcontrol.c69 const char *text; member in struct:element
107 parse_long(const char *text, long *capture, const char *knob, const char *name) argument
110 long value = strtol(text, &cursor, 10);
112 if (cursor > text && *cursor == 0) {
115 warnx("%s %s invalid format [%s].", knob, name, text);
120 parse_unsigned(const char *text, bool *set, argument
124 unsigned value = strtoul(text, &cursor, 8);
126 if (cursor > text && *cursor == 0) {
130 warnx("%s %s format [%s] ignored.", knob, name, text);
163 parse_block(const char *text) argument
190 parse_depth(const char *text) argument
196 parse_group(const char *text) argument
210 parse_mode(const char *text) argument
225 parse_priority(const char *text) argument
267 parse_size(const char *text) argument
273 parse_user(const char *text) argument
638 char *text = malloc(actual.mq_msgsize + 1); local
661 send(const char *queue, const char *text, unsigned q_priority) argument
[all...]
/freebsd-current/contrib/kyua/engine/
H A Datf_list_test.cpp65 properties["descr"] = "Some text";
94 .set_description("Some text")
108 properties["foobar"] = "Some text";
118 const std::string text = ""; local
119 std::istringstream input(text);
129 const std::string text = local
131 std::istringstream input(text);
137 const std::string text = local
139 std::istringstream input(text);
145 const std::string text local
157 const std::string text = local
168 const std::string text = local
184 const std::string text = local
206 const std::string text = local
223 const std::string text = local
236 const std::string text = local
[all...]
/freebsd-current/contrib/ncurses/ncurses/base/
H A Dlib_hline.c73 if (start > 0 && isWidecExt(line->text[start])) {
74 SetChar2(line->text[start - 1], ' ');
76 if (end < win->_maxx && isWidecExt(line->text[end + 1])) {
77 SetChar2(line->text[end + 1], ' ');
81 line->text[end] = wch;
H A Dlib_vline.c73 if (col > 0 && isWidecExt(line->text[col])) {
74 SetChar2(line->text[col - 1], ' ');
76 if (col < win->_maxx && isWidecExt(line->text[col + 1])) {
77 SetChar2(line->text[col + 1], ' ');
80 line->text[col] = wch;
H A Dlib_box.c111 SetChar2(win->_line[0].text[i], wts);
112 SetChar2(win->_line[endy].text[i], wbs);
119 if (endx > 0 && isWidecExt(win->_line[i].text[endx])) {
120 SetChar2(win->_line[i].text[endx - 1], ' ');
123 SetChar2(win->_line[i].text[0], wls);
124 SetChar2(win->_line[i].text[endx], wrs);
128 if (isWidecExt(win->_line[i].text[1])) {
129 SetChar2(win->_line[i].text[1], ' ');
133 SetChar2(win->_line[0].text[0], wtl);
134 SetChar2(win->_line[0].text[end
[all...]
/freebsd-current/contrib/ncurses/ncurses/widechar/
H A Dlib_inwstr.c49 cchar_t *text; local
60 text = win->_line[row].text;
63 if (!isWidecExt(text[col])) {
68 && ((wch = text[col].chars[inx]) != 0);
/freebsd-current/crypto/openssl/test/
H A Dcmp_status_test.c18 const char *text; /* Not freed by tear_down */ member in struct:test_fixture
50 fixture->text)))
61 || !TEST_mem_eq(fixture->text, strlen(fixture->text),
85 fixture->text = "this is an additional text describing the failure";
H A Dmdc2test.c52 static char text[] = "Now is the time for all "; local
53 size_t tlen = strlen(text), i = 0;
63 ebcdic2ascii(text, text, tlen);
69 || !TEST_true(EVP_DigestUpdate(c, (unsigned char *)text, tlen))
76 || !TEST_true(EVP_DigestUpdate(c, (unsigned char *)text, tlen))
/freebsd-current/contrib/kyua/cli/
H A Dcmd_help.cpp44 #include "utils/text/table.hpp"
48 namespace text = utils::text;
61 static text::table
64 text::table table(2);
74 text::table_row row;
108 const text::table options_table = options_help(*options);
109 text::widths_vector::value_type first_width =
112 std::map< std::string, text::table > command_tables;
119 command_tables.insert(std::map< std::string, text
[all...]
/freebsd-current/contrib/byacc/test/btyacc/
H A Dgrammar.tab.c182 /* Source file text */
183 typedef struct text { struct
184 char text[MAX_TEXT_SIZE]; /* source text */ member in struct:text
201 char *text; /* source text */ member in struct:decl_spec
217 char *text; /* source text */ member in struct:_Declarator
253 Text text; member in union:__anon65
2119 if (strcmp(yystack.l_mark[0].declarator->text, yystac
[all...]
/freebsd-current/contrib/llvm-project/clang/include/clang/Edit/
H A DCommit.h70 bool insert(SourceLocation loc, StringRef text, bool afterToken = false,
73 bool insertAfterToken(SourceLocation loc, StringRef text, argument
75 return insert(loc, text, /*afterToken=*/true, beforePreviousInsertions);
78 bool insertBefore(SourceLocation loc, StringRef text) { argument
79 return insert(loc, text, /*afterToken=*/false,
90 bool replace(CharSourceRange range, StringRef text);
92 bool replaceText(SourceLocation loc, StringRef text,
110 bool replace(SourceRange TokenRange, StringRef text) { argument
111 return replace(CharSourceRange::getTokenRange(TokenRange), text);
126 FileOffset Offs, StringRef text, boo
[all...]
/freebsd-current/contrib/kyua/utils/fs/
H A Ddirectory.cpp45 #include "utils/text/operations.ipp"
49 namespace text = utils::text;
105 output << F("directory_entry{name=%s}") % text::quote(entry.name, '\'');
/freebsd-current/contrib/kyua/integration/helpers/
H A Ddump_env.cpp40 #include "utils/text/operations.ipp"
42 namespace text = utils::text;
59 const std::vector< std::string > value = text::split(
/freebsd-current/contrib/netbsd-tests/dev/fss/
H A Dt_fss.sh50 echo "${orig_data}" > ./m1/text
59 echo "${repl_data}" > ./m1/text || abort
63 read test_data < ./m2/text
/freebsd-current/contrib/netbsd-tests/ipf/
H A Dt_bpf.sh61 broken_test_case bpf1 itest text ipf
62 broken_test_case bpf_f1 bpftest text text
/freebsd-current/lib/libsys/powerpc/
H A DSYS.h38 .text; \
51 .text; \
59 .text; \
/freebsd-current/lib/libsys/powerpc64/
H A DSYS.h38 .text; \
59 .text; \
67 .text; \
/freebsd-current/contrib/expat/tests/
H A Dcommon.c213 _expect_failure(const char *text, enum XML_Error errorCode, argument
215 if (_XML_Parse_SINGLE_BYTES(g_parser, text, (int)strlen(text), XML_TRUE)
249 _run_character_check(const char *text, const XML_Char *expected, argument
256 if (_XML_Parse_SINGLE_BYTES(g_parser, text, (int)strlen(text), XML_TRUE)
263 _run_attribute_check(const char *text, const XML_Char *expected, argument
270 if (_XML_Parse_SINGLE_BYTES(g_parser, text, (int)strlen(text), XML_TRUE)
283 _run_ext_character_check(const char *text, ExtTes argument
[all...]
/freebsd-current/contrib/netbsd-tests/crypto/opencrypto/
H A Dh_comp_zlib.c39 char text[10000] = {0}; variable
62 co1.len = sizeof(text);
63 co1.src = text;
87 if (z.total_out != sizeof(text))
89 if (memcmp(buf2, text, sizeof(text)))
/freebsd-current/sys/contrib/openzfs/lib/libspl/include/os/freebsd/sys/ia32/
H A Dasm_linkage.h42 #define SECTION_TEXT .text
132 .text; \
138 .text; \
144 .text; \
157 .text; \
164 .text; \
/freebsd-current/sys/contrib/openzfs/include/os/freebsd/spl/sys/ia32/
H A Dasm_linkage.h38 #define SECTION_TEXT .text
129 .text; \
135 .text; \
141 .text; \
150 .text; \
157 .text; \
/freebsd-current/contrib/kyua/utils/text/
H A Dtemplates.cpp29 #include "utils/text/templates.hpp"
40 #include "utils/text/exceptions.hpp"
41 #include "utils/text/operations.ipp"
43 namespace text = utils::text;
174 /// \throw text::syntax_error If the statement is not correctly defined.
181 const std::vector< std::string > words = text::split(line, ' ');
183 throw text::syntax_error("Empty statement");
187 throw text::syntax_error(F("Unknown statement '%s'") % words[0]);
191 throw text
[all...]
/freebsd-current/contrib/kyua/utils/cmdline/
H A Dui.hpp41 #include "utils/text/table_fwd.hpp"
66 void out_table(const utils::text::table&, utils::text::table_formatter,

Completed in 207 milliseconds

1234567891011>>