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

/haiku-buildtools/legacy/binutils/libiberty/
H A Dpex-win32.c161 HKEY hKey, hTmp; local
165 hTmp = hKey;
166 res = RegOpenKey (hTmp, *keys, &hKey);
168 if (hTmp != HKEY_LOCAL_MACHINE)
169 RegCloseKey (hTmp);
181 HKEY hKey, hTmp; local
239 res = RegOpenKey (hKey, foundbuf, &hTmp);
249 if (RegQueryValueEx (hTmp, "InstallLocation", 0, NULL, NULL,
252 RegCloseKey (hTmp);
261 RegCloseKey (hTmp);
[all...]
/haiku-buildtools/gcc/libiberty/
H A Dpex-win32.c168 HKEY hKey, hTmp; local
172 hTmp = hKey;
173 res = RegOpenKey (hTmp, *keys, &hKey);
175 if (hTmp != HKEY_LOCAL_MACHINE)
176 RegCloseKey (hTmp);
188 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...]
/haiku-buildtools/binutils/libiberty/
H A Dpex-win32.c168 HKEY hKey, hTmp; local
172 hTmp = hKey;
173 res = RegOpenKey (hTmp, *keys, &hKey);
175 if (hTmp != HKEY_LOCAL_MACHINE)
176 RegCloseKey (hTmp);
188 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 163 milliseconds