Home | History | Annotate | Download | only in src

Lines Matching refs:outputExtradataFile

76 FILE *outputExtradataFile;
1582 outputExtradataFile = open (ouputextradatafilename, O_CREAT|O_WRONLY|O_TRUNC, S_IRUSR | S_IWUSR);
1583 if(outputExtradataFile == -1)
1585 DEBUG_PRINT_ERROR(" Failed to create outputExtradataFile , errno = %d\n", errno);
5955 if (outputExtradataFile)
5956 fclose (outputExtradataFile);