Lines Matching refs:realfile

1977 	my $realfile = '';
2145 $realfile = $1;
2146 $realfile =~ s@^([^/]*)/@@ if (!$file);
2150 $realfile = $1;
2151 $realfile =~ s@^([^/]*)/@@ if (!$file);
2161 if ($realfile =~ m@^include/asm/@) {
2170 $prefix = "$realfile:$realline: "
2180 if ($realfile =~ m@^(?:drivers/net/|net/|drivers/staging/)@) {
2188 $here .= "FILE: $realfile:$realline:" if ($realcnt != 0);
2209 my $permhere = $here . "FILE: $realfile\n";
2210 if ($realfile !~ m@scripts/@ &&
2211 $realfile !~ /\.(py|pl|awk|sh)$/) {
2438 if (($realfile =~ /^$/ || $line =~ /^\+/) &&
2452 if ($in_header_lines && $realfile =~ /^$/ &&
2467 if ($in_commit_log && $non_utf8_charset && $realfile =~ /^$/ &&
2527 if ($realfile =~ /Kconfig/ &&
2567 if ($realfile =~ /Kconfig/ &&
2574 if ($realfile =~ /Kconfig/ &&
2580 if (($realfile =~ /Makefile.*/ || $realfile =~ /Kbuild.*/) &&
2596 (($realfile =~ /\.dtsi?$/ && $line =~ /^\+\s*compatible\s*=\s*\"/) ||
2597 ($realfile =~ /\.[ch]$/ && $line =~ /^\+.*\.compatible\s*=\s*\"/))) {
2626 next if ($realfile !~ /\.(h|c|s|S|pl|sh|dtsi|dts)$/);
2687 if ($realfile =~ m@arch/blackfin/.*\.S$@) {
2701 next if ($realfile !~ /\.(h|c|pl|dtsi|dts)$/);
2784 if ($realfile =~ m@^(drivers/net/|net/)@ &&
2899 next if ($realfile !~ /\.(h|c)$/);
3271 if ($path =~ "^uapi/" && $realfile =~ m@\binclude/uapi/@) {
4458 seed_camelcase_file($realfile);
4486 $realfile ne $checkfile &&
4491 if ($realfile =~ m{^arch/}) {
4505 if ($realfile !~ m@/vmlinux.lds.h$@ &&
4615 $realfile !~ m@/vmlinux.lds.h$@ &&
4668 if ($realfile eq 'vmlinux.lds.h' && $line =~ /(?:(?:^|\s)$Ident\s*=|=\s*$Ident(?:\s|$))/) {
5045 if ($realfile !~ m@^include/uapi/@ &&
5152 …if ($line =~ m@^.\s*\#\s*if.*\b(__i386__|__powerpc64__|__sun__|__s390x__)\b@ && $realfile !~ m@inc…
5172 if ($realfile !~ m@\binclude/uapi/@ &&
5183 if ($realfile !~ m@\binclude/uapi/@ &&
5190 if ($realfile !~ m@\binclude/uapi/@ &&
5197 if ($realfile !~ m@\binclude/uapi/@ &&
5208 if ($realfile !~ m@\binclude/uapi/@ &&
5227 if ($realfile !~ m@\binclude/uapi/@ &&
5417 if ($realfile =~ /\.h$/ &&
5427 if ($realfile =~ /\.c$/ && defined $stat &&
5449 } elsif ($realfile =~ /\.c$/ && defined $stat &&
5719 if ($realfile =~ m@^drivers/@) {
5722 } elsif ($realfile !~ m@^kernel/@) {
5731 if ($realfile !~ m@^kernel/lockdep@ &&
5732 $realfile !~ m@^include/linux/lockdep@ &&
5733 $realfile !~ m@^drivers/base/core@) {