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

/vbox/src/VBox/HostDrivers/Support/
H A DSUPR3HardenedNoCrt.cpp127 DECLHIDDEN(size_t) suplibHardenedStrLen(const char *psz) function
H A DSUPR3HardenedMain.cpp209 size_t cchSrc = suplibHardenedStrLen(pszSrc);
294 suplibHardenedPrintStrN(psz, suplibHardenedStrLen(psz));
776 size_t cchPathPrivateNoArch = suplibHardenedStrLen(pszSrcPath);
795 size_t cchPathPrivateArch = suplibHardenedStrLen(pszSrcPath);
814 size_t cchPathSharedLibs = suplibHardenedStrLen(pszSrcPath);
833 size_t cchPathAppDocs = suplibHardenedStrLen(pszSrcPath);
883 int cchLink = suplibHardenedStrLen(g_szSupLibHardenedExePath); /* paranoid? can't we use cbPath? */
898 size_t cchImageName = suplibHardenedStrLen(pszImageName);
953 size_t cch = suplibHardenedStrLen(g_szSupLibHardenedDirPath) + 1;
1732 size_t cch = suplibHardenedStrLen(szPat
[all...]
H A DSUPLibInternal.h115 DECLHIDDEN(size_t) suplibHardenedStrLen(const char *psz);
125 # define suplibHardenedStrLen strlen macro
H A DSUPR3HardenedVerify.cpp279 size_t off = suplibHardenedStrLen(pszDst);
293 size_t off = suplibHardenedStrLen(pszDst);
332 size_t cchFile = suplibHardenedStrLen(pFile->pszFile);
333 size_t off = suplibHardenedStrLen(pszDst);
864 size_t const cchProgName = suplibHardenedStrLen(pszProgName);
995 size_t cchMsg = VALID_PTR(pszMsg) ? suplibHardenedStrLen(pszMsg) : 0;
1546 size_t cchName = suplibHardenedStrLen(pEntry->d_name);
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPHardenedVerify-win.h256 # define suplibHardenedStrLen strlen macro
267 # define strlen suplibHardenedStrLen

Completed in 54 milliseconds