Searched refs:g_pCurOutFile (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/common/string/
H A Duniread.cpp52 static FILE *g_pCurOutFile; variable
919 if (g_pCurOutFile && g_pCurOutFile != stdout && g_pCurOutFile != stderr)
921 if (fclose(g_pCurOutFile) != 0)
927 g_pCurOutFile = NULL;
940 g_pCurOutFile = fopen(pszName, "w");
941 if (!g_pCurOutFile)
963 cch = vfprintf(g_pCurOutFile, pszFormat, va);

Completed in 45 milliseconds