HomeSort by relevance Sort by last modified time
    Searched defs:wmemmove (Results 1 - 7 of 7) 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
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/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/i686-linux-glibc2.7-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.7-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
  /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...]

Completed in 109 milliseconds