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

/vbox/src/VBox/Runtime/testcase/
H A DtstRTR0Common.h40 static char g_szErr[2048]; variable
41 /** The number of errors reported in this g_szErr. */
49 * the globals (g_szErr, g_cErrors).
66 memset(&g_szErr[0], 0, sizeof(g_szErr)); \
83 if (g_szErr[0] && pReq->szMsg[0] != '!') \
84 RTStrCopyEx(pReq->szMsg, (cbErr), g_szErr, sizeof(g_szErr) - 1); \
203 size_t off = RTStrNLen(g_szErr, sizeof(g_szErr)
[all...]

Completed in 51 milliseconds