Searched refs:g_pszCommandLine (Results 1 – 5 of 5) sorted by relevance
1090 if (g_pszCommandLine) in winLogCommandLine()1112 g_pszCommandLine = malloc(iSize + 1); in winLogCommandLine()1113 if (!g_pszCommandLine) in winLogCommandLine()1118 g_pszCommandLine[0] = '\0'; in winLogCommandLine()1129 strncat(g_pszCommandLine, "\n ", iSize - strlen(g_pszCommandLine)); in winLogCommandLine()1132 strncat(g_pszCommandLine, argv[i], iSize - strlen(g_pszCommandLine)); in winLogCommandLine()1133 strncat(g_pszCommandLine, " ", iSize - strlen(g_pszCommandLine)); in winLogCommandLine()1140 "%s\n\n", g_pszCommandLine); in winLogCommandLine()
41 extern char *g_pszCommandLine;
73 char *g_pszCommandLine = NULL; variable
136 BUILDERADDR, BUILDERSTRING, g_pszCommandLine); in winMessageBoxF()
229 free(g_pszCommandLine); in ddxGiveUp()230 g_pszCommandLine = NULL; in ddxGiveUp()