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

  /bionic/libc/bionic/
wmempcpy.cpp 31 wchar_t* wmempcpy(wchar_t* dst, 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 94 size_t __n), wmempcpy);
99 __warnattr ("wmempcpy called with length bigger than size of destination "
103 __NTH (wmempcpy (wchar_t *__restrict __s1, __const wchar_t *__restrict __s2, function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
wchar2.h 92 size_t __n), wmempcpy);
97 __warnattr ("wmempcpy called with length bigger than size of destination "
101 __NTH (wmempcpy (wchar_t *__restrict __s1, __const wchar_t *__restrict __s2, function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
wchar2.h 92 size_t __n), wmempcpy);
97 __warnattr ("wmempcpy called with length bigger than size of destination "
101 __NTH (wmempcpy (wchar_t *__restrict __s1, __const wchar_t *__restrict __s2, function

Completed in 121 milliseconds