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

  /bionic/libc/upstream-freebsd/lib/libc/string/
wcsncpy.c 48 wcsncpy(wchar_t * __restrict dst, const wchar_t * __restrict src, size_t n) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/
wchar2.h 184 size_t __n), wcsncpy);
189 __warnattr ("wcsncpy called with length bigger than size of destination "
193 __NTH (wcsncpy (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 184 size_t __n), wcsncpy);
189 __warnattr ("wcsncpy called with length bigger than size of destination "
193 __NTH (wcsncpy (wchar_t *__dest, __const wchar_t *__src, size_t __n)) function
  /ndk/sources/android/support/src/
wchar_support.c 166 wchar_t *wcsncpy(wchar_t *dst, const wchar_t *src, size_t n) { function
  /external/bison/darwin-lib/
wchar.h 939 _GL_FUNCDECL_SYS (wcsncpy, wchar_t *,
942 _GL_CXXALIAS_SYS (wcsncpy, wchar_t *,
944 _GL_CXXALIASWARN (wcsncpy);
946 # undef wcsncpy macro
    [all...]
  /external/bison/linux-lib/
wchar.h 939 _GL_FUNCDECL_SYS (wcsncpy, wchar_t *,
942 _GL_CXXALIAS_SYS (wcsncpy, wchar_t *,
944 _GL_CXXALIASWARN (wcsncpy);
946 # undef wcsncpy macro
    [all...]

Completed in 120 milliseconds