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

  /bionic/libc/wchar/
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
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/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/i686-linux-glibc2.7-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.7-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

Completed in 1435 milliseconds