Searched refs:pszSrc (Results 1 – 2 of 2) sorted by relevance
52 static bool StringCopy(char *&pszStr, const char * const pszSrc);1753 static bool StringCopy(char *&pszStr, const char * const pszSrc) in StringCopy() argument1759 if(!pszSrc) in StringCopy()1762 len = strlen(pszSrc)+1; in StringCopy()1767 strcpy(pszStr, pszSrc); in StringCopy()
2339 DoEnvironmentSubstA(pszSrc ptr[inout, int8], cchSrc int32)