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

  /bionic/libc/upstream-freebsd/lib/libc/string/
wcpncpy.c 33 wcpncpy(wchar_t * __restrict dst, const wchar_t * __restrict src, size_t n) function
  /external/bison/lib/
wchar.in.h 646 _GL_FUNCDECL_SYS (wcpncpy, wchar_t *,
649 _GL_CXXALIAS_SYS (wcpncpy, wchar_t *,
651 _GL_CXXALIASWARN (wcpncpy);
653 # undef wcpncpy
655 _GL_WARN_ON_USE (wcpncpy, "wcpncpy is unportable - "
656 "use gnulib module wcpncpy for portability");
    [all...]
  /external/bison/darwin-lib/
wchar.h 965 # undef wcpncpy macro
    [all...]
  /external/bison/linux-lib/
wchar.h 965 # undef wcpncpy macro
    [all...]
  /ndk/sources/android/support/include/
wchar.h 201 wchar_t *wcpncpy (wchar_t *__restrict__, const wchar_t *__restrict__, size_t);
  /prebuilts/ndk/9/sources/android/support/include/
wchar.h 201 wchar_t *wcpncpy (wchar_t *__restrict__, const wchar_t *__restrict__, size_t);
  /ndk/sources/android/support/src/
wchar_support.c 28 wchar_t *wcpncpy(wchar_t *dst, const wchar_t *src, size_t n) { function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/
wchar2.h 214 size_t __n), wcpncpy);
219 __warnattr ("wcpncpy called with length bigger than size of destination "
223 __NTH (wcpncpy (wchar_t *__dest, __const wchar_t *__src, size_t __n)) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
wchar2.h 214 size_t __n), wcpncpy);
219 __warnattr ("wcpncpy called with length bigger than size of destination "
223 __NTH (wcpncpy (wchar_t *__dest, __const wchar_t *__src, size_t __n)) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
wchar.h 568 extern wchar_t *wcpncpy (wchar_t *__dest, __const wchar_t *__src, size_t __n)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
wchar.h 568 extern wchar_t *wcpncpy (wchar_t *__dest, __const wchar_t *__src, size_t __n)
  /bionic/libc/
Android.mk 254 upstream-freebsd/lib/libc/string/wcpncpy.c \
    [all...]
  /external/bison/
configure     [all...]

Completed in 665 milliseconds