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

/vbox/src/VBox/Runtime/testcase/
H A DtstRTStrFormat.cpp109 char *pszBuf2 = (char *)RTTestGuardedAllocHead(hTest, BUF_SIZE); local
676 RTStrPrintf(pszBuf2, BUF_SIZE,
680 CHECKSTR(pszBuf2);
683 RTStrPrintf(pszBuf2, BUF_SIZE,
687 CHECKSTR(pszBuf2);
690 RTStrPrintf(pszBuf2, BUF_SIZE,
695 CHECKSTR(pszBuf2);

Completed in 787 milliseconds