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;
1306 create_parameterlist($members, ';', $file, $declaration_name);
1307 check_sections($file, $declaration_name, $decl_type, $sectcheck, $struct_actual);
1345 print STDERR "${file}:$.: error: Cannot parse struct or union!\n";
1385 my $file = shift;
1412 … print STDERR "${file}:$.: warning: Enum value '$arg' not described in enum '$declaration_name'\n";
1421 … print STDERR "${file}:$.: warning: Excess enum value '$k' description in '$declaration_name'\n";
1437 print STDERR "${file}:$.: error: Cannot parse enum!\n";
1451 my $file = shift;
1462 create_parameterlist($args, ',', $file, $declaration_name);
1498 print STDERR "${file}:$.: error: Cannot parse typedef!\n";
1514 my $file = shift;
1536 push_parameter($arg, "", "", $file);
1545 push_parameter($param, $type, $arg, $file, $declaration_name);
1571 push_parameter($2, "$type $1", $arg, $file, $declaration_name);
1576 push_parameter($1, "$type:$2", $arg, $file, $declaration_name)
1581 push_parameter($param, $type, $arg, $file, $declaration_name);
1592 my $file = shift;
1640 …"${file}:$.: warning: Function parameter or member '$param' not described in '$declaration_name'\n…
1660 my ($file, $decl_name, $decl_type, $sectcheck, $prmscheck) = @_;
1689 print STDERR "${file}:$.: warning: " .
1702 my $file = shift;
1714 print STDERR "${file}:$.: warning: " .
1727 my $file = shift;
1801 create_parameterlist($args, ',', $file, $declaration_name);
1803 print STDERR "${file}:$.: warning: cannot understand function prototype: '$prototype'\n";
1808 check_sections($file, $declaration_name, "function", $sectcheck, $prms);
1816 check_return_section($file, $declaration_name, $return_type);
1867 my $file = shift;
1885 print STDERR "${file}:$.: warning: Unrecognized tracepoint format: \n".
1928 my $file = shift;
1954 tracepoint_munge($file);
1956 dump_function($prototype, $file);
1963 my $file = shift;
1984 dump_declaration($prototype, $file);
1998 my $file;
2002 $file = "$ENV{'SRCTREE'}" . "/" . $orig_file;
2004 $file = $orig_file;
2007 if (defined($source_map{$file})) {
2008 $file = $source_map{$file};
2011 return $file;
2016 my $file = map_filename($orig_file);
2018 if (!open(IN,"<$file")) {
2019 print STDERR "Error: Cannot open file $file\n";
2051 my $file = shift;
2091 print STDERR "${file}:$.: warning: missing initial short description on line:\n";
2109 print STDERR "${file}:$.: info: Scanning doc for $identifier\n";
2112 print STDERR "${file}:$.: warning: Cannot understand $_ on line $.",
2124 my $file = shift;
2133 … print STDERR "${file}:$.: warning: Variable macro arguments should be documented without dots\n";
2139 dump_section($file, $section, $contents);
2163 print STDERR "${file}:$.: warning: contents before sections\n";
2166 dump_section($file, $section, $contents);
2184 dump_section($file, $section, $contents);
2190 print STDERR "${file}:$.: warning: suspicious ending line: $_";
2201 dump_section($file, $section, $contents);
2235 print STDERR "${file}:$.: warning: bad line: $_";
2245 my $file = shift;
2252 dump_section($file, $section, $contents);
2260 process_proto_function($_, $file);
2262 process_proto_type($_, $file);
2270 my $file = shift;
2273 dump_doc_section($file, $section, $contents);
2297 my $file = shift;
2314 dump_section($file, $section, $contents);
2330 print STDERR "${file}:$.: warning: ";
2339 my $file;
2343 $file = map_filename($orig_file);
2345 if (!open(IN_FILE,"<$file")) {
2346 print STDERR "Error: Cannot open file $file\n";
2364 process_name($file, $_);
2367 process_body($file, $_);
2369 process_inline($file, $_);
2371 process_proto($file, $_);
2373 process_docblock($file, $_);
2381 print STDERR "${file}:1: warning: '$_' not found\n"
2385 print STDERR "${file}:1: warning: no structured comments found\n";