HomeSort by relevance Sort by last modified time
    Searched defs:wcpcpy (Results 1 - 8 of 8) 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/x86_64-linux-glibc2.11-4.8/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.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
wchar2.h 166 __const wchar_t *__restrict __src), wcpcpy);
169 __NTH (wcpcpy (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 166 __const wchar_t *__restrict __src), wcpcpy);
169 __NTH (wcpcpy (wchar_t *__restrict __dest, __const wchar_t *__restrict __src)) function
  /prebuilts/ndk/r11/sources/android/support/src/
wchar_support.c 16 wchar_t *wcpcpy(wchar_t *to, const wchar_t *from) { function
  /prebuilts/ndk/r13/sources/android/support/src/
wchar_support.c 16 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 186 milliseconds