Searched refs:text (Results 151 - 175 of 831) sorted by relevance

1234567891011>>

/freebsd-10.0-release/contrib/texinfo/makeinfo/
H A Dsectioning.h67 extern int what_section (char *text, char **secname);
/freebsd-10.0-release/sys/boot/i386/efi/
H A Dstart.S29 .text
/freebsd-10.0-release/sys/boot/ia64/ski/
H A Dstart.S32 .text
/freebsd-10.0-release/contrib/atf/atf-run/
H A Drequirements.cpp48 #include "atf-c++/detail/text.hpp"
71 const std::vector< std::string > dirs = atf::text::split(
88 const std::vector< std::string > v = atf::text::split(arches, " ");
106 const std::vector< std::string > v = atf::text::split(variables, " ");
120 const std::vector< std::string > v = atf::text::split(progs, " ");
137 const std::vector< std::string > v = atf::text::split(machines, " ");
165 return "Not enough memory; needed " + atf::text::to_string(needed) +
166 ", available " + atf::text::to_string(available);
200 const int64_t needed = atf::text::to_bytes(raw_memory);
215 const std::vector< std::string > v = atf::text
[all...]
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dinterps.c75 static char **interpreter_completer (char *text, char *word);
417 /* List the possible interpreters which could complete the given text. */
419 interpreter_completer (char *text, char *word) argument
434 textlen = strlen (text);
437 if (strncmp (interp->name, text, textlen) == 0)
441 if (word == text)
443 else if (word > text)
446 strcpy (matches[num_matches], interp->name + (word - text));
450 /* Return some of text plus interp->name */
451 strncpy (matches[num_matches], word, text
[all...]
/freebsd-10.0-release/contrib/ncurses/ncurses/base/
H A Dwresize.c41 free(data[length].text);
75 tst->_line[row].text = &pline[tst->_pary + row].text[tst->_parx];
145 * corresponding text, depending on whether this is a window or a
160 ? win->_line[row].text[col]
164 s = win->_line[row].text;
173 s = &pline[win->_pary + row].text[win->_parx];
190 new_lines[row].text = s;
199 free(win->_line[row].text);
203 free(win->_line[row].text);
[all...]
H A Dlib_pad.c62 if ((win->_line[i].text = typeCalloc(NCURSES_CH_T, ((size_t) c))) == 0) {
66 for (ptr = win->_line[i].text; ptr < win->_line[i].text + c; ptr++)
206 NCURSES_CH_T ch = oline->text[j];
215 SetChar(ch, L(' '), AttrOf(oline->text[j - 1]));
218 if (!CharEq(ch, nline->text[n])) {
219 nline->text[n] = ch;
235 if (pline->text[j] != nline->text[j]
236 || pline->text[
[all...]
H A Dlib_instr.c64 cchar_t *cell = &(win->_line[row].text[col]);
102 str[i++] = (char) CharOf(win->_line[row].text[col]);
H A Dlib_redrawln.c74 len *= sizeof(curscr->_line[0].text[0]);
79 memset(curscr->_line[crow].text + win->_begx, 0, len);
/freebsd-10.0-release/contrib/atf/atf-report/
H A Dreader.cpp42 #include "atf-c++/detail/text.hpp"
127 const std::string::size_type divider = t.text().find('.');
129 divider == t.text().length() - 1)
131 "Malformed timestamp value " + t.text());
134 tv.tv_sec = string_to_int< long >(t.text().substr(0, divider));
135 tv.tv_usec = string_to_int< long >(t.text().substr(divider + 1));
223 got_info(t.text(), atf::text::trim(p.rest_of_line()));
248 std::string tpname = t.text();
253 size_t ntcs = string_to_int< std::size_t >(t.text());
[all...]
/freebsd-10.0-release/contrib/groff/src/preproc/eqn/
H A Deqn.y116 %type <str> text delim
239 | FONT text simple
241 | SIZE text simple
251 | TYPE text simple
255 | SPECIAL text simple
260 text
315 text: TEXT label
322 text
/freebsd-10.0-release/contrib/mdocml/
H A Deqn_html.c68 if (bp->text)
69 print_text(p, bp->text);
H A Deqn_term.c61 if (bp->text)
62 term_word(p, bp->text);
/freebsd-10.0-release/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-10.0-release/sys/amd64/include/
H A Dasm.h58 #define _START_ENTRY .text; .p2align 4,0x90
81 #define RCSID(x) .text; .asciz x
/freebsd-10.0-release/sys/boot/arm/uboot/
H A Dldscript.arm7 /* Read-only sections, merged into text segment: */
16 .rela.text :
17 { *(.rela.text) *(.rela.gnu.linkonce.t*) }
35 .text :
37 *(.text)
/freebsd-10.0-release/sys/boot/powerpc/ofw/
H A Dldscript.powerpc10 /* Read-only sections, merged into text segment: */
19 .rela.text :
20 { *(.rela.text) *(.rela.gnu.linkonce.t*) }
38 .text :
40 *(.text)
/freebsd-10.0-release/sys/boot/powerpc/uboot/
H A Dldscript.powerpc10 /* Read-only sections, merged into text segment: */
19 .rela.text :
20 { *(.rela.text) *(.rela.gnu.linkonce.t*) }
38 .text :
40 *(.text)
/freebsd-10.0-release/sys/conf/
H A Dldscript.powerpc10 /* Read-only sections, merged into text segment: */
14 .text :
16 *(.text)
32 .rela.text :
33 { *(.rela.text) *(.rela.gnu.linkonce.t*) }
H A Dldscript.powerpc6410 /* Read-only sections, merged into text segment: */
14 .text :
16 *(.text)
32 .rela.text :
33 { *(.rela.text) *(.rela.gnu.linkonce.t*) }
/freebsd-10.0-release/sys/mips/rmi/
H A Dmpwait.S35 .text
/freebsd-10.0-release/usr.bin/csup/
H A Drcstokenizer.l48 keyword head|access|symbols|locks|comment|expand|strict|date|author|state|branches|next|desc|log|text
/freebsd-10.0-release/contrib/binutils/ld/scripttempl/
H A Dnw.sc4 # DATA_ADDR - if end-of-text-plus-one-page isn't right for data start
5 # OTHER_READONLY_SECTIONS - other than .text .init .ctors .rodata ...
13 # .text section.
18 # DATA_PLT - .plt should be in data segment, not text segment.
43 /* Read-only sections, merged into text segment: */
50 .rel.text ${RELOCATING-0} : { *(.rel.text) }
51 .rela.text ${RELOCATING-0} : { *(.rela.text) }
68 .text
[all...]
/freebsd-10.0-release/contrib/texinfo/info/
H A Ddisplay.c58 display[i]->text[0] = '\0';
68 writes the text on the screen. */
303 || (raw_escapes_p && strchr (entry->text, '\033') != 0))
308 entry->text[0] = '\0';
314 if (printed_line[i] != entry->text[i])
324 /* If there is any text to print, print it. */
328 /* If the printed text didn't extend all the way to the edge
329 of the window, and text was appearing between here and the
338 /* Update the display text buffer. */
342 sequences in it. However, entry->text wa
[all...]
/freebsd-10.0-release/sys/amd64/amd64/
H A Dapic_vector.S60 .text ; \
84 .text
103 .text
116 .text
128 .text
142 .text
157 .text
261 .text
348 .text
430 .text
[all...]

Completed in 296 milliseconds

1234567891011>>