Searched refs:ignore (Results 1 – 8 of 8) sorted by relevance
/scripts/ |
D | tags.sh | 16 ignore="$(echo "$RCS_FIND_IGNORE" | sed 's|\\||g' )" 18 ignore="$ignore ( -name *.mod.c ) -prune -o" 29 ignore="$ignore ( -path ${tree}tools ) -prune -o" 51 find ${tree}arch/$1 $ignore $prune -name "$2" -not -type l -print; 60 find $include $ignore -name "$2" -not -type l -print; 67 find ${tree}include $ignore -name config -prune -o -name "$1" \ 75 find ${tree}* $ignore \ 128 find ${tree}arch/ -maxdepth 1 $ignore \
|
D | checkkconfigsymbols.py | 107 if args.ignore: 109 re.match(args.ignore, "this/is/just/a/test.c") 124 sims = find_sims(args.sim, args.ignore) 153 undefined_a, _ = check_symbols(args.ignore) 157 undefined_b, defined = check_symbols(args.ignore) 177 undefined, defined = check_symbols(args.ignore) 186 sims = find_sims(symbol, args.ignore, defined) 268 def find_sims(symbol, ignore, defined=[]): argument 282 arglist.append((part, ignore)) 307 def check_symbols(ignore): argument [all …]
|
D | headers_install.sh | 103 for ignore in $config_leak_ignores 105 if echo "$INFILE:$c" | grep -q "$ignore$"; then
|
D | get_maintainer.pl | 206 open(my $ignore, '<', "$ignore_file") 208 while (<$ignore>) { 221 close($ignore); 775 foreach my $ignore (@ignore_emails) { 776 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 | 56 my @ignore = (); 306 'ignore=s' => \@ignore, 425 hash_save_array_words(\%ignore_type, \@ignore);
|
D | spelling.txt | 703 ingore||ignore
|
/scripts/kconfig/ |
D | qconf.cc | 1757 e->ignore(); in closeEvent() 1763 e->ignore(); in closeEvent()
|