Searched refs:wmemmove (Results 1 – 8 of 8) sorted by relevance
/haiku/src/system/libroot/posix/wchar/ |
H A D | wmemmove.c | 18 B_DEFINE_WEAK_ALIAS(__wmemmove, wmemmove);
|
H A D | Jamfile | 58 wmemmove.c
|
/haiku/src/system/libroot/posix/glibc/wcsmbs/ |
H A D | Versions | 16 wmemchr; wmemcmp; wmemcpy; wmemmove; wmemset;
|
H A D | wchar.h | 130 extern wchar_t *wmemmove (wchar_t *__s1, __const wchar_t *__s2, size_t __n)
|
/haiku/headers/posix/ |
H A D | wchar.h | 151 extern wchar_t *wmemmove(wchar_t *dest, const wchar_t *src, size_t n);
|
/haiku/src/tests/system/libroot/posix/ |
H A D | wcs_test.cpp | 3714 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 D | libroot_stubs_legacy.c | 2716 void wmemmove() {} in wmemmove() function
|
H A D | libroot_stubs.c | 2734 void wmemmove() {} in wmemmove() function
|