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

  /bionic/libc/wchar/
wcsncpy.c 48 wcsncpy(wchar_t * __restrict dst, const wchar_t * __restrict src, size_t n) function
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/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/i686-linux-glibc2.7-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.7-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

Completed in 221 milliseconds