Searched refs:outfile (Results 1 – 6 of 6) sorted by relevance
13 outfile=check-xl-vcpupin-parse.data21 - generates some test data and saves them in $outfile;23 $outfile).33 -o ofile save the test data in ofile (default: $outfile)65 printf "$1*$2*$3\n" >> $outfile131 outfile=$OPTARG145 cat >$outfile <<END160 echo "# Testing a wrong configuration" >> $outfile163 echo "# Testing the 'all' syntax" >> $outfile169 echo "# Testing the empty cpumap case" >> $outfile[all …]
7 outfile = sys.argv[1]; variable10 f = open(outfile, "w");
8 outfile = sys.argv[2]; variable115 fileid = re.sub("[-.]", "_", "__FOREIGN_%s__" % outfile.upper());214 f = open(outfile, "w");
242 my ($infile, $outfile) = @_;243 debug(1,"$pass $infile => $outfile");320 write_file($outfile, $o);
123 $(POD2HTML) --infile=$$< --outfile=$$@
55 char *outfile; member1149 opts.outfile = argv[optind]; in parse_args()1162 opts.outfile = 0; in main()1192 if ( opts.outfile ) in main()1193 outfd = open(opts.outfile, in main()
Completed in 9 milliseconds