Searched refs:wmemcmp (Results 1 – 9 of 9) sorted by relevance
/haiku/src/system/libroot/posix/wchar/ |
H A D | wmemcmp.c | 25 B_DEFINE_WEAK_ALIAS(__wmemcmp, wmemcmp);
|
H A D | Jamfile | 56 wmemcmp.c
|
/haiku/src/system/libroot/posix/glibc/wcsmbs/ |
H A D | Versions | 16 wmemchr; wmemcmp; wmemcpy; wmemmove; wmemset;
|
H A D | wchar.h | 122 extern int wmemcmp (__const wchar_t *__s1, __const wchar_t *__s2, size_t __n)
|
/haiku/src/tests/system/libroot/posix/ |
H A D | wcs_test.cpp | 3443 int result = sign(wmemcmp(a, b, 0)); in test_wmemcmp() 3456 int result = sign(wmemcmp(a, b, 1)); in test_wmemcmp() 3469 int result = sign(wmemcmp(a, b, 0)); in test_wmemcmp() 3482 int result = sign(wmemcmp(a, b, 1)); in test_wmemcmp() 3495 int result = sign(wmemcmp(a, b, 2)); in test_wmemcmp() 3508 int result = sign(wmemcmp(a, b, 2)); in test_wmemcmp() 3521 int result = sign(wmemcmp(a, b, 5)); in test_wmemcmp() 3534 int result = sign(wmemcmp(a, b, 5)); in test_wmemcmp() 3547 int result = sign(wmemcmp(a, b, 2)); in test_wmemcmp() 3597 if (result != destination || wmemcmp(destination, source, 1) != 0 in test_wmemcpy() [all …]
|
/haiku/headers/cpp/std/ |
H A D | straits.h | 151 { return wmemcmp (s1, s2, n); }
|
/haiku/headers/posix/ |
H A D | wchar.h | 149 extern int wmemcmp(const wchar_t *wcs1, const wchar_t *wcs2, size_t n);
|
/haiku/src/system/libroot/stubbed/ |
H A D | libroot_stubs_legacy.c | 2714 void wmemcmp() {} in wmemcmp() function
|
H A D | libroot_stubs.c | 2732 void wmemcmp() {} in wmemcmp() function
|