Lines Matching refs:file
427 my $file = shift @ARGV;
428 push(@export_file_list, $file);
468 my $file = shift;
488 print STDERR "${file}:$.: warning: duplicate section name '$name'\n";
505 my $file = shift;
519 dump_section($file, $name, $contents);
1052 my ($prototype, $file) = @_;
1063 my $file = shift;
1158 create_parameterlist($members, ';', $file, $declaration_name);
1159 check_sections($file, $declaration_name, $decl_type, $sectcheck, $struct_actual);
1197 print STDERR "${file}:$.: error: Cannot parse struct or union!\n";
1242 my $file = shift;
1261 … print STDERR "${file}:$.: warning: Enum value '$arg' not described in enum '$declaration_name'\n";
1270 … print STDERR "${file}:$.: warning: Excess enum value '$k' description in '$declaration_name'\n";
1287 print STDERR "${file}:$.: error: Cannot parse enum!\n";
1294 my $file = shift;
1307 create_parameterlist($args, ',', $file, $declaration_name);
1343 print STDERR "${file}:$.: error: Cannot parse typedef!\n";
1359 my $file = shift;
1381 push_parameter($arg, "", $file);
1390 push_parameter($param, $type, $file, $declaration_name);
1415 push_parameter($2, "$type $1", $file, $declaration_name);
1420 push_parameter($1, "$type:$2", $file, $declaration_name)
1425 push_parameter($param, $type, $file, $declaration_name);
1435 my $file = shift;
1479 …"${file}:$.: warning: Function parameter or member '$param' not described in '$declaration_name'\n…
1499 my ($file, $decl_name, $decl_type, $sectcheck, $prmscheck) = @_;
1528 print STDERR "${file}:$.: warning: " .
1541 my $file = shift;
1553 print STDERR "${file}:$.: warning: " .
1566 my $file = shift;
1638 create_parameterlist($args, ',', $file, $declaration_name);
1640 print STDERR "${file}:$.: warning: cannot understand function prototype: '$prototype'\n";
1645 check_sections($file, $declaration_name, "function", $sectcheck, $prms);
1653 check_return_section($file, $declaration_name, $return_type);
1686 my $file = shift;
1704 print STDERR "${file}:$.: warning: Unrecognized tracepoint format: \n".
1747 my $file = shift;
1768 tracepoint_munge($file);
1770 dump_function($prototype, $file);
1777 my $file = shift;
1798 dump_declaration($prototype, $file);
1812 my $file;
1816 $file = "$ENV{'SRCTREE'}" . "/" . $orig_file;
1818 $file = $orig_file;
1821 if (defined($source_map{$file})) {
1822 $file = $source_map{$file};
1825 return $file;
1830 my $file = map_filename($orig_file);
1832 if (!open(IN,"<$file")) {
1833 print STDERR "Error: Cannot open file $file\n";
1864 my $file = shift;
1904 print STDERR "${file}:$.: warning: missing initial short description on line:\n";
1922 print STDERR "${file}:$.: info: Scanning doc for $identifier\n";
1925 print STDERR "${file}:$.: warning: Cannot understand $_ on line $.",
1937 my $file = shift;
1957 print STDERR "${file}:$.: warning: contents before sections\n";
1960 dump_section($file, $section, $contents);
1978 dump_section($file, $section, $contents);
1984 print STDERR "${file}:$.: warning: suspicious ending line: $_";
1996 dump_section($file, $section, $contents);
2025 print STDERR "${file}:$.: warning: bad line: $_";
2035 my $file = shift;
2042 dump_section($file, $section, $contents);
2050 process_proto_function($_, $file);
2052 process_proto_type($_, $file);
2060 my $file = shift;
2063 dump_doc_section($file, $section, $contents);
2087 my $file = shift;
2104 dump_section($file, $section, $contents);
2120 print STDERR "${file}:$.: warning: ";
2129 my $file;
2133 $file = map_filename($orig_file);
2135 if (!open(IN,"<$file")) {
2136 print STDERR "Error: Cannot open file $file\n";
2154 process_name($file, $_);
2156 process_body($file, $_);
2158 process_inline($file, $_);
2160 process_proto($file, $_);
2162 process_docblock($file, $_);
2170 print STDERR "${file}:1: warning: '$_' not found\n"
2174 print STDERR "${file}:1: warning: no structured comments found\n";