Home
last modified time | relevance | path

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

/reactos/base/setup/lib/utils/
H A Dbldrsup.c308 RtlStringCchCatW(BufferBootPath, _countof(BufferBootPath), L","); in FreeLdrMigrateBootDrivePartWorker()
309 RtlStringCchCatW(BufferBootPath, _countof(BufferBootPath), KeyData); in FreeLdrMigrateBootDrivePartWorker()
1168 if (IsNameNotQuoted) RtlStringCchCatW(Buffer, BufferLength, L"\""); in AddBootStoreEntry()
1169 RtlStringCchCatW(Buffer, BufferLength, InstallName); in AddBootStoreEntry()
1170 if (IsNameNotQuoted) RtlStringCchCatW(Buffer, BufferLength, L"\""); in AddBootStoreEntry()
1173 RtlStringCchCatW(Buffer, BufferLength, L" "); in AddBootStoreEntry()
1174 RtlStringCchCatW(Buffer, BufferLength, OsOptions); in AddBootStoreEntry()
H A Dfilesup.c606 Status = RtlStringCchCatW(PathBuffer, cchPathSize, L"\\"); in ConcatPathsV()
617 Status = RtlStringCchCatW(PathBuffer, cchPathSize, PathComponent); in ConcatPathsV()
/reactos/dll/win32/fmifs/
H A Dchkdsk.c50 if (!NT_SUCCESS(RtlStringCchCatW(DriveName, ARRAYSIZE(DriveName), L"\\"))) in Chkdsk()
H A Dformat.c74 if (!NT_SUCCESS(RtlStringCchCatW(DriveName, ARRAYSIZE(DriveName), L"\\"))) in FormatEx()
H A Dquery.c106 if (!NT_SUCCESS(RtlStringCchCatW(DriveName, ARRAYSIZE(DriveName), L"\\"))) in QueryDeviceInformation()
/reactos/win32ss/user/ntuser/misc/
H A Dregistry.c166 RtlStringCchCatW(szKey, _countof(szKey), pszSection); in RegOpenSectionKey()
/reactos/base/setup/lib/
H A Dbootsup.c224 RtlStringCchCatW(BootPathBuffer, _countof(BootPathBuffer), in CreateFreeLoaderIniForReactOSAndBootSector()
246 RtlStringCchCatW(BootPathBuffer, _countof(BootPathBuffer), in CreateFreeLoaderIniForReactOSAndBootSector()
H A Dregistry.c1114 RtlStringCchCatW(DstPath, ARRAYSIZE(DstPath), L".sav"); in RegCleanupRegistry()
/reactos/win32ss/user/ntuser/
H A Ddesktop.c420 Status = RtlStringCchCatW(pwszzVersion, in GetSystemVersionString()
457 Status = RtlStringCchCatW(pwszzVersion, in GetSystemVersionString()
/reactos/sdk/include/ddk/
H A Dntstrsafe.h583 RtlStringCchCatW(
601 RtlStringCchCatW( in RtlStringCchCatW() function
/reactos/win32ss/gdi/ntgdi/
H A Dfreetype.c1543 RtlStringCchCatW(szEntry, _countof(szEntry), L","); in FontLink_Chain_Populate()
1544 RtlStringCchCatW(szEntry, _countof(szEntry), s_szDefFontLinkFontName); in FontLink_Chain_Populate()
/reactos/sdk/lib/rtl/
H A Dactctx.c6209RtlStringCchCatW(buffer, RTL_NUMBER_OF(buffer), L"\\winsxs\\manifests\\systemcompatible.manifest"); in RtlpInitializeActCtx()