Lines Matching refs:FILE
8 #* file name: genheaders.pl
15 #* This tool filters the deprecated.html and friends file generated by Doxygen and generates udarft.h
19 use File::Find;
20 use File::Basename;
21 use IO::File;
23 use File::Copy;
25 use File::Path;
26 use File::Copy;
77 $excludeFH = IO::File->new($exclude,"r")
78 or die "could not open the file $exclude for reading: $! \n";
111 $inFH = IO::File->new($infile,"r")
112 or die "could not open the file $infile for reading: $! \n";
113 $outFH = IO::File->new($outfile,"w")
114 or die "could not open the file $outfile for writing: $! \n";
137 * file name: $headername
147 * THIS FILE IS MACHINE-GENERATED, DON'T PLAY WITH IT IF YOU DON'T KNOW WHAT
173 if( $line =~ /^\<dt\>File [^\>]*\>([^\<]*)/ ) {
174 print "Skipping file-scope $symbolAppend $1\n";
259 --exclusion-list=<file name>