Lines Matching refs:realfile
2198 my $realfile = '';
2373 $realfile = $1;
2374 $realfile =~ s@^([^/]*)/@@ if (!$file);
2378 $realfile = $1;
2379 $realfile =~ s@^([^/]*)/@@ if (!$file);
2389 if ($realfile =~ m@^include/asm/@) {
2398 $prefix = "$realfile:$realline: "
2408 if (is_maintained_obsolete($realfile)) {
2410 …"$realfile is marked as 'obsolete' in the MAINTAINERS hierarchy. No unnecessary modifications ple…
2412 if ($realfile =~ m@^(?:drivers/net/|net/|drivers/staging/)@) {
2420 $here .= "FILE: $realfile:$realline:" if ($realcnt != 0);
2441 my $permhere = $here . "FILE: $realfile\n";
2442 if ($realfile !~ m@scripts/@ &&
2443 $realfile !~ /\.(py|pl|awk|sh)$/) {
2660 if (($realfile =~ /^$/ || $line =~ /^\+/) &&
2674 if ($in_header_lines && $realfile =~ /^$/ &&
2690 if ($in_commit_log && $non_utf8_charset && $realfile =~ /^$/ &&
2765 if ($realfile =~ /Kconfig/ &&
2805 if ($realfile =~ /^MAINTAINERS$/ &&
2816 if ($realfile =~ /Kconfig/ &&
2822 if (($realfile =~ /Makefile.*/ || $realfile =~ /Kbuild.*/) &&
2838 (($realfile =~ /\.dtsi?$/ && $line =~ /^\+\s*compatible\s*=\s*\"/) ||
2839 ($realfile =~ /\.[ch]$/ && $line =~ /^\+.*\.compatible\s*=\s*\"/))) {
2868 next if ($realfile !~ /\.(h|c|s|S|sh|dtsi|dts)$/);
2933 if ($realfile =~ m@arch/blackfin/.*\.S$@) {
2947 next if ($realfile !~ /\.(h|c|pl|dtsi|dts)$/);
3043 if ($realfile =~ m@^(drivers/net/|net/)@ &&
3182 next if ($realfile !~ /\.(h|c)$/);
3597 if ($path =~ "^uapi/" && $realfile =~ m@\binclude/uapi/@) {
4775 seed_camelcase_file($realfile);
4803 $realfile ne $checkfile &&
4808 if ($realfile =~ m{^arch/}) {
4822 if ($realfile !~ m@/vmlinux.lds.h$@ &&
4990 $realfile !~ m@/vmlinux.lds.h$@ &&
5043 if ($realfile eq 'vmlinux.lds.h' && $line =~ /(?:(?:^|\s)$Ident\s*=|=\s*$Ident(?:\s|$))/) {
5454 if ($realfile !~ m@^include/uapi/@ &&
5558 if ($realfile !~ m@^include/asm-generic/@ &&
5559 $realfile !~ m@/barrier\.h$@ &&
5575 …if ($line =~ m@^.\s*\#\s*if.*\b(__i386__|__powerpc64__|__sun__|__s390x__)\b@ && $realfile !~ m@inc…
5603 if ($realfile !~ m@\binclude/uapi/@ &&
5614 if ($realfile !~ m@\binclude/uapi/@ &&
5621 if ($realfile !~ m@\binclude/uapi/@ &&
5628 if ($realfile !~ m@\binclude/uapi/@ &&
5635 if ($realfile !~ m@\binclude/uapi/@ &&
5646 if ($realfile !~ m@\binclude/uapi/@ &&
5665 if ($realfile !~ m@\binclude/uapi/@ &&
5666 $realfile !~ m@\btools/@ &&
5902 if ($realfile =~ /\.h$/ &&
5912 if ($realfile =~ /\.c$/ && defined $stat &&
5934 } elsif ($realfile =~ /\.c$/ && defined $stat &&
6057 if ($realfile !~ m@^include/uapi/@ &&
6219 if ($realfile =~ m@^drivers/@) {
6222 } elsif ($realfile !~ m@^kernel/@) {
6259 if ($realfile !~ m@^kernel/lockdep@ &&
6260 $realfile !~ m@^include/linux/lockdep@ &&
6261 $realfile !~ m@^drivers/base/core@) {