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); 167 using ::wmemmove;
|
D | __string | 309 {return __n == 0 ? __s1 : (char_type*)wmemmove(__s1, __s2, __n);}
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | wchar_h.pass.cpp | 96 static_assert((std::is_same<decltype(wmemmove(ws, L"", s)), wchar_t*>::value), ""); in main()
|
/external/libcxx/test/std/strings/c.strings/ |
D | cwchar.pass.cpp | 95 static_assert((std::is_same<decltype(std::wmemmove(ws, L"", s)), wchar_t*>::value), ""); in main()
|
/external/pdfium/core/fxcrt/ |
D | fx_basic_wstring.cpp | 317 wmemmove(m_pData->m_String + nIndex, m_pData->m_String + mLength, in Delete() 630 wmemmove(m_pData->m_String + nIndex + 1, m_pData->m_String + nIndex, in Insert()
|
/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 | 618 INTERCEPTOR(wchar_t *, wmemmove, wchar_t *dest, const wchar_t *src, SIZE_T n) { in INTERCEPTOR() argument 621 wchar_t *res = REAL(wmemmove)(dest, src, n); in INTERCEPTOR() 1501 INTERCEPT_FUNCTION(wmemmove); in InitializeInterceptors()
|
/external/libcxx/lib/abi/3.9/ |
D | x86_64-linux-gnu.abilist | 2009 {'type': 'FUNC', 'name': 'wmemmove@GLIBC_2.2.5'}
|
/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
|