Searched refs:wcsncmp (Results 1 - 5 of 5) sorted by relevance

/haiku/src/system/libroot/posix/wchar/
H A Dwcsncmp.c27 B_DEFINE_WEAK_ALIAS(__wcsncmp, wcsncmp);
/haiku/headers/posix/
H A Dwchar.h119 extern int wcsncmp(const wchar_t *wcs1, const wchar_t *wcs2,
/haiku/src/tests/system/libroot/posix/
H A Dwcs_test.cpp136 printf("wcscmp()/wcsncmp()\n");
235 int result = sign(wcsncmp(a, b, 0));
238 printf("\tPROBLEM: result for wcsncmp(\"%ls\", \"%ls\", 0) = %d "
248 int result = sign(wcsncmp(a, b, 4));
251 printf("\tPROBLEM: result for wcsncmp(\"%ls\", \"%ls\", 4) = %d "
261 int result = sign(wcsncmp(a, b, 5));
264 printf("\tPROBLEM: result for wcsncmp(\"%ls\", \"%ls\", 5) = %d "
274 int result = sign(wcsncmp(a, b, (size_t)-1));
277 printf("\tPROBLEM: result for wcsncmp(\"%ls\", \"%ls\", -1) = %d "
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c2678 void wcsncmp() {} function
H A Dlibroot_stubs_legacy.c2668 void wcsncmp() {} function

Completed in 402 milliseconds