/scripts/genksyms/ |
D | genksyms.c | 71 static struct string_list *mk_node(const char *string); 190 strcmp(defn->string, "}") == 0 && in is_unknown_symbol() 192 strcmp(defn->string, "UNKNOWN") == 0 && in is_unknown_symbol() 194 strcmp(defn->string, "{") == 0); in is_unknown_symbol() 337 free(node->string); in free_node() 350 static struct string_list *mk_node(const char *string) in mk_node() argument 355 newnode->string = xstrdup(string); in mk_node() 384 newnode->string = xstrdup(node->string); in copy_node() 409 if (a->tag != b->tag || strcmp(a->string, b->string)) in equal_list() 424 .string = buffer, in read_node() [all …]
|
D | parse.y | 70 add_symbol(i->string, type, b, is_extern); in record_compound() 302 current_name = (*$1)->string; 311 current_name = (*$1)->string; 482 const char *name = strdup((*$1)->string); 487 const char *name = strdup((*$1)->string); 503 { export_symbol((*$3)->string); $$ = $5; }
|
D | genksyms.h | 41 char *string; member
|
D | lex.l | 115 cur_node->string = memcpy(xmalloc(L+1), T, L+1); \ 117 find_symbol(cur_node->string, SYM_ENUM_CONST, 1)?\
|
/scripts/gdb/linux/ |
D | proc.py | 29 gdb.write(gdb.parse_and_eval("saved_command_line").string() + "\n") 43 gdb.write(gdb.parse_and_eval("linux_banner").string()) 74 res['name'].string() + "\n") 110 for key, string in lst.items(): 112 opts += string 167 devname = vfs['mnt_devname'].string() 183 fstype = superblock['s_type']['name'].string()
|
D | modules.py | 36 if module['name'].string() == name: 51 mod_name = mod_name.string() 79 name=module['name'].string(), 89 name=use['source']['name'].string()))
|
D | utils.py | 66 return container_of(ptr, gdb.lookup_type(typename.string()).pointer(), 67 elementname.string()) 184 return p + d['d_iname'].string()
|
D | symbols.py | 30 module_name = module['name'].string() 99 attrs[n]['name'].string(): attrs[n]['address'] 110 module_name = module['name'].string()
|
D | tasks.py | 80 comm=task["comm"].string()))
|
D | cpus.py | 152 var_ptr = gdb.parse_and_eval("&" + var_name.string())
|
/scripts/ |
D | show_delta | 13 import string 49 (time_str, rest) = string.split(line[1:],']',1) 50 time = string.atof(time_str) 114 if string.find(rest, base_str)==1:
|
D | checkkconfigsymbols.py | 210 def yel(string): argument 214 return "\033[33m%s\033[0m" % string if COLOR else string 217 def red(string): argument 221 return "\033[31m%s\033[0m" % string if COLOR else string
|
D | checkpatch.pl | 722 my ($string) = @_; 723 return "" if (!defined($string)); 725 while ($string =~ /^\s*\(.*\)\s*$/) { 726 $string =~ s@^\s*\(\s*@@; 727 $string =~ s@\s*\)\s*$@@; 730 $string =~ s@\s+@ @g; 732 return $string; 2041 my ($string) = @_; 2043 $string =~ s/^\s+|\s+$//g; 2045 return $string; [all …]
|
D | config | 18 --set-str option string
|
/scripts/kconfig/ |
D | zconf.gperf | 4 %define string-pool-name kconf_id_strings 39 string, T_TYPE, TF_COMMAND, S_STRING keyword
|
D | zconf.tab.c_shipped | 86 #include <string.h> 191 char *string; 1147 heuristic is that double-quoting is unnecessary unless the string 1208 /* Internationalized format string. */ 1309 produced a string with the wrong number of "%s"s. */ 1689 { zconf_error("unknown statement \"%s\"", (yyvsp[(2) - (4)].string)); } 1706 { zconf_error("unknown option \"%s\"", (yyvsp[(1) - (3)].string)); } 1717 struct symbol *sym = sym_lookup((yyvsp[(2) - (3)].string), 0); 1720 …printd(DEBUG_PARSE, "%s:%d:config %s\n", zconf_curname(), zconf_lineno(), (yyvsp[(2) - (3)].string… 1735 struct symbol *sym = sym_lookup((yyvsp[(2) - (3)].string), 0); [all …]
|
D | zconf.y | 38 char *string; member 56 %token <string> T_HELPTEXT 69 %token <string> T_WORD 70 %token <string> T_WORD_QUOTE 86 %type <string> prompt 93 %type <string> symbol_option_arg word_opt
|
D | zconf.l | 113 zconflval.string = text; 149 zconflval.string = text;
|
D | nconf.h | 83 const char *string,
|
D | nconf.gui.c | 151 const char *string, in print_in_middle() argument 167 length = strlen(string); in print_in_middle() 171 mvwprintw(win, y, x, "%s", string); in print_in_middle()
|
D | zconf.lex.c_shipped | 39 #include <string.h> 801 #include <string.h> 957 /* This used to be an fputs(), but since the string might contain NUL's, 1134 zconflval.string = text; 1218 zconflval.string = text; 1253 zconflval.string = text; 1271 zconflval.string = text; 1286 zconflval.string = text; 2098 /** Setup the input buffer state to scan a string. The next call to zconflex() will 2100 * @param yystr a NUL-terminated string to scan [all …]
|
/scripts/dtc/ |
D | flattree.c | 52 void (*string)(void *, char *, int); member 109 .string = bin_emit_string, 235 .string = asm_emit_string, 272 emit->string(etarget, tree->fullpath, 0); in flatten_tree() 274 emit->string(etarget, tree->name, 0); in flatten_tree() 305 emit->string(etarget, tree->name, tree->basenamelen); in flatten_tree()
|
/scripts/dtc/libfdt/ |
D | fdt_ro.c | 567 const char *string) in fdt_stringlist_search() argument 576 len = strlen(string) + 1; in fdt_stringlist_search() 586 if (length == len && memcmp(list, string, length) == 0) in fdt_stringlist_search()
|
/scripts/kconfig/lxdialog/ |
D | dialog.h | 230 int first_alpha(const char *string, const char *exempt);
|
D | util.c | 532 int first_alpha(const char *string, const char *exempt) in first_alpha() argument 536 for (i = 0; i < strlen(string); i++) { in first_alpha() 537 c = tolower(string[i]); in first_alpha()
|