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

/vbox/src/VBox/Debugger/testcase/
H A DtstDBGCParser.cpp57 static char g_szOutput[1024]; variable
58 /** The current offset into g_szOutput. */
139 if (g_offOutput < sizeof(g_szOutput) - 1)
141 g_szOutput[g_offOutput++] = *pch;
142 g_szOutput[g_offOutput] = '\0';
267 RT_ZERO(g_szOutput);
283 && strncmp(pszExpected, g_szOutput, strlen(pszExpected)))

Completed in 70 milliseconds