Lines Matching refs:realfile

1915 	my $realfile = '';
2086 $realfile = $1;
2087 $realfile =~ s@^([^/]*)/@@ if (!$file);
2091 $realfile = $1;
2092 $realfile =~ s@^([^/]*)/@@ if (!$file);
2102 if ($realfile =~ m@^include/asm/@) {
2110 if ($realfile =~ m@^(drivers/net/|net/)@) {
2118 $here .= "FILE: $realfile:$realline:" if ($realcnt != 0);
2128 my $permhere = $here . "FILE: $realfile\n";
2129 if ($realfile !~ m@scripts/@ &&
2130 $realfile !~ /\.(py|pl|awk|sh)$/) {
2323 if (($realfile =~ /^$/ || $line =~ /^\+/) &&
2337 if ($in_header_lines && $realfile =~ /^$/ &&
2352 if ($in_commit_log && $non_utf8_charset && $realfile =~ /^$/ &&
2412 if ($realfile =~ /Kconfig/ &&
2452 if ($realfile =~ /Kconfig/ &&
2459 if ($realfile =~ /Kconfig/ &&
2465 if (($realfile =~ /Makefile.*/ || $realfile =~ /Kbuild.*/) &&
2481 (($realfile =~ /\.dtsi?$/ && $line =~ /^\+\s*compatible\s*=\s*\"/) ||
2482 ($realfile =~ /\.[ch]$/ && $line =~ /^\+.*\.compatible\s*=\s*\"/))) {
2511 next if ($realfile !~ /\.(h|c|s|S|pl|sh|dtsi|dts)$/);
2532 if ($realfile =~ m@arch/blackfin/.*\.S$@) {
2546 next if ($realfile !~ /\.(h|c|pl|dtsi|dts)$/);
2627 if ($realfile =~ m@^(drivers/net/|net/)@ &&
2635 if ($realfile =~ m@^(drivers/net/|net/)@ &&
2644 if ($realfile =~ m@^(drivers/net/|net/)@ &&
2741 next if ($realfile !~ /\.(h|c)$/);
3104 if ($path =~ "^uapi/" && $realfile =~ m@\binclude/uapi/@) {
4262 seed_camelcase_file($realfile);
4290 $realfile ne $checkfile &&
4295 if ($realfile =~ m{^arch/}) {
4309 if ($realfile !~ m@/vmlinux.lds.h$@ &&
4419 $realfile !~ m@/vmlinux.lds.h$@ &&
4472 if ($realfile eq 'vmlinux.lds.h' && $line =~ /(?:(?:^|\s)$Ident\s*=|=\s*$Ident(?:\s|$))/) {
4821 if ($realfile !~ m@^include/uapi/@ &&
4902 …if ($line =~ m@^.\s*\#\s*if.*\b(__i386__|__powerpc64__|__sun__|__s390x__)\b@ && $realfile !~ m@inc…
4922 if ($realfile !~ m@\binclude/uapi/@ &&
4933 if ($realfile !~ m@\binclude/uapi/@ &&
4940 if ($realfile !~ m@\binclude/uapi/@ &&
4947 if ($realfile !~ m@\binclude/uapi/@ &&
4958 if ($realfile !~ m@\binclude/uapi/@ &&
5117 if ($realfile =~ /\.h$/ &&
5127 if ($realfile =~ /\.c$/ && defined $stat &&
5149 } elsif ($realfile =~ /\.c$/ && defined $stat &&
5419 if ($realfile =~ m@^drivers/@) {
5422 } elsif ($realfile !~ m@^kernel/@) {
5431 if ($realfile !~ m@^kernel/lockdep@ &&
5432 $realfile !~ m@^include/linux/lockdep@ &&
5433 $realfile !~ m@^drivers/base/core@) {