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

  /bionic/libc/upstream-freebsd/lib/libc/string/
wcpcpy.c 41 wcpcpy(wchar_t * __restrict to, const wchar_t * __restrict from) function
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
wchar2.h 167 wcpcpy);
170 __NTH (wcpcpy (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 167 wcpcpy);
170 __NTH (wcpcpy (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 167 wcpcpy);
170 __NTH (wcpcpy (wchar_t *__dest, __const wchar_t *__src)) function
  /ndk/sources/android/support/src/
wchar_support.c 15 wchar_t *wcpcpy(wchar_t *to, const wchar_t *from) { function
  /external/bison/darwin-lib/
wchar.h 923 _GL_FUNCDECL_SYS (wcpcpy, wchar_t *, (wchar_t *dest, const wchar_t *src));
925 _GL_CXXALIAS_SYS (wcpcpy, wchar_t *, (wchar_t *dest, const wchar_t *src));
926 _GL_CXXALIASWARN (wcpcpy);
928 # undef wcpcpy macro
930 _GL_WARN_ON_USE (wcpcpy, "wcpcpy is unportable - "
931 "use gnulib module wcpcpy for portability");
    [all...]
  /external/bison/linux-lib/
wchar.h 923 _GL_FUNCDECL_SYS (wcpcpy, wchar_t *, (wchar_t *dest, const wchar_t *src));
925 _GL_CXXALIAS_SYS (wcpcpy, wchar_t *, (wchar_t *dest, const wchar_t *src));
926 _GL_CXXALIASWARN (wcpcpy);
928 # undef wcpcpy macro
930 _GL_WARN_ON_USE (wcpcpy, "wcpcpy is unportable - "
931 "use gnulib module wcpcpy for portability");
    [all...]

Completed in 588 milliseconds