/reactos/dll/win32/shlwapi/ |
H A D | ordinal.c | 5748 StrCpyNW(pch, L".x", cch2); in SHPropertyBag_ReadPOINTL() 5753 StrCpyNW(pch, L".y", cch2); in SHPropertyBag_ReadPOINTL() 5815 StrCpyNW(pch, L".left", cch2); in SHPropertyBag_ReadRECTL() 5820 StrCpyNW(pch, L".top", cch2); in SHPropertyBag_ReadRECTL() 5825 StrCpyNW(pch, L".right", cch2); in SHPropertyBag_ReadRECTL() 5830 StrCpyNW(pch, L".bottom", cch2); in SHPropertyBag_ReadRECTL() 6122 StrCpyNW(pch, L".x", cch2); in SHPropertyBag_WritePOINTL() 6127 StrCpyNW(pch, L".y", cch2); in SHPropertyBag_WritePOINTL() 6131 StrCpyNW(pch, L".x", cch2); in SHPropertyBag_WritePOINTL() 6191 StrCpyNW(pch, L".left", cch2); in SHPropertyBag_WriteRECTL() [all …]
|
H A D | propbag.cpp | 839 StrCpyNW(pszSection, pszStart, min(cchSep, cchSectionMax)); in _GetSectionAndName() 840 StrCpyNW(pszName, pchSep + 1, cchNameMax); in _GetSectionAndName() 846 StrCpyNW(pszSection, m_pszSection, cchSectionMax); in _GetSectionAndName() 847 StrCpyNW(pszName, pszStart, cchNameMax); in _GetSectionAndName() 985 StrCpyNW(szBuff, lpFileName, _countof(szBuff)); in SHCreatePropertyBagOnProfileSection()
|
H A D | thread.c | 504 StrCpyNW(szBuff + iPrefixLen, lpszName, iBuffLen - iPrefixLen); in SHGlobalCounterCreateNamedW()
|
H A D | string.c | 536 LPWSTR WINAPI StrCpyNW(LPWSTR dst, LPCWSTR src, int count) in StrCpyNW() function 1460 StrCpyNW(lpszStr + iLen, lpszCat, cchMax); in StrCatBuffW() 1825 StrCpyNW(lpszStr + strlenW(lpszStr), lpszCat, cchMax); in StrNCatW()
|
H A D | shlwapi.spec | 787 785 stdcall StrCpyNW(ptr wstr long)
|
H A D | path.c | 3441 StrCpyNW(dst, pszUrl, len + 1); in PathCreateFromUrlW()
|
/reactos/modules/rostests/winetests/shlwapi/ |
H A D | string.c | 1020 StrCpyNW(wbuf, (LPCWSTR)0x1, 10); in test_StrXXX_overflows() 1021 StrCpyNW((LPWSTR)0x1, wstr1, 10); in test_StrXXX_overflows() 1025 expect_eq(StrCpyNW(wbuf, (LPCWSTR)0x1, 1), wbuf, PWCHAR, "%p"); in test_StrXXX_overflows() 1030 expect_eq(StrCpyNW(wbuf, 0, 10), wbuf, PWCHAR, "%p"); in test_StrXXX_overflows() 1035 expect_eq(StrCpyNW(wbuf, 0, 0), wbuf, PWCHAR, "%p"); in test_StrXXX_overflows() 1040 expect_eq(StrCpyNW(wbuf, wstr1, 0), wbuf, PWCHAR, "%p"); in test_StrXXX_overflows() 1045 expect_eq(StrCpyNW(wbuf, wstr1, 10), wbuf, PWCHAR, "%p"); in test_StrXXX_overflows()
|
/reactos/dll/win32/shell32/ |
H A D | shell32.spec | 378 378 stdcall StrCpyNW(wstr wstr long) shlwapi.StrCpyNW 384 384 stdcall StrNCpyW(wstr wstr long) shlwapi.StrCpyNW
|
H A D | shlfileop.cpp | 2262 StrCpyNW(temppath, path, len); in SHPathPrepareForWriteW()
|
H A D | shlexec.cpp | 3000 StrCpyNW(szPath, pszCmdLine, _countof(szPath)); in ShellExec_RunDLL_Helper()
|
/reactos/dll/shellext/zipfldr/ |
H A D | CZipExtract.cpp | 625 StrCpyNW(StrippedPath, FullPath, _countof(StrippedPath)); in Extract()
|
/reactos/dll/win32/shell32/wine/ |
H A D | shellpath.c | 1869 StrCpyNW(szPath, pszStart, min(*pcch, _countof(szPath))); in Shell_ParseSpecialFolder()
|
/reactos/sdk/include/psdk/ |
H A D | shlwapi.h | 1541 LPWSTR WINAPI StrCpyNW(_Out_writes_(cchMax) LPWSTR, _In_ LPCWSTR, int cchMax);
|