HomeSort by relevance Sort by last modified time
    Searched refs:wcscpy (Results 26 - 49 of 49) sorted by null

12

  /external/libcxx/test/std/strings/c.strings/
cwchar.pass.cpp 76 static_assert((std::is_same<decltype(std::wcscpy(ws, L"")), wchar_t*>::value), "");
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
string.h 126 wchar_t *__cdecl wcscpy(wchar_t * __restrict__ _Dest,const wchar_t * __restrict__ _Source) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
intrin.h 274 __MACHINEIW64(wchar_t *__cdecl wcscpy(wchar_t * __restrict__ ,const wchar_t * __restrict__ ))
553 __MACHINECE(wchar_t *__cdecl wcscpy(wchar_t * __restrict__ ,const wchar_t * __restrict__ ))
    [all...]
strsafe.h 1929 #undef wcscpy macro
1930 #define wcscpy macro
    [all...]
tchar.h 254 #define _tcscpy wcscpy
wchar.h     [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/strings/c.strings/
cwchar.pass.cpp 76 static_assert((std::is_same<decltype(std::wcscpy(ws, L"")), wchar_t*>::value), "");
  /bionic/libc/arch-x86/atom/string/
ssse3-wcscpy-atom.S 91 ENTRY (wcscpy) function
651 END (wcscpy)
  /external/python/cpython3/Modules/
_winapi.c 566 wcscpy(rdb->MountPointReparseBuffer.PathBuffer, L"\\??\\");
573 wcscpy(rdb->MountPointReparseBuffer.PathBuffer +
    [all...]
posixmodule.c     [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTPrint3D.cpp 565 wcscpy(s_Text, pszFormat);
574 wcscpy(m_pwzPreviousString, s_Text);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
wchar2.h 150 __const wchar_t *__restrict __src), wcscpy);
153 __NTH (wcscpy (wchar_t *__restrict __dest, __const wchar_t *__restrict __src)) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
wchar2.h 150 __const wchar_t *__restrict __src), wcscpy);
153 __NTH (wcscpy (wchar_t *__restrict __dest, __const wchar_t *__restrict __src)) function
  /external/compiler-rt/lib/msan/
msan_interceptors.cc 583 // wchar_t *wcscpy(wchar_t *dest, const wchar_t *src);
584 INTERCEPTOR(wchar_t *, wcscpy, wchar_t *dest, const wchar_t *src) {
587 wchar_t *res = REAL(wcscpy)(dest, src);
    [all...]
  /external/python/cpython3/PC/
winreg.c 656 wcscpy(P, wstr);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
wchar.h 144 extern wchar_t *wcscpy (wchar_t *__restrict __dest,
  /external/pdfium/core/fxcrt/
widestring_unittest.cpp 808 wcscpy(buffer, L"clams");
815 wcscpy(buffer + 2, L"ams");
    [all...]
  /bionic/tests/
wchar_test.cpp 612 EXPECT_EQ(dst, wcscpy(dst, src));
  /external/pdfium/fpdfsdk/
fpdfannot_embeddertest.cpp     [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/StrGather/
StrGather.c     [all...]
  /external/valgrind/shared/
vg_replace_strmem.c 100 20390 WCSCPY
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
posixmodule.c     [all...]
  /external/icu/icu4c/source/
configure     [all...]
  /external/python/cpython2/Modules/
posixmodule.c     [all...]

Completed in 1191 milliseconds

12