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

/vbox/src/VBox/Runtime/testcase/
H A DtstUtf8.cpp1115 char szShort[256] = { 0 }; local
1116 memcpy(szShort, g_szAll, 255);
1117 cbShort = RTStrCalcLatin1Len(szShort);
1119 rc = RTStrToLatin1(szShort, &psz);
/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgmodcodeview.cpp1820 char szShort[9]; local
1824 szShort[8] = '\0'; /* avoid having to terminate it all the time. */
1837 pszName = (const char *)memcpy(szShort, &Sym.N, 8);

Completed in 56 milliseconds