Home
last modified time | relevance | path

Searched refs:ignore (Results 1 – 11 of 11) sorted by relevance

/scripts/
A Dtags.sh16 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 \
A Dcheckkconfigsymbols.py109 if args.ignore:
126 sims = find_sims(args.sim, args.ignore)
270 def find_sims(symbol, ignore, defined=[]): argument
284 arglist.append((part, ignore))
309 def check_symbols(ignore): argument
315 return check_symbols_helper(pool, ignore)
322 def check_symbols_helper(pool, ignore): argument
334 if ignore and re.match(ignore, gitfile):
347 arglist.append((part, ignore))
418 ignore = args[1]
[all …]
A Dheaders_install.sh87 for ignore in $config_leak_ignores
89 if echo "$INFILE:$c" | grep -q "$ignore$"; then
A DMakefile.ubsan22 -fsanitize-undefined-ignore-overflow-pattern=all \
27 -fsanitize-ignorelist=$(srctree)/scripts/integer-wrap-ignore.scl
A Dget_maintainer.pl218 open(my $ignore, '<', "$ignore_file")
220 while (<$ignore>) {
233 close($ignore);
820 foreach my $ignore (@ignore_emails) {
821 return 1 if ($ignore eq $address);
A Dunifdef.c179 static bool ignore[MAXSYMS]; /* -iDsym or -iUsym */ variable
687 if (ignore[cursym]) in parseline()
1166 ignore[symind] = ignorethis; in addsym()
A Dcheckpatch.pl57 my @ignore = ();
328 'ignore=s' => \@ignore,
447 hash_save_array_words(\%ignore_type, \@ignore);
A Dspelling.txt869 ingore||ignore
/scripts/basic/
A DMakefile19 $(obj)/../../include/generated/integer-wrap.h: $(srctree)/scripts/integer-wrap-ignore.scl FORCE
/scripts/coccinelle/misc/
A Dstruct_size.cocci16 // the macros, so we want to ignore this code when reporting potential
/scripts/kconfig/
A Dqconf.cc1701 e->ignore(); in closeEvent()
1707 e->ignore(); in closeEvent()

Completed in 23 milliseconds