Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/windows/
H A Dregistry.d329 hkey, subKey.tempCStringW(), 0, null, dwOptions,
349 res = pRegDeleteKeyExW(hkey, subKey.tempCStringW(), samDesired, 0);
353 res = RegDeleteKeyW(hkey, subKey.tempCStringW());
366 enforceSucc(RegDeleteValueW(hkey, valueName.tempCStringW()),
495 enforceSucc(RegQueryValueExW(hkey, name.tempCStringW(), null, cast(LPDWORD) &type, null, null),
510 …enforceSucc(RegOpenKeyExW(hkey, subKey.tempCStringW(), 0, compatibleRegsam(samDesired), &hkeyResul…
537 auto keynameTmp = name.tempCStringW();
596 auto keynameTmp = name.tempCStringW();
641 …enforceSucc(RegQueryValueExW(hkey, name.tempCStringW(), null, cast(LPDWORD) &type, &value, &cbData…
677 …enforceSucc(RegQueryValueExW(hkey, name.tempCStringW(), null, cast(LPDWORD) &type, &value, &cbData…
[all …]
H A Dcharset.d69 auto wsTmp = s.tempCStringW();
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/windows/
H A Dregistry.d329 hkey, subKey.tempCStringW(), 0, null, dwOptions,
349 res = pRegDeleteKeyExW(hkey, subKey.tempCStringW(), samDesired, 0);
353 res = RegDeleteKeyW(hkey, subKey.tempCStringW());
366 enforceSucc(RegDeleteValueW(hkey, valueName.tempCStringW()),
495 enforceSucc(RegQueryValueExW(hkey, name.tempCStringW(), null, cast(LPDWORD) &type, null, null),
510 …enforceSucc(RegOpenKeyExW(hkey, subKey.tempCStringW(), 0, compatibleRegsam(samDesired), &hkeyResul…
537 auto keynameTmp = name.tempCStringW();
596 auto keynameTmp = name.tempCStringW();
641 …enforceSucc(RegQueryValueExW(hkey, name.tempCStringW(), null, cast(LPDWORD) &type, &value, &cbData…
677 …enforceSucc(RegQueryValueExW(hkey, name.tempCStringW(), null, cast(LPDWORD) &type, &value, &cbData…
[all …]
H A Dcharset.d69 auto wsTmp = s.tempCStringW();
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/internal/
H A Dcstring.d37 { enforce(SetEnvironmentVariableW(name.tempCStringW(), value.tempCStringW())); } in version()
270 alias tempCStringW = tempCString!(wchar, const(char)[]);
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/internal/
H A Dcstring.d37 { enforce(SetEnvironmentVariableW(name.tempCStringW(), value.tempCStringW())); } in version()
219 alias tempCStringW = tempCString!(WCHAR, const(char)[]); in version() local
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dprocess.d750 auto pworkDir = workDir.tempCStringW(); // workaround until Bugzilla 14696 is fixed
751 if (!CreateProcessW(null, commandLine.tempCStringW().buffPtr, null, null, true, dwCreationFlags,
3394 SetEnvironmentVariableW(name.tempCStringW(), value.tempCStringW()),
3415 version (Windows) SetEnvironmentVariableW(name.tempCStringW(), null);
3449 if (GetEnvironmentVariableW(name.tempCStringW, null, 0) > 0)
3547 const namezTmp = name.tempCStringW();
3976 ShellExecuteW(null, "open", url.tempCStringW(), null, null, SW_SHOWNORMAL);
H A Dmmfile.d228 hFile = CreateFileW(filename.tempCStringW(), in version()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dprocess.d304 SetEnvironmentVariableW(name.tempCStringW(), value.tempCStringW()),
324 version (Windows) SetEnvironmentVariableW(name.tempCStringW(), null);
358 if (GetEnvironmentVariableW(name.tempCStringW, null, 0) > 0)
461 const namezTmp = name.tempCStringW();
1354 auto pworkDir = workDir.tempCStringW();
1355 if (!CreateProcessW(null, commandLine.tempCStringW().buffPtr,
4375 ShellExecuteW(null, "open", url.tempCStringW(), null, null, SW_SHOWNORMAL);
H A Dmmfile.d225 hFile = CreateFileW(filename.tempCStringW(), in version()
H A Dfile.d5382 import std.internal.cstring : tempCStringW;
5386 return GetDiskFreeSpaceExW(path.tempCStringW(), &freeBytesAvailable, null, null);