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

/vbox/src/VBox/HostDrivers/Support/
H A DSUPR3HardenedNoCrt.cpp148 DECLHIDDEN(int) suplibHardenedStrCmp(const char *psz1, const char *psz2) function
H A DSUPLibInternal.h117 DECLHIDDEN(int) suplibHardenedStrCmp(const char *psz1, const char *psz2);
127 # define suplibHardenedStrCmp strcmp macro
H A DSUPR3HardenedVerify.cpp96 # define SUP_COMP_FILENAME suplibHardenedStrCmp
870 && !suplibHardenedStrCmp(&g_aSupInstallFiles[iFile].pszFile[cchProgName], SUPLIB_DLL_SUFF))
883 && !suplibHardenedStrCmp(&g_aSupInstallFiles[iFile].pszFile[cchProgName], SUPLIB_EXE_SUFF))
1406 bool fBad = !fRelaxed || pFsObjState->Stat.st_gid != 80 /*admin*/ || suplibHardenedStrCmp(pszPath, "/Applications");
1414 bool fBad = !fRelaxed || pFsObjState->Stat.st_gid != 5 /*operator*/ || suplibHardenedStrCmp(pszPath, "/usr/pbi");
1573 && suplibHardenedStrCmp(pEntry->d_name, ".")
1574 && suplibHardenedStrCmp(pEntry->d_name, ".."))
1799 || suplibHardenedStrCmp(g_aSupInstallFiles[iFile].pszFile, paInstallFiles[iFile].pszFile))
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPHardenedVerify-win.h258 # define suplibHardenedStrCmp strcmp macro
269 # define strcmp suplibHardenedStrCmp
H A DSUPHardenedVerifyProcess-win.cpp1481 if (suplibHardenedStrCmp(pImage->pszName, "ntdll.dll") == 0)
1483 else if (suplibHardenedStrCmp(pImage->pszName, "apisetschema.dll") == 0)
1486 else if (suplibHardenedStrCmp(pImage->pszName, "acres.dll") == 0)
2479 if (suplibHardenedStrCmp(pThis->aImages[i].pszName, "ntdll.dll") == 0)
2481 else if (suplibHardenedStrCmp(pThis->aImages[i].pszName, "kernel32.dll") == 0)
H A DSUPR3HardenedMain-win.cpp4505 if (suplibHardenedStrCmp(papszArgs[0], SUPR3_RESPAWN_1_ARG0) == 0)
4510 else if (suplibHardenedStrCmp(papszArgs[0], SUPR3_RESPAWN_2_ARG0) == 0)
5575 if (cArgs >= 1 && suplibHardenedStrCmp(papszArgs[0], SUPR3_RESPAWN_1_ARG0) == 0)
5580 else if (cArgs >= 1 && suplibHardenedStrCmp(papszArgs[0], SUPR3_RESPAWN_2_ARG0) == 0)

Completed in 174 milliseconds