Lines Matching refs:file

377     my $file = shift;
398 print STDERR "Error(${file}:$.): duplicate section name '$name'\n";
410 my $file = shift;
422 dump_section($file, $name, $contents);
1446 my ($prototype, $file) = @_;
1457 my $file = shift;
1480 create_parameterlist($members, ';', $file);
1481 check_sections($file, $declaration_name, "struct", $sectcheck, $struct_actual, $nested);
1497 print STDERR "Error(${file}:$.): Cannot parse struct or union!\n";
1504 my $file = shift;
1518 print STDERR "Warning(${file}:$.): Enum value '$arg' ".
1536 print STDERR "Error(${file}:$.): Cannot parse enum!\n";
1543 my $file = shift;
1564 print STDERR "Error(${file}:$.): Cannot parse typedef!\n";
1580 my $file = shift;
1601 push_parameter($arg, "", $file);
1610 push_parameter($param, $type, $file);
1635 push_parameter($2, "$type $1", $file);
1640 push_parameter($1, "$type:$2", $file)
1645 push_parameter($param, $type, $file);
1655 my $file = shift;
1696 print STDERR "Warning(${file}:$.): Function parameter ".
1700 print STDERR "Warning(${file}:$.):" .
1722 my ($file, $decl_name, $decl_type, $sectcheck, $prmscheck, $nested) = @_;
1751 print STDERR "Warning(${file}:$.): " .
1758 print STDERR "Warning(${file}:$.): " .
1775 my $file = shift;
1828 create_parameterlist($args, ',', $file);
1830 print STDERR "Error(${file}:$.): cannot understand prototype: '$prototype'\n";
1836 check_sections($file, $declaration_name, "function", $sectcheck, $prms, "");
1868 my $file = shift;
1886 print STDERR "Warning(${file}:$.): Unrecognized tracepoint format: \n".
1929 my $file = shift;
1950 tracepoint_munge($file);
1952 dump_function($prototype, $file);
1959 my $file = shift;
1977 dump_declaration($prototype, $file);
2020 my $file;
2028 $file = "$ENV{'SRCTREE'}" . "/" . "@_";
2031 $file = "@_";
2033 if (defined($source_map{$file})) {
2034 $file = $source_map{$file};
2037 if (!open(IN,"<$file")) {
2038 print STDERR "Error: Cannot open file $file\n";
2082 print STDERR "Warning(${file}:$.): missing initial short description on line:\n";
2100 print STDERR "Info(${file}:$.): Scanning doc for $identifier\n";
2103 print STDERR "Warning(${file}:$.): Cannot understand $_ on line $.",
2115 print STDERR "Warning(${file}:$.): contents before sections\n";
2118 dump_section($file, $section, xml_escape($contents));
2136 dump_section($file, $section, xml_escape($contents));
2142 print STDERR "Warning(${file}:$.): suspicious ending line: $_";
2155 dump_section($file, $section, xml_escape($contents));
2171 print STDERR "Warning(${file}:$.): bad line: $_";
2176 process_state3_function($_, $file);
2178 process_state3_type($_, $file);
2183 dump_doc_section($file, $section, xml_escape($contents));
2201 dump_doc_section($file, $section, xml_escape($contents));
2227 print STDERR "Warning(${file}): no structured comments found\n";
2233 print " ${file}\n";
2247 print " <filename>${file}</filename> at this point,\n";