/xen-4.10.0-shim-comet/xen/arch/arm/ |
A D | xen.lds.S | 32 .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 D | xen.lds.S | 36 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 D | zconf.l | 26 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 D | kxgettext.c | 12 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 D | nconf.gui.c | 175 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 D | nconf.h | 86 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 D | mconf.c | 293 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 D | lkc.h | 34 #define _(text) gettext(text) argument 35 #define N_(text) (text) argument
|
A D | zconf.y | 515 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 D | qconf.h | 179 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 D | xen-headers | 124 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 D | build32.lds | 23 .text : { 24 *(.text) 25 *(.text.*)
|
A D | head.S | 12 .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 D | changebit.S | 12 .text
|
A D | clearbit.S | 12 .text
|
A D | setbit.S | 13 .text
|
A D | testchangebit.S | 13 .text
|
A D | testclearbit.S | 13 .text
|
A D | testsetbit.S | 13 .text
|
A D | memchr.S | 14 .text
|
A D | strrchr.S | 14 .text
|
A D | strchr.S | 16 .text
|
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | libxlu_cfg.c | 561 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 D | Makefile | 3 SECTIONS := text data $(SPECIAL_DATA_SECTIONS)
|
/xen-4.10.0-shim-comet/tools/firmware/vgabios/ |
A D | TODO | 25 - have text io functions in vbe mode
|