Searched refs:text (Results 176 - 200 of 968) sorted by relevance

1234567891011>>

/freebsd-13-stable/stand/mips/uboot/
H A Dstart.S31 .text
/freebsd-13-stable/contrib/kyua/cli/
H A Dcommon.cpp360 std::string text; local
363 case model::test_result_broken: text = "broken"; break;
364 case model::test_result_expected_failure: text = "expected_failure"; break;
365 case model::test_result_failed: text = "failed"; break;
366 case model::test_result_passed: text = "passed"; break;
367 case model::test_result_skipped: text = "skipped"; break;
369 INV(!text.empty());
372 text += ": " + result.reason();
374 return text;
H A Dcmd_report_html.cpp57 #include "utils/text/templates.hpp"
64 namespace text = utils::text;
130 add_map(text::templates_def& templates, const config::properties_map& props,
166 text::templates_def _summary_templates;
174 static text::templates_def
177 text::templates_def templates;
248 /// \throw text::error If there is any problem applying the templates.
250 generate(const text::templates_def& templates,
260 text
[all...]
/freebsd-13-stable/contrib/ncurses/ncurses/base/
H A Dlib_pad.c66 if ((win->_line[i].text = typeCalloc(NCURSES_CH_T, ((size_t) c))) == 0) {
70 for (ptr = win->_line[i].text; ptr < win->_line[i].text + c; ptr++)
231 NCURSES_CH_T ch = oline->text[j];
240 SetChar(ch, L(' '), AttrOf(oline->text[j - 1]));
243 if (!CharEq(ch, nline->text[n])) {
244 nline->text[n] = ch;
260 if (pline->text[j] != nline->text[j]
261 || pline->text[
[all...]
H A Dlib_redrawln.c78 len *= sizeof(CurScreen(sp)->_line[0].text[0]);
83 memset(CurScreen(sp)->_line[crow].text + win->_begx, 0, len);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/builtins/i386/
H A Dashrdi3.S12 .text
49 .text
H A Dchkstk.S13 .text
H A Dchkstk2.S14 .text
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/builtins/x86_64/
H A Dchkstk.S18 .text
H A Dchkstk2.S14 .text
/freebsd-13-stable/contrib/mandoc/
H A Deqn_term.c80 (*bp->prev->text == '\\' ||
81 isalpha((unsigned char)*bp->prev->text))))))
89 /* Handle Fonts and text. */
94 if (bp->text != NULL) {
95 if (strchr("!\"'),.:;?]}", *bp->text) != NULL)
97 term_word(p, bp->text);
98 if ((cp = strchr(bp->text, '\0')) > bp->text &&
101 (cp >= bp->text + 5 &&
/freebsd-13-stable/sys/libkern/arm/
H A Dffs.S69 .text;
/freebsd-13-stable/sys/amd64/include/
H A Dasm.h60 #define _START_ENTRY .text; .p2align 4,0x90
103 #define RCSID(x) .text; .asciz x
/freebsd-13-stable/share/examples/ppp/
H A Dchap-auth51 text .$n.prompt -width $pwidth -height 1 -relief flat;
61 text .$n.value -width $vwidth -height 1;
93 button .b.ok -default active -text "Ok" -command {done};
95 button .b.cancel -default normal -text "Cancel" -command {exit 1};
/freebsd-13-stable/lib/libc/tests/gen/
H A Dfmtmsg_test.c43 const char *text, const char *action, const char *tag);
49 const char *text; member in struct:testcase
65 "text:severity:action:tag",
72 "text",
78 "severity:text",
91 "tag:severity:text:nothing:action",
161 const char *text, const char *action, const char *tag)
180 if (fmtmsg(classification, label, severity, text, action, tag)
236 t->text, t->action, t->tag);
160 run_test(long classification, const char *label, int severity, const char *text, const char *action, const char *tag) argument
/freebsd-13-stable/sys/contrib/openzfs/lib/libspl/include/ia32/sys/
H A Dasm_linkage.h197 .text; \
204 .text; \
211 .text; \
221 .text; \
231 .text; \
/freebsd-13-stable/sys/contrib/openzfs/module/icp/include/sys/ia32/
H A Dasm_linkage.h202 .text; \
209 .text; \
216 .text; \
226 .text; \
236 .text; \
/freebsd-13-stable/crypto/openssl/apps/
H A Dpkey.c37 {"text", OPT_TEXT, '-', "Output in plaintext as well"},
60 int pubin = 0, pubout = 0, pubtext = 0, text = 0, noout = 0, ret = 1; local
105 pubtext = text = 1;
108 text = 1;
132 if (text && !pubtext)
219 if (text) {
H A Dstoreutl.c21 int text, int noout, int recursive, int indent, BIO *out,
38 {"text", OPT_TEXT, '-', "Print a text form of the objects"},
58 int ret = 1, noout = 0, text = 0, recursive = 0; local
96 text = 1;
308 text, noout, recursive, 0, out, prog);
338 int text, int noout, int recursive, int indent, BIO *out,
425 text, noout, recursive, indent + 2, out, prog);
429 if (text)
437 if (text)
336 process(const char *uri, const UI_METHOD *uimeth, PW_CB_DATA *uidata, int expected, int criterion, OSSL_STORE_SEARCH *search, int text, int noout, int recursive, int indent, BIO *out, const char *prog) argument
[all...]
/freebsd-13-stable/usr.sbin/wake/
H A Dwake.c62 static int get_ether(char const *text, struct ether_addr *addr);
137 get_ether(char const *text, struct ether_addr *addr) argument
141 paddr = ether_aton(text);
146 if (ether_hostton(text, addr)) {
147 warnx("no match for host %s found", text);
/freebsd-13-stable/contrib/kyua/utils/cmdline/
H A Dui_test.cpp56 #include "utils/text/table.hpp"
59 namespace text = utils::text;
309 const text::table table(3);
311 text::table_formatter formatter;
314 formatter.set_column_width(1, text::table_formatter::width_refill);
325 text::table table(3);
327 text::table_row row;
334 text::table_row row;
335 row.push_back("Fourth with some text");
[all...]
/freebsd-13-stable/contrib/dialog/
H A Dtailbox.c33 WINDOW *text; member in struct:__anon546
42 * Return current line of text.
81 * Print a new line of text.
101 * Go back 'target' lines in text file. BUFSIZ has to be in 'size_t' range.
163 * Print a new page of text.
171 print_line(obj, obj->text, i, width);
173 (void) wnoutrefresh(obj->text);
180 int wide = getmaxx(obj->text);
293 * Display text from a file in a dialog box, like in a "tail -f".
324 WINDOW *dialog, *text; local
[all...]
/freebsd-13-stable/contrib/atf/atf-c++/detail/
H A Dtext_test.cpp26 #include "atf-c++/detail/text.hpp"
45 using atf::text::duplicate;
65 using atf::text::join;
139 using atf::text::match;
165 using atf::text::split;
230 using atf::text::split;
264 using atf::text::trim;
290 using atf::text::to_bool;
316 using atf::text::to_bytes;
339 using atf::text
[all...]
/freebsd-13-stable/usr.sbin/inetd/
H A Dbuiltins.c133 char text[LINESIZ+2]; local
141 if (recvfrom(s, text, sizeof(text), 0,
149 memmove(text, rs, LINESIZ);
151 memmove(text, rs, len);
152 memmove(text + len, ring, LINESIZ - len);
156 text[LINESIZ] = '\r';
157 text[LINESIZ + 1] = '\n';
158 (void) sendto(s, text, sizeof(text),
167 char *rs, text[LINESIZ+2]; local
[all...]
/freebsd-13-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dreps.c34 /* Length of the text chunks we hash and match. The algorithm will find
43 /* Limit the total text body within a container to 16MB. Larger values
50 * text body size limit. */
59 * - copy a given number of bytes from the text corpus starting at a
85 * reference to the base text corpus;
88 * reference to the text corpus;
123 /* for used entries i, prefixes[i] == text[offsets[i]]; 0 otherwise.
128 /* for used entries i, offsets[i] is start offset in the text corpus;
161 /* text corpus */
162 svn_stringbuf_t *text; member in struct:svn_fs_x__reps_builder_t
186 const char *text; member in struct:svn_fs_x__reps_t
345 grow_hash(hash_t *hash, svn_stringbuf_t *text, apr_size_t min_size) argument
[all...]

Completed in 310 milliseconds

1234567891011>>