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

/vbox/src/VBox/Runtime/generic/
H A Denv-generic.cpp881 const char *pszSrcValue = strchr(pszSrcVar, '='); local
882 bool fHasEqual = pszSrcValue != NULL;
883 if (pszSrcValue)
884 pszSrcValue++;
886 pszSrcValue = strchr(pszSrcVar, '\0');
889 rc = RTStrCopyEx(pszVar, cbVar, pszSrcVar, pszSrcValue - pszSrcVar - fHasEqual);
892 int rc2 = RTStrCopy(pszValue, cbValue, pszSrcValue);

Completed in 3548 milliseconds