Searched refs:entry (Results 1 – 9 of 9) sorted by relevance
/scripts/ |
D | gcc-goto.sh | 17 entry: 18 asm goto ("" :::: entry);
|
D | get_maintainer.pl | 1107 while (my $entry = shift(@address_list)) { 1108 push_email_address($entry, $role); 1123 foreach my $entry (@email_to) { 1125 my ($entry_name, $entry_address) = parse_email($entry->[0]); 1127 && ($role eq "" || !($entry->[1] =~ m/$role/)) 1129 if ($entry->[1] eq "") { 1130 $entry->[1] = "$role"; 1132 $entry->[1] = "$entry->[1],$role"; 1136 if ($email eq $entry->[0] 1137 && ($role eq "" || !($entry->[1] =~ m/$role/)) [all …]
|
D | checksyscalls.sh | 202 while read nr abi name entry ; do
|
D | checkpatch.pl | 363 for my $entry (split(/[, ]+/, $1)) { 364 if ($entry =~ m@include/(.*)@) { 367 } elsif ($entry !~ m@/@) { 368 push(@dep_functions, $entry);
|
/scripts/kconfig/ |
D | qconf.cc | 1694 QString entry; in saveSettings() local 1697 entry = "single"; in saveSettings() 1701 entry = "split"; in saveSettings() 1705 entry = "full"; in saveSettings() 1711 configSettings->writeEntry("/listMode", entry); in saveSettings()
|
D | zconf.tab.c_shipped | 805 in Bison 2.4.2's NEWS entry, where a plan to phase it out is 1311 fprintf(stderr, "%s:%d: missing end statement for this entry\n", 1321 fprintf(stderr, "%s:%d: missing end statement for this entry\n", 1331 fprintf(stderr, "%s:%d: missing end statement for this entry\n",
|
/scripts/mod/ |
D | file2alias.c | 1074 int (*do_entry)(const char *, void *entry, char *alias) = function; in do_table()
|
/scripts/dtc/ |
D | dtc-parser.tab.c_shipped | 601 in Bison 2.4.2's NEWS entry, where a plan to phase it out is
|
/scripts/genksyms/ |
D | parse.tab.c_shipped | 880 in Bison 2.4.2's NEWS entry, where a plan to phase it out is
|