/scripts/gdb/linux/ |
D | timerlist.py | 38 text = " #{}: <{}>, {}, ".format(idx, timer, function) 39 text += "S:{:02x}\n".format(int(timer['state'])) 40 text += " # expires at {}-{} nsecs [in {} to {} nsecs]\n".format( 42 return text 56 text = " .base: {}\n".format(base.address) 57 text += " .index: {}\n".format(base['index']) 59 text += " .resolution: {} nsecs\n".format(constants.LX_hrtimer_resolution) 61 text += " .get_time: {}\n".format(base['get_time']) 63 text += " .offset: {} nsecs\n".format(base['offset']) 64 text += "active timers:\n" [all …]
|
D | dmesg.py | 64 text = log_buf[text_start:text_start + text_len].decode( 68 for line in text.splitlines():
|
/scripts/kconfig/ |
D | lexer.l | 31 static char *text; variable 50 text = xmalloc(START_STRSIZE); in new_string() 53 *text = 0; in new_string() 62 text = xrealloc(text, new_size); in append_string() 65 memcpy(text + text_size, str, size); in append_string() 67 text[text_size] = 0; in append_string() 72 text = xmalloc(size + 1); in alloc_string() 73 memcpy(text, str, size); in alloc_string() 74 text[size] = 0; in alloc_string() 147 yylval.string = text; [all …]
|
D | nconf.h | 82 int get_line_no(const char *text); 83 const char *get_line(const char *text, int line_no); 84 void fill_window(WINDOW *win, const char *text); 92 const char *text);
|
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() 189 const char *get_line(const char *text, int line_no) in get_line() argument 194 if (!text) in get_line() 197 for (i = 0; text[i] != '\0' && lines < line_no; i++) in get_line() 198 if (text[i] == '\n') in get_line() 200 return text+i; in get_line() 214 void fill_window(WINDOW *win, const char *text) in fill_window() argument [all …]
|
D | mconf.c | 288 static int show_textbox_ext(const char *title, char *text, int r, int c, 291 static void show_textbox(const char *title, const char *text, int r, int c); 292 static void show_helptext(const char *title, const char *text); 302 "%s - %s", config_filename, rootmenu.prompt->text); in set_config_filename() 314 const char *text; member 331 if (sp->text) { in set_subtitle() 338 pos->text = sp->text; in set_subtitle() 428 stpart.text = str_get(&sttext); in search_conf() 653 stpart.text = menu_get_prompt(menu); in conf() 655 stpart.text = NULL; in conf() [all …]
|
D | qconf.h | 168 void setText(colIdx idx, const QString& text) in setText() argument 170 Parent::setText(idx, text); in setText() 172 QString text(colIdx idx) const in text() function 174 return Parent::text(idx); in text()
|
D | expr.h | 196 const char *text; /* the prompt value - P_PROMPT, P_MENU, P_COMMENT */ member 213 if (st->text)
|
D | parser.y | 627 print_quoted_string(out, prop->text); in print_symbol() 663 print_quoted_string(out, prop->text); in print_symbol() 697 print_quoted_string(out, prop->text); in zconfdump() 702 print_quoted_string(out, prop->text); in zconfdump()
|
D | qconf.cc | 291 sym_set_string_value(item->menu->sym, text().toLatin1()); in keyPressEvent() 1080 head += print_filter(_menu->prompt->text); in menuInfo() 1111 head += print_filter(_menu->prompt->text); in menuInfo() 1146 debug += print_filter(prop->text); in debug_info() 1213 QString* text = reinterpret_cast<QString*>(data); in expr_print_help() local 1217 *text += QString().sprintf("<a href=\"s%p\">", sym); in expr_print_help() 1218 *text += str2; in expr_print_help() 1219 *text += "</a>"; in expr_print_help() 1221 *text += str2; in expr_print_help() 1320 result = sym_re_search(editField->text().toLatin1()); in search() [all …]
|
D | menu.c | 172 prop->text = prompt; in menu_add_prop() 561 if (menu->list && (!menu->prompt || !menu->prompt->text)) { in menu_finalize() 665 return menu->prompt->text; in menu_get_prompt() 708 str_printf(r, "Prompt: %s\n", prop->text); in get_prompt_str()
|
/scripts/ |
D | module-lto.lds | 19 .rela.text : { *(.rela.text .rela.text[.0-9a-zA-Z_]*) } 21 .text : { *(.text .text[.0-9a-zA-Z_]*) }
|
D | recordmcount.pl | 501 my $text; 549 $text = $2; 554 if (!defined($locals{$text}) && !defined($weak{$text})) { 555 $ref_func = $text; 560 if (!defined($ref_func) && !defined($weak{$text}) && 563 $text !~ /^\.L/) { 564 $ref_func = $text;
|
D | cleanpatch | 163 $text = substr($line, 1); 164 $text =~ s/[ \t\r]*$//; # Remove trailing spaces 165 $text = clean_space_tabs($text); 167 $l_width = strwidth($text); 174 push(@hunk_lines, '+'.$text);
|
D | bootgraph.pl | 31 my $text = << "EOM"; 41 print STDERR $text; 43 print $text;
|
D | makelst | 20 t1=`$3 --syms $1 | grep .text | grep -m1 " F "`
|
D | find-unused-docs.sh | 57 str=$(scripts/kernel-doc -text -export "$file" 2>/dev/null)
|
D | check_extable.sh | 13 white_list=.text,.fixup
|
/scripts/dtc/ |
D | srcpos.h | 87 extern void srcpos_update(struct srcpos *pos, const char *text, int len);
|
D | srcpos.c | 232 void srcpos_update(struct srcpos *pos, const char *text, int len) in srcpos_update() argument 242 if (text[i] == '\n') { in srcpos_update()
|
/scripts/kconfig/tests/preprocess/escape/ |
D | Kconfig | 12 # The following prints the text as-is.
|
/scripts/kconfig/lxdialog/ |
D | util.c | 260 len += strlen(pos->text) + 3; in dialog_clear() 281 if (skip < strlen(pos->text)) { in dialog_clear() 282 waddstr(stdscr, pos->text + skip); in dialog_clear() 285 skip -= strlen(pos->text); in dialog_clear()
|
D | dialog.h | 92 const char *text; member
|
/scripts/package/ |
D | mkdebian | 167 On Debian GNU/Linux systems, the complete text of the GNU General Public
|
/scripts/coccinelle/free/ |
D | devm_free.cocci | 12 /// Here this is done using the specific argument text, which is prone to
|