Searched refs:RtlStringCchCatW (Results 1 – 12 of 12) sorted by relevance
/reactos/base/setup/lib/utils/ |
H A D | bldrsup.c | 308 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 D | filesup.c | 606 Status = RtlStringCchCatW(PathBuffer, cchPathSize, L"\\"); in ConcatPathsV() 617 Status = RtlStringCchCatW(PathBuffer, cchPathSize, PathComponent); in ConcatPathsV()
|
/reactos/dll/win32/fmifs/ |
H A D | chkdsk.c | 50 if (!NT_SUCCESS(RtlStringCchCatW(DriveName, ARRAYSIZE(DriveName), L"\\"))) in Chkdsk()
|
H A D | format.c | 74 if (!NT_SUCCESS(RtlStringCchCatW(DriveName, ARRAYSIZE(DriveName), L"\\"))) in FormatEx()
|
H A D | query.c | 106 if (!NT_SUCCESS(RtlStringCchCatW(DriveName, ARRAYSIZE(DriveName), L"\\"))) in QueryDeviceInformation()
|
/reactos/win32ss/user/ntuser/misc/ |
H A D | registry.c | 166 RtlStringCchCatW(szKey, _countof(szKey), pszSection); in RegOpenSectionKey()
|
/reactos/base/setup/lib/ |
H A D | bootsup.c | 224 RtlStringCchCatW(BootPathBuffer, _countof(BootPathBuffer), in CreateFreeLoaderIniForReactOSAndBootSector() 246 RtlStringCchCatW(BootPathBuffer, _countof(BootPathBuffer), in CreateFreeLoaderIniForReactOSAndBootSector()
|
H A D | registry.c | 1114 RtlStringCchCatW(DstPath, ARRAYSIZE(DstPath), L".sav"); in RegCleanupRegistry()
|
/reactos/win32ss/user/ntuser/ |
H A D | desktop.c | 420 Status = RtlStringCchCatW(pwszzVersion, in GetSystemVersionString() 457 Status = RtlStringCchCatW(pwszzVersion, in GetSystemVersionString()
|
/reactos/sdk/include/ddk/ |
H A D | ntstrsafe.h | 583 RtlStringCchCatW( 601 RtlStringCchCatW( in RtlStringCchCatW() function
|
/reactos/win32ss/gdi/ntgdi/ |
H A D | freetype.c | 1543 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 D | actctx.c | 6209 …RtlStringCchCatW(buffer, RTL_NUMBER_OF(buffer), L"\\winsxs\\manifests\\systemcompatible.manifest"); in RtlpInitializeActCtx()
|