Searched refs:g_outputFile (Results 1 – 1 of 1) sorted by relevance
205 static const char* g_outputFile = nullptr; variable1154 g_outputFile = optarg; in main()1237 if (g_outputFile) { in main()1238 outFd = open(g_outputFile, O_WRONLY | O_CREAT | O_TRUNC, 0644); in main()1241 printf("Failed to open '%s', err=%d", g_outputFile, errno); in main()1245 if (g_outputFile) { in main()