Home | History | Annotate | Download | only in tests

Lines Matching refs:OUTFILE

3372         open(OUTFILE, ">$filename");
3373 binmode OUTFILE; # for crapage systems, use binary
3374 print OUTFILE $fileContent;
3375 close(OUTFILE);
3906 my @outfile=getpart("verify", "file".$partsuffix);
3907 if(@outfile || partexists("verify", "file".$partsuffix) ) {
3928 map s/\r\n/\n/g, @outfile;
3929 map s/\n/\r\n/g, @outfile;
3947 @outfile = fixarray(@outfile);
3950 \@generated, \@outfile);