Lines Matching refs:file

453 	my $file = shift @ARGV;
454 push(@export_file_list, $file);
558 my $file = shift;
578 print STDERR "${file}:$.: warning: duplicate section name '$name'\n";
595 my $file = shift;
609 dump_section($file, $name, $contents);
1188 my ($prototype, $file) = @_;
1199 my $file = shift;
1298 create_parameterlist($members, ';', $file, $declaration_name);
1299 check_sections($file, $declaration_name, $decl_type, $sectcheck, $struct_actual);
1337 print STDERR "${file}:$.: error: Cannot parse struct or union!\n";
1377 my $file = shift;
1404 … print STDERR "${file}:$.: warning: Enum value '$arg' not described in enum '$declaration_name'\n";
1413 … print STDERR "${file}:$.: warning: Excess enum value '$k' description in '$declaration_name'\n";
1429 print STDERR "${file}:$.: error: Cannot parse enum!\n";
1443 my $file = shift;
1454 create_parameterlist($args, ',', $file, $declaration_name);
1490 print STDERR "${file}:$.: error: Cannot parse typedef!\n";
1506 my $file = shift;
1528 push_parameter($arg, "", "", $file);
1537 push_parameter($param, $type, $arg, $file, $declaration_name);
1563 push_parameter($2, "$type $1", $arg, $file, $declaration_name);
1568 push_parameter($1, "$type:$2", $arg, $file, $declaration_name)
1573 push_parameter($param, $type, $arg, $file, $declaration_name);
1584 my $file = shift;
1632 …"${file}:$.: warning: Function parameter or member '$param' not described in '$declaration_name'\n…
1652 my ($file, $decl_name, $decl_type, $sectcheck, $prmscheck) = @_;
1681 print STDERR "${file}:$.: warning: " .
1694 my $file = shift;
1706 print STDERR "${file}:$.: warning: " .
1719 my $file = shift;
1796 create_parameterlist($args, ',', $file, $declaration_name);
1798 print STDERR "${file}:$.: warning: cannot understand function prototype: '$prototype'\n";
1803 check_sections($file, $declaration_name, "function", $sectcheck, $prms);
1811 check_return_section($file, $declaration_name, $return_type);
1862 my $file = shift;
1880 print STDERR "${file}:$.: warning: Unrecognized tracepoint format: \n".
1923 my $file = shift;
1949 tracepoint_munge($file);
1951 dump_function($prototype, $file);
1958 my $file = shift;
1979 dump_declaration($prototype, $file);
1993 my $file;
1997 $file = "$ENV{'SRCTREE'}" . "/" . $orig_file;
1999 $file = $orig_file;
2002 if (defined($source_map{$file})) {
2003 $file = $source_map{$file};
2006 return $file;
2011 my $file = map_filename($orig_file);
2013 if (!open(IN,"<$file")) {
2014 print STDERR "Error: Cannot open file $file\n";
2046 my $file = shift;
2086 print STDERR "${file}:$.: warning: missing initial short description on line:\n";
2104 print STDERR "${file}:$.: info: Scanning doc for $identifier\n";
2107 print STDERR "${file}:$.: warning: Cannot understand $_ on line $.",
2119 my $file = shift;
2128 … print STDERR "${file}:$.: warning: Variable macro arguments should be documented without dots\n";
2134 dump_section($file, $section, $contents);
2158 print STDERR "${file}:$.: warning: contents before sections\n";
2161 dump_section($file, $section, $contents);
2179 dump_section($file, $section, $contents);
2185 print STDERR "${file}:$.: warning: suspicious ending line: $_";
2196 dump_section($file, $section, $contents);
2230 print STDERR "${file}:$.: warning: bad line: $_";
2240 my $file = shift;
2247 dump_section($file, $section, $contents);
2255 process_proto_function($_, $file);
2257 process_proto_type($_, $file);
2265 my $file = shift;
2268 dump_doc_section($file, $section, $contents);
2292 my $file = shift;
2309 dump_section($file, $section, $contents);
2325 print STDERR "${file}:$.: warning: ";
2334 my $file;
2338 $file = map_filename($orig_file);
2340 if (!open(IN_FILE,"<$file")) {
2341 print STDERR "Error: Cannot open file $file\n";
2359 process_name($file, $_);
2362 process_body($file, $_);
2364 process_inline($file, $_);
2366 process_proto($file, $_);
2368 process_docblock($file, $_);
2376 print STDERR "${file}:1: warning: '$_' not found\n"
2380 print STDERR "${file}:1: warning: no structured comments found\n";