Searched refs:hTmp (Results 1 – 1 of 1) sorted by relevance
| /trueos/contrib/gcclibs/libiberty/ |
| HD | pex-win32.c | 166 HKEY hKey, hTmp; in openkey() local 170 hTmp = hKey; in openkey() 171 res = RegOpenKey (hTmp, *keys, &hKey); in openkey() 173 if (hTmp != HKEY_LOCAL_MACHINE) in openkey() 174 RegCloseKey (hTmp); in openkey() 186 HKEY hKey, hTmp; in mingw_rootify() local 244 res = RegOpenKey (hKey, foundbuf, &hTmp); in mingw_rootify() 254 if (RegQueryValueEx (hTmp, "InstallLocation", 0, NULL, NULL, in mingw_rootify() 257 RegCloseKey (hTmp); in mingw_rootify() 266 RegCloseKey (hTmp); in mingw_rootify() [all …]
|