| /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() 304 current_name = (*$1)->string; 313 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/ |
| 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 | 765 my ($string) = @_; 766 return "" if (!defined($string)); 768 while ($string =~ /^\s*\(.*\)\s*$/) { 769 $string =~ s@^\s*\(\s*@@; 770 $string =~ s@\s*\)\s*$@@; 773 $string =~ s@\s+@ @g; 775 return $string; 2087 my ($string) = @_; 2089 $string =~ s/^\s+|\s+$//g; 2091 return $string; [all …]
|
| D | config | 19 --set-str option string
|
| D | Kbuild.include | 291 # string if equal. User may override this check using make KBUILD_NOCMDDEP=1 302 # Replace >'< with >'\''< to be able to enclose the whole string in '...' 405 # When a Kconfig string contains a filename, it is suitable for 412 # we *do* need to escape any spaces in the string. So, for example:
|
| /scripts/gdb/linux/ |
| 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 | proc.py | 30 gdb.write(gdb.parse_and_eval("saved_command_line").string() + "\n") 44 gdb.write(gdb.parse_and_eval("(char *)linux_banner").string()) 75 res['name'].string() + "\n") 111 for key, string in lst.items(): 113 opts += string 168 devname = vfs['mnt_devname'].string() 184 fstype = superblock['s_type']['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'] 111 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/kconfig/ |
| D | zconf.tab.c_shipped | 84 #include <string.h> 187 char *string; 1016 heuristic is that double-quoting is unnecessary unless the string 1076 /* Internationalized format string. */ 1177 produced a string with the wrong number of "%s"s. */ 1511 { zconf_error("unknown statement \"%s\"", (yyvsp[-2].string)); } 1531 { zconf_error("unknown option \"%s\"", (yyvsp[-2].string)); } 1544 struct symbol *sym = sym_lookup((yyvsp[-1].string), 0); 1547 printd(DEBUG_PARSE, "%s:%d:config %s\n", zconf_curname(), zconf_lineno(), (yyvsp[-1].string)); 1564 struct symbol *sym = sym_lookup((yyvsp[-1].string), 0); [all …]
|
| D | zconf.y | 38 char *string; member 56 %token <string> T_HELPTEXT 70 %token <string> T_WORD 71 %token <string> T_WORD_QUOTE 87 %type <string> prompt 94 %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 *, const char *, int); member 109 .string = bin_emit_string, 227 .string = asm_emit_string, 264 emit->string(etarget, tree->fullpath, 0); in flatten_tree() 266 emit->string(etarget, tree->name, 0); in flatten_tree() 297 emit->string(etarget, tree->name, tree->basenamelen); in flatten_tree()
|
| /scripts/dtc/libfdt/ |
| D | fdt_ro.c | 593 const char *string) in fdt_stringlist_search() argument 602 len = strlen(string) + 1; in fdt_stringlist_search() 612 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()
|