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

/vbox/src/VBox/HostDrivers/Support/
H A DSUPR3HardenedNoCrt.cpp113 DECLHIDDEN(char *) suplibHardenedStrCopy(char *pszDst, const char *pszSrc) function
142 suplibHardenedStrCopy(pszDst, pszSrc);
H A DSUPLibInternal.h114 DECLHIDDEN(char *) suplibHardenedStrCopy(char *pszDst, const char *pszSrc);
124 # define suplibHardenedStrCopy strcpy macro
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPHardenedVerify-win.h255 # define suplibHardenedStrCopy strcpy macro
266 # define strcpy suplibHardenedStrCopy

Completed in 245 milliseconds