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

/vbox/src/VBox/HostServices/GuestProperties/testcase/
H A DtstGuestPropSvc.cpp72 const char *pcszOut; member in struct:flagStrings
76 /* pcszIn, pcszOut */
129 if (RT_SUCCESS(rc) && (strcmp(pszFlagBuffer, g_aValidFlagStrings[i].pcszOut) != 0))
133 g_aValidFlagStrings[i].pcszOut);
/vbox/src/VBox/Runtime/testcase/
H A DtstUtf8.cpp853 const char *pcszOut; member in struct:__anon16764
881 if (strcmp(aTests[i].pcszOut, szCopy))
883 aTests[i].pcszOut, szCopy);
901 const char *pcszOut; member in struct:__anon16766
929 AssertRC(RTStrToUtf16Ex(aTests[i].pcszOut, RTSTR_MAX, &pwszOutCopy,
936 memcpy(wszOutCopy, aTests[i].pcszOut, aTests[i].cwc * 2);

Completed in 38 milliseconds