Searched refs:wmemcmp (Results 1 - 7 of 7) sorted by last modified time

/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs_legacy.c2702 void wmemcmp() {} function
H A Dlibroot_stubs.c2710 void wmemcmp() {} function
/haiku/headers/posix/
H A Dwchar.h149 extern int wmemcmp(const wchar_t *wcs1, const wchar_t *wcs2, size_t n);
/haiku/src/system/libroot/posix/glibc/wcsmbs/
H A Dwchar.h122 extern int wmemcmp (__const wchar_t *__s1, __const wchar_t *__s2, size_t __n)
/haiku/src/tests/system/libroot/posix/
H A Dwcs_test.cpp3429 // #pragma mark - wmemcmp ------------------------------------------------------
3435 printf("wmemcmp()\n");
3443 int result = sign(wmemcmp(a, b, 0));
3446 printf("\tPROBLEM: result for wmemcmp(\"%ls\", \"%ls\", 0) = %d "
3456 int result = sign(wmemcmp(a, b, 1));
3459 printf("\tPROBLEM: result for wmemcmp(\"%ls\", \"%ls\", 0) = %d "
3469 int result = sign(wmemcmp(a, b, 0));
3472 printf("\tPROBLEM: result for wmemcmp(\"%ls\", \"%ls\", 0) = %d "
3482 int result = sign(wmemcmp(a, b, 1));
3485 printf("\tPROBLEM: result for wmemcmp(\"
[all...]
/haiku/src/system/libroot/posix/wchar/
H A Dwmemcmp.c25 B_DEFINE_WEAK_ALIAS(__wmemcmp, wmemcmp);
/haiku/headers/cpp/std/
H A Dstraits.h151 { return wmemcmp (s1, s2, n); }

Completed in 140 milliseconds