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

  /bionic/libc/upstream-freebsd/lib/libc/string/
wcpcpy.c 41 wcpcpy(wchar_t * __restrict to, const wchar_t * __restrict from) function
  /external/bison/lib/
wchar.in.h 611 _GL_FUNCDECL_SYS (wcpcpy, wchar_t *, (wchar_t *dest, const wchar_t *src));
613 _GL_CXXALIAS_SYS (wcpcpy, wchar_t *, (wchar_t *dest, const wchar_t *src));
614 _GL_CXXALIASWARN (wcpcpy);
616 # undef wcpcpy
618 _GL_WARN_ON_USE (wcpcpy, "wcpcpy is unportable - "
619 "use gnulib module wcpcpy for portability");
    [all...]
  /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...]
  /ndk/sources/android/support/include/
wchar.h 200 wchar_t *wcpcpy (wchar_t *__restrict__, const wchar_t *__restrict__);
  /prebuilts/ndk/9/sources/android/support/include/
wchar.h 200 wchar_t *wcpcpy (wchar_t *__restrict__, const wchar_t *__restrict__);
  /ndk/sources/android/support/src/
wchar_support.c 16 wchar_t *wcpcpy(wchar_t *to, const wchar_t *from) { function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-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.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.11-4.6/sysroot/usr/include/
wchar.h 564 extern wchar_t *wcpcpy (wchar_t *__dest, __const wchar_t *__src) __THROW;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
wchar.h 564 extern wchar_t *wcpcpy (wchar_t *__dest, __const wchar_t *__src) __THROW;
  /bionic/libc/
Android.mk 253 upstream-freebsd/lib/libc/string/wcpcpy.c \
    [all...]
  /external/bison/
configure     [all...]

Completed in 1377 milliseconds