Lines Matching refs:file

465     my $file = shift;
486 print STDERR "${file}:$.: error: duplicate section name '$name'\n";
498 my $file = shift;
510 dump_section($file, $name, $contents);
1784 my ($prototype, $file) = @_;
1795 my $file = shift;
1820 create_parameterlist($members, ';', $file);
1821 check_sections($file, $declaration_name, "struct", $sectcheck, $struct_actual, $nested);
1837 print STDERR "${file}:$.: error: Cannot parse struct or union!\n";
1844 my $file = shift;
1858 print STDERR "${file}:$.: warning: Enum value '$arg' ".
1876 print STDERR "${file}:$.: error: Cannot parse enum!\n";
1883 my $file = shift;
1894 create_parameterlist($args, ',', $file);
1929 print STDERR "${file}:$.: error: Cannot parse typedef!\n";
1945 my $file = shift;
1966 push_parameter($arg, "", $file);
1975 push_parameter($param, $type, $file);
2000 push_parameter($2, "$type $1", $file);
2005 push_parameter($1, "$type:$2", $file)
2010 push_parameter($param, $type, $file);
2020 my $file = shift;
2061 print STDERR "${file}:$.: warning: Function parameter ".
2065 print STDERR "${file}:$.: warning:" .
2087 my ($file, $decl_name, $decl_type, $sectcheck, $prmscheck, $nested) = @_;
2116 print STDERR "${file}:$.: warning: " .
2123 print STDERR "${file}:$.: warning: " .
2137 my $file = shift;
2149 print STDERR "${file}:$.: warning: " .
2162 my $file = shift;
2226 create_parameterlist($args, ',', $file);
2228 print STDERR "${file}:$.: warning: cannot understand function prototype: '$prototype'\n";
2233 check_sections($file, $declaration_name, "function", $sectcheck, $prms, "");
2241 check_return_section($file, $declaration_name, $return_type);
2275 my $file = shift;
2293 print STDERR "${file}:$.: warning: Unrecognized tracepoint format: \n".
2336 my $file = shift;
2357 tracepoint_munge($file);
2359 dump_function($prototype, $file);
2366 my $file = shift;
2384 dump_declaration($prototype, $file);
2427 my $file;
2436 $file = "$ENV{'SRCTREE'}" . "/" . $orig_file;
2439 $file = $orig_file;
2441 if (defined($source_map{$file})) {
2442 $file = $source_map{$file};
2445 if (!open(IN,"<$file")) {
2446 print STDERR "Error: Cannot open file $file\n";
2493 print STDERR "${file}:$.: warning: missing initial short description on line:\n";
2511 print STDERR "${file}:$.: info: Scanning doc for $identifier\n";
2514 print STDERR "${file}:$.: warning: Cannot understand $_ on line $.",
2526 print STDERR "${file}:$.: warning: contents before sections\n";
2529 dump_section($file, $section, xml_escape($contents));
2546 dump_section($file, $section, xml_escape($contents));
2552 print STDERR "${file}:$.: warning: suspicious ending line: $_";
2565 dump_section($file, $section, xml_escape($contents));
2582 print STDERR "${file}:$.: warning: bad line: $_";
2601 dump_section($file, $section, xml_escape($contents));
2613 print STDERR "Warning(${file}:$.): ";
2623 process_state3_function($_, $file);
2625 process_state3_type($_, $file);
2630 dump_doc_section($file, $section, xml_escape($contents));
2648 dump_doc_section($file, $section, xml_escape($contents));
2674 print STDERR "${file}:1: warning: no structured comments found\n";