Home
last modified time | relevance | path

Searched refs:pszSrc (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Shell/
DPVRShell.cpp52 static bool StringCopy(char *&pszStr, const char * const pszSrc);
1753 static bool StringCopy(char *&pszStr, const char * const pszSrc) in StringCopy() argument
1759 if(!pszSrc) in StringCopy()
1762 len = strlen(pszSrc)+1; in StringCopy()
1767 strcpy(pszStr, pszSrc); in StringCopy()
/external/syzkaller/sys/windows/
Dwindows.txt2339 DoEnvironmentSubstA(pszSrc ptr[inout, int8], cchSrc int32)