Home
last modified time | relevance | path

Searched refs:text (Results 1 – 25 of 77) sorted by relevance

1234

/xen-4.10.0-shim-comet/xen/arch/arm/
A Dxen.lds.S32 .text : {
34 *(.text) argument
68 } :text
91 } :text
106 } :text
113 } :text
120 } :text
127 } :text
135 } :text
176 } :text
[all …]
/xen-4.10.0-shim-comet/xen/arch/x86/
A Dxen.lds.S36 text PT_LOAD ;
67 *(.text)
130 } :text
135 } :note :text
156 } :text
221 } :text
235 } :text
243 } :text
258 } :text
268 } :text
[all …]
/xen-4.10.0-shim-comet/xen/tools/kconfig/
A Dzconf.l26 static char *text; variable
43 text = xmalloc(START_STRSIZE); in new_string()
46 *text = 0; in new_string()
55 text = realloc(text, new_size); in append_string()
58 memcpy(text + text_size, str, size); in append_string()
60 text[text_size] = 0; in append_string()
65 text = xmalloc(size + 1); in alloc_string()
66 memcpy(text, str, size); in alloc_string()
67 text[size] = 0; in alloc_string()
113 zconflval.string = text;
[all …]
A Dkxgettext.c12 static char *escape(const char* text, char *bf, int len) in escape() argument
15 int multiline = strchr(text, '\n') != NULL; in escape()
17 int textlen = strlen(text); in escape()
19 if ((textlen > 0) && (text[textlen-1] == '\n')) in escape()
32 while (*text != '\0' && len > 1) { in escape()
33 if (*text == '"') in escape()
35 else if (*text == '\n') { in escape()
42 ++text; in escape()
45 else if (*text == '\\') { in escape()
49 *bfp++ = *text++; in escape()
A Dnconf.gui.c175 int get_line_no(const char *text) in get_line_no() argument
180 if (!text) in get_line_no()
183 for (i = 0; text[i] != '\0'; i++) in get_line_no()
184 if (text[i] == '\n') in get_line_no()
194 if (!text) in get_line()
198 if (text[i] == '\n') in get_line()
200 return text+i; in get_line()
217 int total_lines = get_line_no(text); in fill_window()
544 const char *text) in show_scroll_win() argument
562 total_lines = get_line_no(text); in show_scroll_win()
[all …]
A Dnconf.h86 int get_line_no(const char *text);
87 const char *get_line(const char *text, int line_no);
88 void fill_window(WINDOW *win, const char *text);
96 const char *text);
A Dmconf.c293 static void show_helptext(const char *title, const char *text);
303 "%s - %s", config_filename, rootmenu.prompt->text); in set_config_filename()
315 const char *text; member
332 if (sp->text) { in set_subtitle()
339 pos->text = sp->text; in set_subtitle()
429 stpart.text = str_get(&sttext); in search_conf()
655 stpart.text = menu_get_prompt(menu); in conf()
657 stpart.text = NULL; in conf()
761 return dialog_textbox(title, text, r, c, keys, vscroll, hscroll, in show_textbox_ext()
771 static void show_helptext(const char *title, const char *text) in show_helptext() argument
[all …]
A Dlkc.h34 #define _(text) gettext(text) argument
35 #define N_(text) (text) argument
A Dzconf.y515 rootmenu.prompt->text = _(rootmenu.prompt->text);
516 rootmenu.prompt->text = sym_expand_string_value(rootmenu.prompt->text);
643 print_quoted_string(out, prop->text); in print_symbol()
674 print_quoted_string(out, prop->text); in print_symbol()
704 print_quoted_string(out, prop->text); in zconfdump()
709 print_quoted_string(out, prop->text); in zconfdump()
A Dqconf.h179 void setText(colIdx idx, const QString& text) in setText() argument
181 Parent::setText(listView()->mapIdx(idx), text); in setText()
183 QString text(colIdx idx) const in text() function
185 return Parent::text(listView()->mapIdx(idx)); in text()
/xen-4.10.0-shim-comet/docs/
A Dxen-headers124 my ($text,$type,$name,$hparams,$deref) = @_;
126 debug(2,"DEFN $. $type $name $hparams |$text|");
132 return aelem($text, "<strong>$text</strong>", $hparams);
191 my ($text,$type,$name) = @_;
192 return aelem($text,$text, refhref($type,$name));
222 my ($text, $seq, $anchor) = @_;
228 Title => $text,
231 return "<a name=\"$anchor\"><strong>$text</strong></a>";
/xen-4.10.0-shim-comet/xen/arch/x86/boot/
A Dbuild32.lds23 .text : {
24 *(.text)
25 *(.text.*)
A Dhead.S12 .text
138 .section .init.text, "ax", @progbits
164 xor %edi,%edi # No VGA text buffer
172 xor %edi,%edi # No VGA text buffer
188 test %edi,%edi # Is the VGA text buffer available?
190 stosb # Write a character to the VGA text buffer
192 stosb # Write an attribute to the VGA text buffer
/xen-4.10.0-shim-comet/xen/arch/arm/arm32/lib/
A Dchangebit.S12 .text
A Dclearbit.S12 .text
A Dsetbit.S13 .text
A Dtestchangebit.S13 .text
A Dtestclearbit.S13 .text
A Dtestsetbit.S13 .text
A Dmemchr.S14 .text
A Dstrrchr.S14 .text
A Dstrchr.S16 .text
/xen-4.10.0-shim-comet/tools/libxl/
A Dlibxlu_cfg.c561 const char *text, *newline; in xlu__cfg_yyerror() local
567 text= xlu__cfg_yyget_text(ctx->scanner); in xlu__cfg_yyerror()
570 if (len>0 && text[len-1]=='\n') { in xlu__cfg_yyerror()
577 while (len>0 && (text[len-1]=='\t' || text[len-1]==' ')) { in xlu__cfg_yyerror()
584 len?"`":"", len, text, len?"'":"", newline, in xlu__cfg_yyerror()
/xen-4.10.0-shim-comet/xen/common/libelf/
A DMakefile3 SECTIONS := text data $(SPECIAL_DATA_SECTIONS)
/xen-4.10.0-shim-comet/tools/firmware/vgabios/
A DTODO25 - have text io functions in vbe mode

Completed in 29 milliseconds

1234