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

  /external/elfutils/0.153/libebl/
eblwstrtab.c 329 *freep = wmempcpy (*freep, nodep->string, nodep->len);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/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.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
  /external/compiler-rt/lib/msan/
msan_interceptors.cc 529 INTERCEPTOR(wchar_t *, wmempcpy, wchar_t *dest, const wchar_t *src, SIZE_T n) {
532 wchar_t *res = REAL(wmempcpy)(dest, src, n);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
wchar.h 342 extern wchar_t *wmempcpy (wchar_t *__restrict __s1,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
wchar.h 342 extern wchar_t *wmempcpy (wchar_t *__restrict __s1,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wchar.h     [all...]

Completed in 813 milliseconds