Home | History | Annotate | Download | only in tests

Lines Matching refs:OUTFILE

3898             open(OUTFILE, ">$filename");
3899 binmode OUTFILE; # for crapage systems, use binary
3900 print OUTFILE $fileContent;
3901 close(OUTFILE);
4439 my @outfile=getpart("verify", "file".$partsuffix);
4440 if(@outfile || partexists("verify", "file".$partsuffix) ) {
4461 map s/\r\n/\n/g, @outfile;
4462 map s/\n/\r\n/g, @outfile;
4480 @outfile = fixarray(@outfile);
4483 \@generated, \@outfile);