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;
1530 push_parameter($arg, "", "", $file);
1539 push_parameter($param, $type, $arg, $file, $declaration_name);
1565 push_parameter($2, "$type $1", $arg, $file, $declaration_name);
1570 push_parameter($1, "$type:$2", $arg, $file, $declaration_name)
1575 push_parameter($param, $type, $arg, $file, $declaration_name);
1586 my $file = shift;
1634 …"${file}:$.: warning: Function parameter or member '$param' not described in '$declaration_name'\n…
1654 my ($file, $decl_name, $decl_type, $sectcheck, $prmscheck) = @_;
1683 print STDERR "${file}:$.: warning: " .
1696 my $file = shift;
1708 print STDERR "${file}:$.: warning: " .
1721 my $file = shift;
1795 create_parameterlist($args, ',', $file, $declaration_name);
1797 print STDERR "${file}:$.: warning: cannot understand function prototype: '$prototype'\n";
1802 check_sections($file, $declaration_name, "function", $sectcheck, $prms);
1810 check_return_section($file, $declaration_name, $return_type);
1861 my $file = shift;
1879 print STDERR "${file}:$.: warning: Unrecognized tracepoint format: \n".
1922 my $file = shift;
1948 tracepoint_munge($file);
1950 dump_function($prototype, $file);
1957 my $file = shift;
1978 dump_declaration($prototype, $file);
1992 my $file;
1996 $file = "$ENV{'SRCTREE'}" . "/" . $orig_file;
1998 $file = $orig_file;
2001 if (defined($source_map{$file})) {
2002 $file = $source_map{$file};
2005 return $file;
2010 my $file = map_filename($orig_file);
2012 if (!open(IN,"<$file")) {
2013 print STDERR "Error: Cannot open file $file\n";
2045 my $file = shift;
2085 print STDERR "${file}:$.: warning: missing initial short description on line:\n";
2103 print STDERR "${file}:$.: info: Scanning doc for $identifier\n";
2106 print STDERR "${file}:$.: warning: Cannot understand $_ on line $.",
2118 my $file = shift;
2127 … print STDERR "${file}:$.: warning: Variable macro arguments should be documented without dots\n";
2133 dump_section($file, $section, $contents);
2157 print STDERR "${file}:$.: warning: contents before sections\n";
2160 dump_section($file, $section, $contents);
2178 dump_section($file, $section, $contents);
2184 print STDERR "${file}:$.: warning: suspicious ending line: $_";
2195 dump_section($file, $section, $contents);
2229 print STDERR "${file}:$.: warning: bad line: $_";
2239 my $file = shift;
2246 dump_section($file, $section, $contents);
2254 process_proto_function($_, $file);
2256 process_proto_type($_, $file);
2264 my $file = shift;
2267 dump_doc_section($file, $section, $contents);
2291 my $file = shift;
2308 dump_section($file, $section, $contents);
2324 print STDERR "${file}:$.: warning: ";
2333 my $file;
2337 $file = map_filename($orig_file);
2339 if (!open(IN_FILE,"<$file")) {
2340 print STDERR "Error: Cannot open file $file\n";
2358 process_name($file, $_);
2361 process_body($file, $_);
2363 process_inline($file, $_);
2365 process_proto($file, $_);
2367 process_docblock($file, $_);
2375 print STDERR "${file}:1: warning: '$_' not found\n"
2379 print STDERR "${file}:1: warning: no structured comments found\n";