Searched defs:g_pszOutput (Results 1 - 2 of 2) sorted by relevance

/vbox/src/bldprogs/
H A DVBoxDef2LazyLoad.cpp49 static const char *g_pszOutput = NULL; variable
759 * Generates the assembly source code, writing it to g_pszOutput.
767 FILE *pOutput = fopen(g_pszOutput, "w");
773 fprintf(stderr, "error: Error closing '%s'.\n", g_pszOutput);
778 fprintf(stderr, "error: Failed to open '%s' for writing.\n", g_pszOutput);
821 g_pszOutput = argv[i];
870 if (!g_pszOutput)
H A DVBoxTpG.cpp149 static const char *g_pszOutput = NULL; variable
2310 if (g_pszOutput)
2311 return RTMsgErrorExit(RTEXITCODE_SYNTAX, "Output file is already set to '%s'", g_pszOutput);
2312 g_pszOutput = ValueUnion.psz;
2437 if (!g_pszOutput)
2464 rcExit = generateFile(g_pszOutput, "header", generateHeader);
2466 rcExit = generateFile(g_pszOutput, "wrapper header", generateWrapperHeader);
2468 rcExit = generateObject(g_pszOutput, g_pszTempAsm);

Completed in 62 milliseconds