Searched refs:ignore (Results 1 – 9 of 9) sorted by relevance
| /scripts/ |
| D | tags.sh | 16 ignore="$(echo "$RCS_FIND_IGNORE" | sed 's|\\||g' )" 18 ignore="$ignore ( -name *.mod.c ) -prune -o" 23 ignore="${ignore} ( -path $i ) -prune -o" 55 find ${tree}arch/$1 $ignore $prune -name "$2" -not -type l -print; 64 find $include $ignore -name "$2" -not -type l -print; 71 find ${tree}include $ignore -name config -prune -o -name "$1" \ 79 find ${tree}* $ignore \ 102 find $ignore -name "*.cmd" -exec \ 120 find ${tree}arch/ -maxdepth 1 $ignore \
|
| D | checkkconfigsymbols.py | 109 if args.ignore: 111 re.match(args.ignore, "this/is/just/a/test.c") 126 sims = find_sims(args.sim, args.ignore) 155 undefined_a, _ = check_symbols(args.ignore) 159 undefined_b, defined = check_symbols(args.ignore) 179 undefined, defined = check_symbols(args.ignore) 188 sims = find_sims(symbol, args.ignore, defined) 270 def find_sims(symbol, ignore, defined=[]): argument 284 arglist.append((part, ignore)) 309 def check_symbols(ignore): argument [all …]
|
| D | headers_install.sh | 87 for ignore in $config_leak_ignores 89 if echo "$INFILE:$c" | grep -q "$ignore$"; then
|
| D | get_maintainer.pl | 217 open(my $ignore, '<', "$ignore_file") 219 while (<$ignore>) { 232 close($ignore); 808 foreach my $ignore (@ignore_emails) { 809 return 1 if ($ignore eq $address);
|
| D | unifdef.c | 179 static bool ignore[MAXSYMS]; /* -iDsym or -iUsym */ variable 687 if (ignore[cursym]) in parseline() 1166 ignore[symind] = ignorethis; in addsym()
|
| D | checkpatch.pl | 57 my @ignore = (); 309 'ignore=s' => \@ignore, 428 hash_save_array_words(\%ignore_type, \@ignore);
|
| D | spelling.txt | 836 ingore||ignore
|
| /scripts/coccinelle/misc/ |
| D | struct_size.cocci | 16 // the macros, so we want to ignore this code when reporting potential
|
| /scripts/kconfig/ |
| D | qconf.cc | 1767 e->ignore(); in closeEvent() 1773 e->ignore(); in closeEvent()
|