/external/lzma/C/Util/SfxSetup/ |
D | SfxSetup.c | 181 wcscpy(path + len, L"*"); in RemoveDirWithSubItems() 192 wcscpy(path + len, fd.cFileName); in RemoveDirWithSubItems() 316 wcscpy(path + pathLen, L"7z"); in main() 347 wcscpy(workCurDir, path); in main() 577 wcscpy(cmdLine, path); in main()
|
/external/valgrind/memcheck/tests/ |
D | wcs.c | 18 c = wcscpy (b, a); in main()
|
/external/icu/icu4c/source/common/ |
D | cwchar.h | 41 # define uprv_wcscpy wcscpy
|
/external/bison/lib/ |
D | wchar.in.h | 595 _GL_FUNCDECL_SYS (wcscpy, wchar_t *, (wchar_t *dest, const wchar_t *src)); 597 _GL_CXXALIAS_SYS (wcscpy, wchar_t *, (wchar_t *dest, const wchar_t *src)); 598 _GL_CXXALIASWARN (wcscpy); 600 # undef wcscpy 602 _GL_WARN_ON_USE (wcscpy, "wcscpy is unportable - "
|
/external/bison/linux-lib/ |
D | wchar.h | 907 _GL_FUNCDECL_SYS (wcscpy, wchar_t *, (wchar_t *dest, const wchar_t *src)); 909 _GL_CXXALIAS_SYS (wcscpy, wchar_t *, (wchar_t *dest, const wchar_t *src)); 910 _GL_CXXALIASWARN (wcscpy); 912 # undef wcscpy 914 _GL_WARN_ON_USE (wcscpy, "wcscpy is unportable - "
|
/external/bison/darwin-lib/ |
D | wchar.h | 907 _GL_FUNCDECL_SYS (wcscpy, wchar_t *, (wchar_t *dest, const wchar_t *src)); 909 _GL_CXXALIAS_SYS (wcscpy, wchar_t *, (wchar_t *dest, const wchar_t *src)); 910 _GL_CXXALIASWARN (wcscpy); 912 # undef wcscpy 914 _GL_WARN_ON_USE (wcscpy, "wcscpy is unportable - "
|
/external/libcxx/include/ |
D | cwchar | 63 wchar_t* wcscpy(wchar_t* restrict s1, const wchar_t* restrict s2); 148 using ::wcscpy;
|
/external/ImageMagick/MagickCore/ |
D | utility-private.h | 79 wcscpy(wideChar,shortPath+4); in create_wchar_path()
|
/external/libedit/src/ |
D | chartype.h | 102 #define Strcpy(d,s) wcscpy(d,s)
|
/external/swiftshader/third_party/PowerVR_SDK/Tools/ |
D | PVRTPrint3D.cpp | 565 wcscpy(s_Text, pszFormat); in Print3D() 574 wcscpy(m_pwzPreviousString, s_Text); in Print3D()
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | wchar_h.pass.cpp | 77 static_assert((std::is_same<decltype(wcscpy(ws, L"")), wchar_t*>::value), ""); in main()
|
/external/libcxx/test/std/strings/c.strings/ |
D | cwchar.pass.cpp | 76 static_assert((std::is_same<decltype(std::wcscpy(ws, L"")), wchar_t*>::value), ""); in main()
|
/external/bison/m4/ |
D | wchar_h.m4 | 54 wcslen wcsnlen wcscpy wcpcpy wcsncpy wcpncpy wcscat wcsncat wcscmp
|
/external/compiler-rt/lib/msan/ |
D | msan_interceptors.cc | 584 INTERCEPTOR(wchar_t *, wcscpy, wchar_t *dest, const wchar_t *src) { in INTERCEPTOR() argument 587 wchar_t *res = REAL(wcscpy)(dest, src); in INTERCEPTOR() 1545 INTERCEPT_FUNCTION(wcscpy); in InitializeInterceptors()
|
/external/pdfium/core/fxcrt/ |
D | fx_basic_wstring_unittest.cpp | 619 wcscpy(buffer, L"clams"); in TEST() 626 wcscpy(buffer + 2, L"ams"); in TEST()
|
/external/valgrind/shared/ |
D | vg_replace_strmem.c | 1926 WCSCPY(VG_Z_LIBC_SONAME, wcscpy)
|
/external/icu/icu4c/source/ |
D | configure.ac | 957 AC_SEARCH_LIBS(wcscpy, wcs w)
|
D | configure | 7219 char wcscpy (); 7223 return wcscpy ();
|
/external/python/cpython2/Modules/ |
D | posixmodule.c | 2307 wcscpy(wnamebuf, wpath); in posix_listdir() 2312 wcscpy(wnamebuf + len, L"*.*"); in posix_listdir()
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 3245 fun:wcscpy=uninstrumented
|
/external/valgrind/ |
D | NEWS | 1572 307828 Memcheck false errors SSE optimized wcscpy, wcscmp, wcsrchr, wcschr
|
/external/bison/ |
D | configure | 33750 …mbs wcwidth wmemchr wmemcmp wmemcpy wmemmove wmemset wcslen wcsnlen wcscpy wcpcpy wcsncpy wcp…
|
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/ |
D | libc-2.13.so.sym | 582 PUBLIC 905e0 0 wcscpy
|
/external/google-breakpad/src/processor/testdata/symbols/kernel32.pdb/BCE8785C57B44245A669896B6A19B9542/ |
D | kernel32.sym | 40 PUBLIC 37923 0 wcscpy
|