Searched refs:wmemmove (Results 1 – 14 of 14) sorted by relevance
/external/bison/lib/ |
D | 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 - "
|
/external/bison/linux-lib/ |
D | wchar.h | 840 _GL_FUNCDECL_SYS (wmemmove, wchar_t *, 843 _GL_CXXALIAS_SYS (wmemmove, wchar_t *, 845 _GL_CXXALIASWARN (wmemmove); 847 # undef wmemmove 849 _GL_WARN_ON_USE (wmemmove, "wmemmove is unportable - "
|
/external/bison/darwin-lib/ |
D | wchar.h | 840 _GL_FUNCDECL_SYS (wmemmove, wchar_t *, 843 _GL_CXXALIAS_SYS (wmemmove, wchar_t *, 845 _GL_CXXALIASWARN (wmemmove); 847 # undef wmemmove 849 _GL_WARN_ON_USE (wmemmove, "wmemmove is unportable - "
|
/external/libcxx/include/ |
D | cwchar | 87 wchar_t* wmemmove(wchar_t* s1, const wchar_t* s2, size_t n); 197 using ::wmemmove;
|
D | string | 690 {return __n == 0 ? __s1 : (char_type*)wmemmove(__s1, __s2, __n);}
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | wchar_h.pass.cpp | 97 static_assert((std::is_same<decltype(wmemmove(ws, L"", s)), wchar_t*>::value), ""); in main()
|
/external/ltrace/testsuite/ltrace.minor/ |
D | wchar.exp | 140 wmemmove(wbuf, L" ", 2);
|
/external/libcxx/test/std/strings/c.strings/ |
D | cwchar.pass.cpp | 92 static_assert((std::is_same<decltype(std::wmemmove(ws, L"", s)), wchar_t*>::value), ""); in main()
|
/external/bison/m4/ |
D | wchar_h.m4 | 53 wcsrtombs wcsnrtombs wcwidth wmemchr wmemcmp wmemcpy wmemmove wmemset
|
/external/compiler-rt/lib/msan/ |
D | msan_interceptors.cc | 632 INTERCEPTOR(wchar_t *, wmemmove, wchar_t *dest, const wchar_t *src, SIZE_T n) { in INTERCEPTOR() argument 635 wchar_t *res = REAL(wmemmove)(dest, src, n); in INTERCEPTOR() 1556 INTERCEPT_FUNCTION(wmemmove); in InitializeInterceptors()
|
/external/ltrace/etc/ |
D | libc.so.conf | 524 wstring3_t wmemmove(addr, wstring3_t, ulong);
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 3297 fun:wmemmove=uninstrumented
|
/external/bison/ |
D | configure | 33750 …towcs wcrtomb wcsrtombs wcsnrtombs wcwidth wmemchr wmemcmp wmemcpy wmemmove wmemset wcsl…
|
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/ |
D | libc-2.13.so.sym | 596 PUBLIC 90d40 0 wmemmove
|