Searched refs:text (Results 201 - 225 of 853) sorted by relevance

1234567891011>>

/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Expression/
H A DExpressionSourceCode.h55 bool GetText (std::string &text,
H A DUtilityFunction.h42 /// @param[in] text
43 /// The text of the function. Must be a full translation unit.
46 /// The name of the function, as used in the text.
49 const char *text,
155 std::string m_function_text; ///< The text of the function. Must be a well-formed translation unit.
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUtilityFunction.h92 /// @param[in] text
93 /// The text of the function. Must be a full translation unit.
96 /// The name of the function, as used in the text.
99 const char *text,
/freebsd-11.0-release/contrib/ofed/management/infiniband-diags/scripts/
H A Dibcheckerrs.in156 text="`eval $IBPATH/perfquery $ca_info $lid $portnum`"
158 if echo "$text" | awk -v mono=$bw -v brief=$brief -F '[.:]*' '
/freebsd-11.0-release/crypto/openssl/crypto/ts/
H A Dts_rsp_print.c69 const char *text; member in struct:status_map_st
141 for (i = 0; i < sk_ASN1_UTF8STRING_num(a->text); ++i) {
144 ASN1_STRING_print_ex(bio, sk_ASN1_UTF8STRING_value(a->text, i), 0);
170 BIO_printf(bio, "%s", a->text);
/freebsd-11.0-release/crypto/openssl/crypto/ui/
H A Dui.h95 add add a text or prompt string. The pointers given to these
97 dup make a copy of the text or prompt string, then add the copy
148 int UI_add_info_string(UI *ui, const char *text);
149 int UI_dup_info_string(UI *ui, const char *text);
150 int UI_add_error_string(UI *ui, const char *text);
151 int UI_dup_error_string(UI *ui, const char *text);
/freebsd-11.0-release/gnu/usr.bin/groff/src/preproc/eqn/
H A DMakefile5 box.cpp limit.cpp list.cpp over.cpp text.cpp \
/freebsd-11.0-release/lib/csu/i386/
H A Dcrt1_s.S31 .text
/freebsd-11.0-release/crypto/openssl/apps/
H A Dpkey.c78 int pubin = 0, pubout = 0, pubtext = 0, text = 0, noout = 0; local
146 text = 1;
147 } else if (strcmp(*args, "-text") == 0)
148 text = 1;
228 if (text) {
/freebsd-11.0-release/contrib/ncurses/ncurses/base/
H A Dlib_erase.c59 start = win->_line[y].text;
H A Dlib_hline.c72 line->text[end] = wch;
H A Dlib_vline.c70 line->text[col] = wch;
/freebsd-11.0-release/contrib/ncurses/ncurses/widechar/
H A Dlib_hline_set.c71 line->text[end] = wch;
H A Dlib_in_wchnstr.c58 src = &(win->_line[row].text[col]);
H A Dlib_vline_set.c69 line->text[col] = wch;
/freebsd-11.0-release/contrib/gcc/
H A Ddebug.c92 const char *text ATTRIBUTE_UNUSED)
/freebsd-11.0-release/contrib/compiler-rt/lib/builtins/arm/
H A Dclzdi2.S17 .text
/freebsd-11.0-release/contrib/compiler-rt/lib/builtins/i386/
H A Dfloatundixf.S26 .text
/freebsd-11.0-release/contrib/groff/src/preproc/eqn/
H A DMakefile.sub13 text.$(OBJEXT) \
28 $(srcdir)/text.cpp \
/freebsd-11.0-release/sys/i386/i386/
H A Datpic_vector.s47 .text ; \
/freebsd-11.0-release/sys/i386/svr4/
H A Dsvr4_locore.s32 .text
/freebsd-11.0-release/sys/arm64/include/
H A Dasm.h42 .text; .globl sym; .align 2; .type sym,#function; sym:
/freebsd-11.0-release/sys/boot/mips/beri/boot2/
H A Drelocate.S51 .text
/freebsd-11.0-release/sys/boot/powerpc/ps3/
H A Dps3repo.c34 static uint64_t make_n1(const char *text, unsigned int index) argument
39 strncpy((char *) &n1, text, sizeof(n1));
45 static uint64_t make_n(const char *text, unsigned int index) argument
50 strncpy((char *) &n, text, sizeof(n));
/freebsd-11.0-release/sys/amd64/amd64/
H A Datpic_vector.S47 .text ; \

Completed in 131 milliseconds

1234567891011>>