Searched refs:lpVar (Results 1 – 1 of 1) sorted by relevance
2220 static int _tsetenv( const _TCHAR *lpVar, const _TCHAR *lpValue ) in _tsetenv() argument2225 _TCHAR *envstr = (TCHAR *)alloca( (_tcslen( lpVar ) + _tcslen( lpValue ) + 2) * sizeof(_TCHAR) ); in _tsetenv()2227 _tcscpy( envstr, lpVar ); in _tsetenv()
Completed in 28 milliseconds