Home
last modified time | relevance | path

Searched defs:pszDest (Results 1 – 8 of 8) sorted by relevance

/reactos/sdk/include/ddk/
H A Dntstrsafe.h110 RtlStringCchCopyA( in RtlStringCchCopyA()
127 RtlStringCchCopyW( in RtlStringCchCopyW()
156 RtlStringCbCopyA( in RtlStringCbCopyA()
174 RtlStringCbCopyW( in RtlStringCbCopyW()
395 RtlStringCbCopyNA( in RtlStringCbCopyNA()
589 RtlStringCchCatA( in RtlStringCchCatA()
601 RtlStringCchCatW( in RtlStringCchCatW()
625 RtlStringCbCatA( in RtlStringCbCatA()
636 RtlStringCbCatW( in RtlStringCbCatW()
819 RtlStringCbCatNA( in RtlStringCbCatNA()
[all …]
/reactos/sdk/include/psdk/
H A Dstrsafe.h145 STRSAFEAPI StringCchCopyA(STRSAFE_LPSTR pszDest,size_t cchDest,STRSAFE_LPCSTR pszSrc) { in StringCchCopyA()
149 STRSAFEAPI StringCchCopyW(STRSAFE_LPWSTR pszDest,size_t cchDest,STRSAFE_LPCWSTR pszSrc) { in StringCchCopyW()
161 STRSAFEAPI StringCbCopyA(STRSAFE_LPSTR pszDest,size_t cbDest,STRSAFE_LPCSTR pszSrc) { in StringCbCopyA()
166 STRSAFEAPI StringCbCopyW(STRSAFE_LPWSTR pszDest,size_t cbDest,STRSAFE_LPCWSTR pszSrc) { in StringCbCopyW()
320 STRSAFEAPI StringCchCatA(STRSAFE_LPSTR pszDest,size_t cchDest,STRSAFE_LPCSTR pszSrc) { in StringCchCatA()
337 STRSAFEAPI StringCbCatA(STRSAFE_LPSTR pszDest,size_t cbDest,STRSAFE_LPCSTR pszSrc) { in StringCbCatA()
342 STRSAFEAPI StringCbCatW(STRSAFE_LPWSTR pszDest,size_t cbDest,STRSAFE_LPCWSTR pszSrc) { in StringCbCatW()
716 STRSAFE_INLINE_API StringCchGetsA(STRSAFE_LPSTR pszDest,size_t cchDest) { in StringCchGetsA()
727 STRSAFE_INLINE_API StringCchGetsW(STRSAFE_LPWSTR pszDest,size_t cchDest) { in StringCchGetsW()
745 STRSAFE_INLINE_API StringCbGetsA(STRSAFE_LPSTR pszDest,size_t cbDest) { in StringCbGetsA()
[all …]
/reactos/sdk/lib/gcc-compat/
H A DStringCchCopyNA.c16 StringCchCopyNA( in StringCchCopyNA()
/reactos/base/shell/cmd/
H A Dmove.c91 LPTSTR pszDest; in cmd_move() local
/reactos/sdk/lib/atl/
H A Dcstringt.h182 _In_opt_z_ LPWSTR pszDest, in FormatV()
369 _In_opt_z_ LPSTR pszDest, in FormatV()
/reactos/base/applications/regedit/
H A Dedit.c2072 BOOL GetKeyName(LPWSTR pszDest, size_t iDestLength, HKEY hRootKey, LPCWSTR lpSubKey) in GetKeyName()
/reactos/dll/win32/shell32/wine/
H A Dpidl.c1864 LPSTR pszDest = _ILGetTextPointer(pidlOut); in _ILCreateDrive() local
/reactos/dll/win32/shlwapi/
H A Dpropbag.cpp1488 LPWSTR pszDest, in _GetRegKey()