Lines Matching refs:txt
38 # the "sentdata.txt" file as its sole argument.
284 my $SingleSourceLog = "$Prefix-SingleSource-ProgramTest.txt.gz";
285 my $MultiSourceLog = "$Prefix-MultiSource-ProgramTest.txt.gz";
286 my $ExternalLog = "$Prefix-External-ProgramTest.txt.gz";
401 # Write out the "...-sentdata.txt" file.
408 WriteFile "$Prefix-sentdata.txt", $sentdata;
417 system "$SUBMITAUX \"$Prefix-sentdata.txt\"";
526 my $ProgramTestLog = "$Prefix-$SubDir-ProgramTest.txt";
549 "| sort > $Prefix-$SubDir-Tests.txt";
561 WriteFile "$Prefix-SingleSource-Performance.txt", $SSProgs;
563 WriteFile "$Prefix-MultiSource-Performance.txt", $MSProgs;
566 WriteFile "$Prefix-External-Performance.txt", $ExtProgs;
567 system "cat $Prefix-SingleSource-Tests.txt " .
568 "$Prefix-MultiSource-Tests.txt ".
569 "$Prefix-External-Tests.txt | sort > $Prefix-Tests.txt";
570 system "cat $Prefix-SingleSource-Performance.txt " .
571 "$Prefix-MultiSource-Performance.txt ".
572 "$Prefix-External-Performance.txt | sort > $Prefix-Performance.txt";
578 system "cat $Prefix-SingleSource-Tests.txt " .
579 "$Prefix-MultiSource-Tests.txt ".
580 " | sort > $Prefix-Tests.txt";
581 system "cat $Prefix-SingleSource-Performance.txt " .
582 "$Prefix-MultiSource-Performance.txt ".
583 " | sort > $Prefix-Performance.txt";
587 my $All = (ReadFile "$Prefix-Tests.txt");
626 $ConfigureLog = "$Prefix-Configure-Log.txt";
627 $BuildLog = "$Prefix-Build-Log.txt";
628 $COLog = "$Prefix-CVS-Log.txt";
815 # Write out the "...-sentdata.txt" file.