HomeSort by relevance Sort by last modified time
    Searched refs:wcscpy (Results 1 - 25 of 32) sorted by null

1 2

  /bionic/libc/upstream-freebsd/lib/libc/string/
wcscpy.c 26 * citrus Id: wcscpy.c,v 1.2 2000/12/21 04:51:09 itojun Exp
32 __RCSID("$NetBSD: wcscpy.c,v 1.1 2000/12/23 23:14:36 itojun Exp $");
40 wcscpy(wchar_t * __restrict s1, const wchar_t * __restrict s2) function
  /external/chromium_org/third_party/icu/source/common/
cwchar.h 39 # define uprv_wcscpy wcscpy
  /external/icu/icu4c/source/common/
cwchar.h 39 # define uprv_wcscpy wcscpy
  /development/host/windows/usb/api/
adb_api_private_defines.h 82 wcscpy(info->device_name, device_name().c_str());
adb_interface.cpp 52 wcscpy(reinterpret_cast<wchar_t*>(buffer), interface_name().c_str());
adb_legacy_interface.cpp 155 wcscpy(reinterpret_cast<wchar_t*>(buffer), serial_number);
  /external/lzma/C/Util/SfxSetup/
SfxSetup.c 182 wcscpy(path + len, L"*");
192 wcscpy(path + len, fd.cFileName);
306 wcscpy(path + pathLen, L"7z");
551 wcscpy(cmdLine, path);
  /bionic/libc/arch-arm64/
arm64.mk 18 upstream-freebsd/lib/libc/string/wcscpy.c \
  /bionic/libc/arch-mips64/
mips64.mk 26 upstream-freebsd/lib/libc/string/wcscpy.c \
  /bionic/libc/arch-x86_64/
x86_64.mk 22 upstream-freebsd/lib/libc/string/wcscpy.c \
  /development/ndk/platforms/android-3/include/
wchar.h 125 extern wchar_t *wcscpy(wchar_t *, const wchar_t *);
  /development/ndk/platforms/android-8/include/
wchar.h 131 extern wchar_t *wcscpy(wchar_t *, const wchar_t *);
  /development/ndk/platforms/android-9/include/
wchar.h 112 extern wchar_t *wcscpy(wchar_t *, const wchar_t *);
  /bionic/libc/arch-arm/
arm.mk 36 upstream-freebsd/lib/libc/string/wcscpy.c \
  /bionic/libc/arch-mips/
mips.mk 42 upstream-freebsd/lib/libc/string/wcscpy.c \
  /external/bison/lib/
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 - "
603 "use gnulib module wcscpy for portability");
    [all...]
  /external/bison/darwin-lib/
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 macro
914 _GL_WARN_ON_USE (wcscpy, "wcscpy is unportable - "
915 "use gnulib module wcscpy for portability");
    [all...]
  /external/bison/linux-lib/
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 macro
914 _GL_WARN_ON_USE (wcscpy, "wcscpy is unportable - "
915 "use gnulib module wcscpy for portability");
    [all...]
  /bionic/libc/include/
wchar.h 119 extern wchar_t *wcscpy(wchar_t *, const wchar_t *);
  /development/ndk/platforms/android-L/include/
wchar.h 119 extern wchar_t *wcscpy(wchar_t *, const wchar_t *);
  /external/libedit/src/
chartype.h 102 #define Strcpy(d,s) wcscpy(d,s)
  /external/ltrace/testsuite/ltrace.minor/
wchar.exp 108 i = wcscoll(wcscpy(wbuf, L"/????l??/"), L"/d????/");
182 {{^wcscpy\(.*, "/????l??/"\).*= .*} == 1}
  /external/chromium_org/chrome_elf/blacklist/
blacklist.cc 252 wcscpy(str_buffer, dll_name);
  /external/libcxx/test/depr/depr.c.headers/
wchar_h.pass.cpp 74 static_assert((std::is_same<decltype(wcscpy(ws, L"")), wchar_t*>::value), "");
  /external/libcxx/test/strings/c.strings/
cwchar.pass.cpp 74 static_assert((std::is_same<decltype(std::wcscpy(ws, L"")), wchar_t*>::value), "");

Completed in 978 milliseconds

1 2