• Home
  • Raw
  • Download

Lines Matching refs:file

371     my $file = shift;
392 print STDERR "Error(${file}:$.): duplicate section name '$name'\n";
404 my $file = shift;
416 dump_section($file, $name, $contents);
1400 my ($prototype, $file) = @_;
1411 my $file = shift;
1429 create_parameterlist($members, ';', $file);
1430 check_sections($file, $declaration_name, "struct", $sectcheck, $struct_actual, $nested);
1446 print STDERR "Error(${file}:$.): Cannot parse struct or union!\n";
1453 my $file = shift;
1465 print STDERR "Warning(${file}:$.): Enum value '$arg' ".
1483 print STDERR "Error(${file}:$.): Cannot parse enum!\n";
1490 my $file = shift;
1511 print STDERR "Error(${file}:$.): Cannot parse typedef!\n";
1527 my $file = shift;
1548 push_parameter($arg, "", $file);
1557 push_parameter($param, $type, $file);
1582 push_parameter($2, "$type $1", $file);
1587 push_parameter($1, "$type:$2", $file)
1592 push_parameter($param, $type, $file);
1602 my $file = shift;
1643 print STDERR "Warning(${file}:$.): Function parameter ".
1647 print STDERR "Warning(${file}:$.):".
1658 my ($file, $decl_name, $decl_type, $sectcheck, $prmscheck, $nested) = @_;
1679 print STDERR "Warning(${file}:$.): " .
1686 print STDERR "Warning(${file}:$.): " .
1703 my $file = shift;
1755 create_parameterlist($args, ',', $file);
1757 print STDERR "Error(${file}:$.): cannot understand prototype: '$prototype'\n";
1763 check_sections($file, $declaration_name, "function", $sectcheck, $prms, "");
1866 my $file = shift;
1884 dump_function($prototype, $file);
1891 my $file = shift;
1909 dump_declaration($prototype,$file);
1952 my $file;
1959 $file = "$ENV{'SRCTREE'}" . "/" . "@_";
1962 $file = "@_";
1964 if (defined($source_map{$file})) {
1965 $file = $source_map{$file};
1968 if (!open(IN,"<$file")) {
1969 print STDERR "Error: Cannot open file $file\n";
2010 print STDERR "Warning(${file}:$.): missing initial short description on line:\n";
2028 print STDERR "Info(${file}:$.): Scanning doc for $identifier\n";
2031 print STDERR "Warning(${file}:$.): Cannot understand $_ on line $.",
2043 print STDERR "Warning(${file}:$.): contents before sections\n";
2046 dump_section($file, $section, xml_escape($contents));
2063 dump_section($file, $section, xml_escape($contents));
2069 print STDERR "Warning(${file}:$.): suspicious ending line: $_";
2082 dump_section($file, $section, xml_escape($contents));
2090 print STDERR "Warning(${file}:$.): bad line: $_";
2095 process_state3_function($_, $file);
2097 process_state3_type($_, $file);
2102 dump_doc_section($file, $section, xml_escape($contents));
2120 dump_doc_section($file, $section, xml_escape($contents));
2146 print STDERR "Warning(${file}): no structured comments found\n";
2152 print " ${file}\n";
2166 print " <filename>${file}</filename> at this point,\n";