HomeSort by relevance Sort by last modified time
    Searched defs:wcscpy (Results 1 - 7 of 7) sorted by null

  /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
  /bionic/libc/arch-x86/atom/string/
ssse3-wcscpy-atom.S 91 ENTRY (wcscpy) function
651 END (wcscpy)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/
wchar2.h 152 __const wchar_t *__restrict __src), wcscpy);
155 __NTH (wcscpy (wchar_t *__dest, __const wchar_t *__src)) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
wchar2.h 152 __const wchar_t *__restrict __src), wcscpy);
155 __NTH (wcscpy (wchar_t *__dest, __const wchar_t *__src)) function
  /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...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
strsafe.h 1925 #undef wcscpy macro
1926 #define wcscpy macro
    [all...]

Completed in 313 milliseconds