Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/libiberty/
Dpex-win32.c168 HKEY hKey, hTmp; in openkey() local
169 for (hKey = hStart; *keys; keys++) in openkey()
172 hTmp = hKey; in openkey()
173 res = RegOpenKey (hTmp, *keys, &hKey); in openkey()
181 return hKey; in openkey()
188 HKEY hKey, hTmp; in mingw_rootify() local
195 hKey = openkey (HKEY_LOCAL_MACHINE, mingw_keys); in mingw_rootify()
198 if (!hKey) in mingw_rootify()
203 if (RegQueryInfoKey (hKey, NULL, NULL, NULL, NULL, &maxlen, NULL, NULL, in mingw_rootify()
206 RegCloseKey (hKey); in mingw_rootify()
[all …]