Lines Matching refs:OutputFile
546 FILE *OutputFile;
551 OutputFile = openFileForMerging(OutputName, &MergeDone);
553 OutputFile = getFileObject(OutputName);
555 if (!OutputFile)
561 initFileWriter(&fileWriter, OutputFile);
564 if (OutputFile == getProfileFile()) {
565 fflush(OutputFile);
567 lprofUnlockFileHandle(OutputFile);
570 fclose(OutputFile);
579 FILE *OutputFile;
581 OutputFile = fopen(OutputName, "w");
583 if (!OutputFile) {
591 RetVal = orderFileWriter(OutputFile, DataBegin);
593 fclose(OutputFile);