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" 30 ignore="$ignore ( -path ./tools ) -prune -o" 32 ignore="$ignore ( -path ${tree}tools ) -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 \ 107 find $ignore -name "*.cmd" -exec \ 125 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 | 98 for ignore in $config_leak_ignores 100 if echo "$INFILE:$c" | grep -q "$ignore$"; then
|
D | get_maintainer.pl | 214 open(my $ignore, '<', "$ignore_file") 216 while (<$ignore>) { 229 close($ignore); 797 foreach my $ignore (@ignore_emails) { 798 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 | 781 ingore||ignore
|
/scripts/kconfig/ |
D | qconf.cc | 1763 e->ignore(); in closeEvent() 1769 e->ignore(); in closeEvent()
|