Searched refs:text (Results 226 - 250 of 968) sorted by relevance

1234567891011>>

/freebsd-13-stable/contrib/ncurses/ncurses/widechar/
H A Dlib_hline_set.c70 line->text[end] = wch;
H A Dlib_in_wchnstr.c59 src = &(win->_line[row].text[col]);
H A Dlib_vline_set.c69 line->text[col] = wch;
/freebsd-13-stable/contrib/netbsd-tests/usr.bin/ld/
H A Dt_section.sh65 /* .text */
70 grep ' \.text\| hoge\| \.data\| fuga\| \.bss' >test.secs
73 # read-only sections (.text, .rodata) but before .data.
74 match ".text" &&
/freebsd-13-stable/sys/riscv/include/
H A Dasm.h50 .text; .globl sym; .type sym,@function; .align 4; sym: .cfi_startproc;
/freebsd-13-stable/stand/mips/beri/boot2/
H A Drelocate.S51 .text
/freebsd-13-stable/sys/amd64/amd64/
H A Dapic_vector.S59 .text
112 .text
171 .text
251 .text
/freebsd-13-stable/crypto/openssl/apps/
H A Dsess_id.c34 {"text", OPT_TEXT, '-', "Print ssl session id details"},
50 int cert = 0, noout = 0, text = 0, ret = 1, i, num = 0; local
81 text = ++num;
117 if (!noout || text) {
123 if (text) {
/freebsd-13-stable/tools/tools/mid/
H A Dmid-build22 find text/* -type f | mid-master-index 4 mid-index $dbout/mid
/freebsd-13-stable/lib/libc/arm/string/
H A Dffs.S65 .text;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Format/
H A DNamespaceEndCommentsFixer.cpp70 std::string text = "// "; local
71 text += NamespaceTok->TokenText;
73 text += "(";
75 text += ' ';
76 text += NamespaceName;
78 text += ")";
80 text += '\n';
81 return text;
136 // Pull out just the comment text.
/freebsd-13-stable/contrib/kyua/utils/
H A Dunits.cpp38 #include "utils/text/exceptions.hpp"
39 #include "utils/text/operations.ipp"
100 count = text::to_type< double >(str);
101 } catch (const text::value_error& e) {
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/builtins/ve/
H A Dgrow_stack.S15 .text
H A Dgrow_stack_align.S15 .text
/freebsd-13-stable/contrib/dialog/samples/
H A Deditbox-utf814 allow the user to enter or modify free-form text.
/freebsd-13-stable/contrib/googletest/googletest/scripts/
H A Drelease_docs.py143 text = file(source_file, 'r').read()
144 new_text = self.search_for_re.sub(self.replace_with, text)
/freebsd-13-stable/contrib/ncurses/panel/
H A Dpanel.c74 dPanel(text,pan)
78 _nc_dPanel(const char *text, const PANEL * pan) argument
81 text, USER_PTR(pan->user),
/freebsd-13-stable/sys/i386/i386/
H A Datpic_vector.s48 .text
/freebsd-13-stable/sys/i386/include/
H A Dasm.h73 #define _START_ENTRY .text; .p2align 2,0x90
124 #define RCSID(x) .text; .asciz x
/freebsd-13-stable/stand/libsa/i386/
H A D_setjmp.S34 .text
/freebsd-13-stable/sys/powerpc/aim/
H A Dlocore32.S69 .text
76 .text
/freebsd-13-stable/contrib/libarchive/libarchive/test/
H A Dtest_acl_text.c29 * Test converting ACLs to text, both wide and non-wide
252 char *text; local
259 text = archive_entry_acl_to_text(ae, &slen, flags);
260 assertEqualString(text, s);
261 if (text != NULL)
262 assertEqualInt(strlen(text), slen);
268 free(text);
281 /* 1a. Read POSIX.1e access ACLs from text */
323 /* 2. Read POSIX.1e default ACLs from text */
343 /* 3. Read POSIX.1e access and default ACLs from text */
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DInternals.h63 void insert(SourceLocation loc, StringRef text);
64 void insertAfterToken(SourceLocation loc, StringRef text);
67 void replace(SourceRange range, StringRef text);
69 void replaceStmt(Stmt *S, StringRef text);
70 void replaceText(SourceLocation loc, StringRef text,
115 virtual void insert(SourceLocation loc, StringRef text) = 0;
/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
H A Dz_Linux_asm.S228 .text
614 // To prevent getting our code into .data section .text added to every routine
630 .text
651 .text
673 .text
695 .text
718 .text
740 .text
764 .text
789 .text
[all...]
/freebsd-13-stable/sys/powerpc/include/
H A Dasm.h106 .section ".text"; \
121 .text; \
133 .text; \
156 .text; \
247 #define RCSID(x) .text; .asciz x
262 .section .gnu.warning. ## _sym ; .ascii _msg ; .text
265 .section .gnu.warning./**/_sym ; .ascii _msg ; .text

Completed in 379 milliseconds

1234567891011>>