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

/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dpex-win32.c166 HKEY hKey, hTmp; local
170 hTmp = hKey;
171 res = RegOpenKey (hTmp, *keys, &hKey);
173 if (hTmp != HKEY_LOCAL_MACHINE)
174 RegCloseKey (hTmp);
186 HKEY hKey, hTmp; local
244 res = RegOpenKey (hKey, foundbuf, &hTmp);
254 if (RegQueryValueEx (hTmp, "InstallLocation", 0, NULL, NULL,
257 RegCloseKey (hTmp);
266 RegCloseKey (hTmp);
[all...]

Completed in 58 milliseconds