Home | History | Annotate | Download | only in GenSec

Lines Matching defs:OutFile

990   FILE                      *OutFile;

1019 OutFile = NULL;
1393 // OutFile = stdout;
1549 OutFile = fopen (LongFilePath (OutputFileName), "wb");
1550 if (OutFile == NULL) {
1555 fwrite (OutFileBuffer, InputLength, 1, OutFile);
1570 if (OutFile != NULL) {
1571 fclose (OutFile);