Lines Matching refs:realfile
2276 my $realfile = '';
2461 $realfile = $1;
2462 $realfile =~ s@^([^/]*)/@@ if (!$file);
2466 $realfile = $1;
2467 $realfile =~ s@^([^/]*)/@@ if (!$file);
2477 if ($realfile =~ m@^include/asm/@) {
2486 $prefix = "$realfile:$realline: "
2496 if (is_maintained_obsolete($realfile)) {
2498 …"$realfile is marked as 'obsolete' in the MAINTAINERS hierarchy. No unnecessary modifications ple…
2500 if ($realfile =~ m@^(?:drivers/net/|net/|drivers/staging/)@) {
2507 if ($realfile !~ /^MAINTAINERS/) {
2510 $is_binding_patch = () = $realfile =~ m@^(?:Documentation/devicetree/|include/dt-bindings/)@;
2522 $here .= "FILE: $realfile:$realline:" if ($realcnt != 0);
2555 my $permhere = $here . "FILE: $realfile\n";
2556 if ($realfile !~ m@scripts/@ &&
2557 $realfile !~ /\.(py|pl|awk|sh)$/) {
2782 if (($realfile =~ /^$/ || $line =~ /^\+/) &&
2796 if ($in_header_lines && $realfile =~ /^$/ &&
2812 if ($in_commit_log && $non_utf8_charset && $realfile =~ /^$/ &&
2887 if ($realfile =~ /Kconfig/ &&
2940 if ($realfile =~ /^MAINTAINERS$/ &&
2951 if ($realfile =~ /Kconfig/ &&
2957 if (($realfile =~ /Makefile.*/ || $realfile =~ /Kbuild.*/) &&
2973 (($realfile =~ /\.dtsi?$/ && $line =~ /^\+\s*compatible\s*=\s*\"/) ||
2974 ($realfile =~ /\.[ch]$/ && $line =~ /^\+.*\.compatible\s*=\s*\"/))) {
3008 if ($realfile =~ /\.(h|s|S)$/) {
3010 } elsif ($realfile =~ /\.(c|dts|dtsi)$/) {
3012 } elsif (($checklicenseline == 2) || $realfile =~ /\.(sh|pl|py|awk|tc)$/) {
3014 } elsif ($realfile =~ /\.rst$/) {
3033 next if ($realfile !~ /\.(h|c|s|S|sh|dtsi|dts)$/);
3104 next if ($realfile !~ /\.(h|c|pl|dtsi|dts)$/);
3206 if ($realfile =~ m@^(drivers/net/|net/)@ &&
3346 next if ($realfile !~ /\.(h|c)$/);
3755 if ($path =~ "^uapi/" && $realfile =~ m@\binclude/uapi/@) {
4663 if (($realfile !~ m@^(?:drivers/staging/)@ || $check_orig) &&
4963 seed_camelcase_file($realfile);
4991 $realfile ne $checkfile &&
4996 if ($realfile =~ m{^arch/}) {
5010 if ($realfile !~ m@/vmlinux.lds.h$@ &&
5172 $realfile !~ m@/vmlinux.lds.h$@ &&
5631 if ($realfile !~ m@^include/uapi/@ &&
5735 if ($realfile !~ m@^include/asm-generic/@ &&
5736 $realfile !~ m@/barrier\.h$@ &&
5758 …if ($line =~ m@^.\s*\#\s*if.*\b(__i386__|__powerpc64__|__sun__|__s390x__)\b@ && $realfile !~ m@inc…
5786 if ($realfile !~ m@\binclude/uapi/@ &&
5797 if ($realfile !~ m@\binclude/uapi/@ &&
5804 if ($realfile !~ m@\binclude/uapi/@ &&
5811 if ($realfile !~ m@\binclude/uapi/@ &&
5822 if ($realfile !~ m@\binclude/uapi/@ &&
5841 if ($realfile !~ m@\binclude/uapi/@ &&
5842 $realfile !~ m@\btools/@ &&
6093 if ($realfile =~ /\.h$/ &&
6103 if ($realfile =~ /\.c$/ && defined $stat &&
6125 } elsif ($realfile =~ /\.c$/ && defined $stat &&
6246 if ($realfile !~ m@^include/uapi/@ &&
6358 if ($realfile =~ /\.h$/ &&
6418 if ($realfile =~ m@^drivers/@) {
6421 } elsif ($realfile !~ m@^kernel/@) {
6436 if ($realfile !~ m@^kernel/lockdep@ &&
6437 $realfile !~ m@^include/linux/lockdep@ &&
6438 $realfile !~ m@^drivers/base/core@) {