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

  /bionic/libc/upstream-freebsd/lib/libc/string/
wmemmove.c 26 * citrus Id: wmemmove.c,v 1.2 2000/12/20 14:08:31 itojun Exp
32 __RCSID("$NetBSD: wmemmove.c,v 1.1 2000/12/23 23:14:37 itojun Exp $");
41 wmemmove(wchar_t *d, const wchar_t *s, size_t n) function
  /bionic/libc/arch-arm64/generic/bionic/
memmove.S 68 #elif defined(WMEMMOVE)
69 ENTRY(wmemmove) function
337 #elif defined(WMEMMOVE)
338 END(wmemmove)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/
wchar2.h 61 size_t __n), wmemmove);
66 __warnattr ("wmemmove called with length bigger than size of destination "
70 __NTH (wmemmove (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 61 size_t __n), wmemmove);
66 __warnattr ("wmemmove called with length bigger than size of destination "
70 __NTH (wmemmove (wchar_t *__restrict __s1, __const wchar_t *__restrict __s2, function
  /ndk/sources/android/support/src/
wchar_support.c 339 wchar_t* wmemmove(wchar_t* d, const wchar_t* s, size_t n) { function
  /external/bison/darwin-lib/
wchar.h 840 _GL_FUNCDECL_SYS (wmemmove, wchar_t *,
843 _GL_CXXALIAS_SYS (wmemmove, wchar_t *,
845 _GL_CXXALIASWARN (wmemmove);
847 # undef wmemmove macro
849 _GL_WARN_ON_USE (wmemmove, "wmemmove is unportable - "
850 "use gnulib module wmemmove for portability");
    [all...]
  /external/bison/linux-lib/
wchar.h 840 _GL_FUNCDECL_SYS (wmemmove, wchar_t *,
843 _GL_CXXALIAS_SYS (wmemmove, wchar_t *,
845 _GL_CXXALIASWARN (wmemmove);
847 # undef wmemmove macro
849 _GL_WARN_ON_USE (wmemmove, "wmemmove is unportable - "
850 "use gnulib module wmemmove for portability");
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wchar.h 983 __CRT_INLINE wchar_t *__cdecl wmemmove(wchar_t *_S1,const wchar_t *_S2,size_t _N) { return (wchar_t *)memmove(_S1,_S2,_N*sizeof(wchar_t)); } function
    [all...]

Completed in 38 milliseconds