Searched refs:g_outputFile (Results 1 – 1 of 1) sorted by relevance
233 static const char* g_outputFile = nullptr; variable1213 g_outputFile = optarg; in main()1317 if (g_outputFile) { in main()1318 outFd = open(g_outputFile, O_WRONLY | O_CREAT | O_TRUNC, 0644); in main()1321 printf("Failed to open '%s', err=%d", g_outputFile, errno); in main()1325 if (g_outputFile) { in main()