Searched refs:pszStr (Results 1 – 2 of 2) sorted by relevance
103 TCHAR pszStr[256]; in TestEGLError() local104 _stprintf(pszStr, _T("%s failed (%d).\n"), pszLocation, iErr); in TestEGLError()105 MessageBox(hWnd, pszStr, _T("Error"), MB_OK|MB_ICONEXCLAMATION); in TestEGLError()
52 static bool StringCopy(char *&pszStr, const char * const pszSrc);1753 static bool StringCopy(char *&pszStr, const char * const pszSrc) in StringCopy() argument1757 FREE(pszStr); in StringCopy()1763 pszStr = (char*)malloc(len); in StringCopy()1764 if(!pszStr) in StringCopy()1767 strcpy(pszStr, pszSrc); in StringCopy()