HomeSort by relevance Sort by last modified time
    Searched refs:wmemmove (Results 1 - 22 of 22) 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-x86/
x86.mk 32 upstream-freebsd/lib/libc/string/wmemmove.c \
  /bionic/libc/arch-mips64/
mips64.mk 30 upstream-freebsd/lib/libc/string/wmemmove.c \
  /bionic/libc/arch-x86_64/
x86_64.mk 26 upstream-freebsd/lib/libc/string/wmemmove.c \
  /development/ndk/platforms/android-3/include/
wchar.h 150 extern wchar_t *wmemmove(wchar_t *, const wchar_t *, size_t);
  /development/ndk/platforms/android-8/include/
wchar.h 157 extern wchar_t *wmemmove(wchar_t *, const wchar_t *, size_t);
  /development/ndk/platforms/android-9/include/
wchar.h 138 extern wchar_t *wmemmove(wchar_t *, const wchar_t *, size_t);
  /bionic/libc/arch-arm/
arm.mk 40 upstream-freebsd/lib/libc/string/wmemmove.c \
  /bionic/libc/arch-arm64/generic/bionic/
memmove.S 68 #elif defined(WMEMMOVE)
69 ENTRY(wmemmove) function
337 #elif defined(WMEMMOVE)
338 END(wmemmove)
  /bionic/libc/arch-mips/
mips.mk 46 upstream-freebsd/lib/libc/string/wmemmove.c \
  /external/bison/lib/
wchar.in.h 528 _GL_FUNCDECL_SYS (wmemmove, wchar_t *,
531 _GL_CXXALIAS_SYS (wmemmove, wchar_t *,
533 _GL_CXXALIASWARN (wmemmove);
535 # undef wmemmove
537 _GL_WARN_ON_USE (wmemmove, "wmemmove is unportable - "
538 "use gnulib module wmemmove for portability");
    [all...]
  /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...]
  /bionic/tests/
wchar_test.cpp 453 TEST(wchar, wmemmove) {
457 wmemmove(wstr, const_wstr, sizeof(const_wstr)/sizeof(wchar_t));
460 wmemmove(wstr+5, wstr, sizeof(const_wstr)/sizeof(wchar_t) - 6);
  /bionic/libc/include/
wchar.h 149 extern wchar_t *wmemmove(wchar_t *, const wchar_t *, size_t);
  /development/ndk/platforms/android-L/include/
wchar.h 149 extern wchar_t *wmemmove(wchar_t *, const wchar_t *, size_t);
  /external/ltrace/testsuite/ltrace.minor/
wchar.exp 140 wmemmove(wbuf, L" ", 2);
209 {{^wmemmove\(.*, " ", 2\).*= " "} == 1}
  /external/libcxx/test/depr/depr.c.headers/
wchar_h.pass.cpp 93 static_assert((std::is_same<decltype(wmemmove(ws, L"", s)), wchar_t*>::value), "");
  /external/libcxx/test/strings/c.strings/
cwchar.pass.cpp 98 static_assert((std::is_same<decltype(std::wmemmove(ws, L"", s)), wchar_t*>::value), "");
  /external/compiler-rt/lib/msan/
msan_interceptors.cc 545 INTERCEPTOR(wchar_t *, wmemmove, wchar_t *dest, const wchar_t *src, SIZE_T n) {
548 wchar_t *res = REAL(wmemmove)(dest, src, n);
    [all...]
  /external/ltrace/etc/
libc.so.conf 524 wstring3_t wmemmove(addr, wstring3_t, ulong);
  /external/bison/
configure     [all...]

Completed in 1366 milliseconds