Home | History | Annotate | Download | only in TianoCompress

Lines Matching full:outputfilename

1745   char       *OutputFileName;

1766 OutputFileName = NULL;
1854 OutputFileName = argv[1];
1926 if (OutputFileName == NULL) {
1927 OutputFileName = DEFAULT_OUTPUT_FILE;
1929 OutputFile = fopen (LongFilePath (OutputFileName), "wb");
1931 Error (NULL, 0, 0001, "Error opening output file for writing", OutputFileName);