Lines Matching refs:file
24 my $file = 0;
73 'f|file!' => \$file,
271 $chk_signoff = 0 if ($file);
299 if ($file) {
1125 my $file = $absolute;
1130 while ($file =~ s@^[^/]*/@@) {
1131 if (-f "$root/$file") {
1142 substr($prefix, -length($file)) = '';
1325 $prefix = "$filename:$realline: " if ($emacs && $file);
1326 $prefix = "$filename:$linenr: " if ($emacs && !$file);
1328 $here = "#$linenr: " if (!$file);
1329 $here = "#$realline: " if ($file);
1341 if (!$file && $tree && $p1_prefix ne '' &&
1391 my $file = $1;
1393 if ($file =~ m{^(.*?)(?::\d+)+:?$} &&
1397 check_absolute_file($file, $herecurr);
2422 my $file = "$1.h";
2423 my $checkfile = "include/linux/$file";
2429 CHK("Consider using #include <linux/$file> instead of <asm/$file>\n" . $herecurr);
2431 WARN("Use #include <linux/$file> instead of <asm/$file>\n" . $herecurr);