Lines Matching defs:OutputFile
512 FILE *OutputFile;
517 OutputFile = openFileForMerging(OutputName, &MergeDone);
519 OutputFile = getFileObject(OutputName);
521 if (!OutputFile)
527 initFileWriter(&fileWriter, OutputFile);
530 if (OutputFile == getProfileFile()) {
531 fflush(OutputFile);
533 lprofUnlockFileHandle(OutputFile);
536 fclose(OutputFile);
545 FILE *OutputFile;
547 OutputFile = fopen(OutputName, "w");
549 if (!OutputFile) {
557 RetVal = orderFileWriter(OutputFile, DataBegin);
559 fclose(OutputFile);