HomeSort by relevance Sort by last modified time
    Searched defs:wcscpy (Results 1 - 6 of 6) 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)
  /device/linaro/bootloader/edk2/StdLib/LibC/Wchar/
Copying.c 25 /** The wcscpy function copies the wide string pointed to by s2 (including the
28 @return The wcscpy function returns the value of s1.
30 wchar_t *wcscpy(wchar_t * __restrict s1, const wchar_t * __restrict s2) function
  /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
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
strsafe.h 1929 #undef wcscpy macro
1930 #define wcscpy macro
    [all...]

Completed in 172 milliseconds