Home
last modified time | relevance | path

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

/reactos/dll/win32/userenv/
H A Dprofile.c23 WCHAR szSystemRoot[MAX_PATH]; in AppendSystemPostfix() local
29 szSystemRoot, in AppendSystemPostfix()
30 ARRAYSIZE(szSystemRoot))) in AppendSystemPostfix()
36 _wcsupr(szSystemRoot); in AppendSystemPostfix()
39 szSystemRoot[2] = L'.'; in AppendSystemPostfix()
40 lpszPostfix = &szSystemRoot[2]; in AppendSystemPostfix()
/reactos/dll/cpl/main/
H A Dmouse.c429 TCHAR szSystemRoot[MAX_PATH]; in CompressPath() local
436 dwSystemRoot = GetEnvironmentVariable(_T("SystemRoot"), szSystemRoot, MAX_PATH); in CompressPath()
444 else if (dwSystemRoot > 0 && _tcsncmp(lpPath, szSystemRoot, dwSystemRoot) == 0) in CompressPath()