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;
1305 create_parameterlist($members, ';', $file, $declaration_name);
1306 check_sections($file, $declaration_name, $decl_type, $sectcheck, $struct_actual);
1344 print STDERR "${file}:$.: error: Cannot parse struct or union!\n";
1384 my $file = shift;
1411 … print STDERR "${file}:$.: warning: Enum value '$arg' not described in enum '$declaration_name'\n";
1420 … print STDERR "${file}:$.: warning: Excess enum value '$k' description in '$declaration_name'\n";
1436 print STDERR "${file}:$.: error: Cannot parse enum!\n";
1450 my $file = shift;
1461 create_parameterlist($args, ',', $file, $declaration_name);
1497 print STDERR "${file}:$.: error: Cannot parse typedef!\n";
1513 my $file = shift;
1535 push_parameter($arg, "", "", $file);
1544 push_parameter($param, $type, $arg, $file, $declaration_name);
1570 push_parameter($2, "$type $1", $arg, $file, $declaration_name);
1575 push_parameter($1, "$type:$2", $arg, $file, $declaration_name)
1580 push_parameter($param, $type, $arg, $file, $declaration_name);
1591 my $file = shift;
1639 …"${file}:$.: warning: Function parameter or member '$param' not described in '$declaration_name'\n…
1659 my ($file, $decl_name, $decl_type, $sectcheck, $prmscheck) = @_;
1688 print STDERR "${file}:$.: warning: " .
1701 my $file = shift;
1713 print STDERR "${file}:$.: warning: " .
1726 my $file = shift;
1800 create_parameterlist($args, ',', $file, $declaration_name);
1802 print STDERR "${file}:$.: warning: cannot understand function prototype: '$prototype'\n";
1807 check_sections($file, $declaration_name, "function", $sectcheck, $prms);
1815 check_return_section($file, $declaration_name, $return_type);
1866 my $file = shift;
1884 print STDERR "${file}:$.: warning: Unrecognized tracepoint format: \n".
1927 my $file = shift;
1953 tracepoint_munge($file);
1955 dump_function($prototype, $file);
1962 my $file = shift;
1983 dump_declaration($prototype, $file);
1997 my $file;
2001 $file = "$ENV{'SRCTREE'}" . "/" . $orig_file;
2003 $file = $orig_file;
2006 if (defined($source_map{$file})) {
2007 $file = $source_map{$file};
2010 return $file;
2015 my $file = map_filename($orig_file);
2017 if (!open(IN,"<$file")) {
2018 print STDERR "Error: Cannot open file $file\n";
2050 my $file = shift;
2090 print STDERR "${file}:$.: warning: missing initial short description on line:\n";
2108 print STDERR "${file}:$.: info: Scanning doc for $identifier\n";
2111 print STDERR "${file}:$.: warning: Cannot understand $_ on line $.",
2123 my $file = shift;
2132 … print STDERR "${file}:$.: warning: Variable macro arguments should be documented without dots\n";
2138 dump_section($file, $section, $contents);
2162 print STDERR "${file}:$.: warning: contents before sections\n";
2165 dump_section($file, $section, $contents);
2183 dump_section($file, $section, $contents);
2189 print STDERR "${file}:$.: warning: suspicious ending line: $_";
2200 dump_section($file, $section, $contents);
2234 print STDERR "${file}:$.: warning: bad line: $_";
2244 my $file = shift;
2251 dump_section($file, $section, $contents);
2259 process_proto_function($_, $file);
2261 process_proto_type($_, $file);
2269 my $file = shift;
2272 dump_doc_section($file, $section, $contents);
2296 my $file = shift;
2313 dump_section($file, $section, $contents);
2329 print STDERR "${file}:$.: warning: ";
2338 my $file;
2342 $file = map_filename($orig_file);
2344 if (!open(IN_FILE,"<$file")) {
2345 print STDERR "Error: Cannot open file $file\n";
2363 process_name($file, $_);
2366 process_body($file, $_);
2368 process_inline($file, $_);
2370 process_proto($file, $_);
2372 process_docblock($file, $_);
2380 print STDERR "${file}:1: warning: '$_' not found\n"
2384 print STDERR "${file}:1: warning: no structured comments found\n";