Lines Matching refs:file
58 my ($file, $ln, $msg, $data) = @_;
62 print STDERR "Warning: file $file#$ln:\n\t$msg";
93 my $file = $File::Find::name;
95 my $mode = (stat($file))[2];
97 return if ($file =~ m,($prefix)/arch-support.txt,);
98 return if (!($file =~ m,arch-support.txt$,));
101 printf ".. FILE %s\n", abs_path($file);
119 print STDERR "Opening $file\n" if ($debug > 1);
120 open IN, $file;
180 parse_error($file, $ln, "line is invalid", $_);
185 parse_error($file, $ln, "Feature name not found", "");
189 parse_error($file, $ln, "Subsystem not found", "") if (!$subsys);
190 parse_error($file, $ln, "Kconfig not found", "") if (!$kconfig);
191 parse_error($file, $ln, "Description not found", "") if (!$description);
194 parse_error($file, $ln, "Architecture table not found", "");
198 $data{$name}->{where} = $file;