Searched refs:suplibHardenedPrintStrN (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/HostDrivers/Support/
H A DSUPR3HardenedMain.cpp262 static void suplibHardenedPrintStrN(const char *pch, size_t cch) function
294 suplibHardenedPrintStrN(psz, suplibHardenedStrLen(psz));
305 suplibHardenedPrintStrN(&ch, 1);
329 suplibHardenedPrintStrN(psz, pszEnd - psz);
366 suplibHardenedPrintStrN(psz, pszEnd - psz);
388 suplibHardenedPrintStrN(RT_STR_TUPLE("\\x"));
416 suplibHardenedPrintStrN(pBuf->szBuf, pBuf->off);
487 suplibHardenedPrintStrN(pszLast, pszFormat - pszLast - 1);
664 suplibHardenedPrintStrN(pszLast, pszFormat - pszLast);
676 suplibHardenedPrintStrN(pszLas
[all...]

Completed in 45 milliseconds