Lines Matching refs:file
24 my $file = 0;
38 'file!' => \$file,
206 $chk_signoff = 0 if ($file);
234 if ($file) {
1035 my $file = $absolute;
1040 while ($file =~ s@^[^/]*/@@) {
1041 if (-f "$root/$file") {
1052 substr($prefix, -length($file)) = '';
1232 $prefix = "$filename:$realline: " if ($emacs && $file);
1233 $prefix = "$filename:$linenr: " if ($emacs && !$file);
1235 $here = "#$linenr: " if (!$file);
1236 $here = "#$realline: " if ($file);
1244 if (!$file && $tree && $p1_prefix ne '' &&
1286 my $file = $1;
1288 if ($file =~ m{^(.*?)(?::\d+)+:?$} &&
1292 check_absolute_file($file, $herecurr);
2163 my $file = "$1.h";
2164 my $checkfile = "include/linux/$file";
2170 CHK("Consider using #include <linux/$file> instead of <asm/$file>\n" . $herecurr);
2172 WARN("Use #include <linux/$file> instead of <asm/$file>\n" . $herecurr);