Home
last modified time | relevance | path

Searched refs:wmemmove (Results 1 – 8 of 8) sorted by relevance

/haiku/src/system/libroot/posix/wchar/
H A Dwmemmove.c18 B_DEFINE_WEAK_ALIAS(__wmemmove, wmemmove);
H A DJamfile58 wmemmove.c
/haiku/src/system/libroot/posix/glibc/wcsmbs/
H A DVersions16 wmemchr; wmemcmp; wmemcpy; wmemmove; wmemset;
H A Dwchar.h130 extern wchar_t *wmemmove (wchar_t *__s1, __const wchar_t *__s2, size_t __n)
/haiku/headers/posix/
H A Dwchar.h151 extern wchar_t *wmemmove(wchar_t *dest, const wchar_t *src, size_t n);
/haiku/src/tests/system/libroot/posix/
H A Dwcs_test.cpp3714 wchar_t* result = wmemmove(destination, source, 0); in test_wmemmove()
3732 wchar_t* result = wmemmove(destination, source, 1); in test_wmemmove()
3752 wchar_t* result = wmemmove(destination, destination + 4, 27); in test_wmemmove()
3766 wchar_t* result = wmemmove(destination + 2, destination, 8); in test_wmemmove()
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs_legacy.c2716 void wmemmove() {} in wmemmove() function
H A Dlibroot_stubs.c2734 void wmemmove() {} in wmemmove() function