Searched refs:text (Results 276 - 300 of 831) sorted by relevance

<<11121314151617181920>>

/freebsd-10.0-release/sys/boot/ficl/
H A Dvm.c278 strncpy(spDest->text, SI_PTR(si), SI_COUNT(si));
279 spDest->text[SI_COUNT(si)] = '\0';
282 return spDest->text + SI_COUNT(si) + 1;
403 SI_SETPTR(si, pSrc); /* mark start of text */
472 void vmPushTib(FICL_VM *pVM, char *text, FICL_INT nChars, TIB *pSaveTib) argument
479 pVM->tib.cp = text;
480 pVM->tib.end = text + nChars;
549 ** Feeds text to the vm's output callback
551 void vmTextOut(FICL_VM *pVM, char *text, int fNewline) argument
555 (pVM->textOut)(pVM, text, fNewlin
[all...]
/freebsd-10.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-shared-linux-n32.ld69 /* Read-only sections, merged into text segment: */
84 .rel.text : { *(.rel.text .rel.text.* .rel.gnu.linkonce.t.*) }
85 .rela.text : { *(.rela.text .rela.text.* .rela.gnu.linkonce.t.*) }
122 .text :
125 *(.text .stub .text
[all...]
H A Dcvmx-shared-linux.ld69 /* Read-only sections, merged into text segment: */
83 .rel.text : { *(.rel.text .rel.text.* .rel.gnu.linkonce.t.*) }
84 .rela.text : { *(.rela.text .rela.text.* .rela.gnu.linkonce.t.*) }
121 .text :
124 *(.text .stub .text
[all...]
/freebsd-10.0-release/sys/powerpc/aim/
H A Dlocore32.S105 .text
111 * mark the start of kernel text.
117 * Startup entry. Note, this must be the first thing in the text
120 .text
/freebsd-10.0-release/contrib/top/
H A Ddisplay.c17 * all constant and dynamic text, and one for only updating the text that
762 trim_header(text)
764 char *text;
772 header_length = strlen(text);
777 strncpy(s, text, width);
784 * *_header(text) - print the header for the process area
789 i_header(text)
791 char *text;
796 s = trim_header(text);
[all...]
/freebsd-10.0-release/contrib/apr-util/xml/
H A Dapr_xml.c535 const char *text)
539 t->text = text;
543 /* no text elements yet */
547 /* append to the last text element */
640 size += strlen(t->text);
746 apr_size_t len = strlen(t->text);
747 memcpy(s, t->text, len);
850 /* convert the element's text */
854 scan_txt->text
534 apr_text_append(apr_pool_t * p, apr_text_header *hdr, const char *text) argument
[all...]
/freebsd-10.0-release/contrib/atf/atf-c++/detail/
H A Dtext.hpp43 namespace text { namespace in namespace:atf
150 } // namespace text
/freebsd-10.0-release/contrib/compiler-rt/lib/i386/
H A Dfloatundisf.S29 .text
69 .text
/freebsd-10.0-release/contrib/dtc/
H A Dsrcpos.h104 extern void srcpos_update(struct srcpos *pos, const char *text, int len);
/freebsd-10.0-release/contrib/file/
H A Dascmagic.c29 * ASCII magic -- try to detect text encoding.
72 int text)
87 /* If file doesn't look like any sort of text, give up. */
93 type, text);
103 const char *type, int text)
138 /* Convert ubuf to UTF-8 and try text soft magic */
150 (size_t)(utf8_end - utf8_buf), 0, TEXTTEST, text)) == 0)
201 if (file_printf(ms, "text/plain") == -1)
207 switch (file_replace(ms, " text$", ", ")) {
209 switch (file_replace(ms, " text executabl
71 file_ascmagic(struct magic_set *ms, const unsigned char *buf, size_t nbytes, int text) argument
101 file_ascmagic_with_encoding(struct magic_set *ms, const unsigned char *buf, size_t nbytes, unichar *ubuf, size_t ulen, const char *code, const char *type, int text) argument
[all...]
/freebsd-10.0-release/contrib/gcc/config/ia64/
H A Dlib1funcs.asm38 .text
82 .text
124 .text
160 .text
213 .text
270 .text
323 .text
381 .text
427 .text
477 .text
[all...]
/freebsd-10.0-release/contrib/gcc/config/rs6000/
H A Deabi.asm40 .section ".text"
117 .text
128 .text
/freebsd-10.0-release/contrib/gcc/
H A Ddebug.h34 void (* define) (unsigned int line, const char *text);
124 text sections. */
/freebsd-10.0-release/contrib/groff/src/preproc/pic/
H A Doutput.h45 virtual void text(const position &, text_piece *, int, double) = 0;
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/ARCMigrate/
H A DARCMT.h110 virtual void insert(SourceLocation loc, StringRef text) { } argument
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DObjCMT.cpp195 virtual void insert(SourceLocation loc, StringRef text) { argument
196 Rewrite.InsertText(loc, text);
198 virtual void replace(CharSourceRange range, StringRef text) { argument
199 Rewrite.ReplaceText(range.getBegin(), Rewrite.getRangeSize(range), text);
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Rewrite/Frontend/
H A DFixItRewriter.cpp65 virtual void insert(SourceLocation loc, StringRef text) { argument
66 Rewrite.InsertText(loc, text);
68 virtual void replace(CharSourceRange range, StringRef text) { argument
69 Rewrite.ReplaceText(range.getBegin(), Rewrite.getRangeSize(range), text);
/freebsd-10.0-release/contrib/llvm/tools/llvm-diff/
H A DDiffConsumer.h84 void log(StringRef text);
/freebsd-10.0-release/contrib/ncurses/ncurses/base/
H A Dlib_window.c77 win->_line[i].text = &(orig->_line[y++].text[x]);
212 * The text is really copied into the clone.
242 memcpy(nwin->_line[i].text, win->_line[i].text, linesize);
/freebsd-10.0-release/contrib/ntp/ntpq/
H A Dntpq.h73 * Structure for translation tables between text format
74 * variable indices and text format.
79 const char *text; member in struct:ctl_var
/freebsd-10.0-release/contrib/unbound/daemon/
H A Dremote.h162 * Print fixed line of text over ssl connection in blocking mode
164 * @param text: the text.
167 int ssl_print_text(SSL* ssl, const char* text);
/freebsd-10.0-release/crypto/heimdal/doc/doxyout/gssapi/html/
H A Dtabs.css37 text-decoration : none;
71 text-decoration : none;
/freebsd-10.0-release/crypto/heimdal/doc/doxyout/hcrypto/html/
H A Dtabs.css37 text-decoration : none;
71 text-decoration : none;
/freebsd-10.0-release/crypto/heimdal/doc/doxyout/hdb/html/
H A Dtabs.css37 text-decoration : none;
71 text-decoration : none;
/freebsd-10.0-release/crypto/heimdal/doc/doxyout/hx509/html/
H A Dtabs.css37 text-decoration : none;
71 text-decoration : none;

Completed in 168 milliseconds

<<11121314151617181920>>