Searched refs:wcscmp (Results 1 - 14 of 14) sorted by relevance

/haiku/src/system/libroot/posix/wchar/
H A Dwcscmp.c27 B_DEFINE_WEAK_ALIAS(__wcscmp, wcscmp);
H A Dwcscoll.cpp31 return wcscmp(wcs1, wcs2);
54 return wcscmp(wcs1, wcs2);
/haiku/src/tests/system/libroot/posix/
H A Dtst-getwc.c40 return wcscmp(buf,L"This is a test of getwc\n" ) != 0;
H A Dtst-wscanf.c21 if (n != 5 || strcmp (buf1, "Hello") != 0 || wcscmp (wbuf2, L"World") != 0
H A Dtst-swscanf2.c30 if (n != 5 || strcmp (buf1, "one") != 0 || wcscmp (wbuf2, L"two") != 0
H A Dtst-swprintf.c32 else if (wcscmp(buf, L"Hello world") != 0)
42 } else if (wcscmp (buf, L"Is this >3.1< 3.1?") != 0) {
H A Dtst-swscanf.c78 } else if (tests[n].retval != 0 && wcscmp(wbuf, tests[n].wres) != 0) {
H A Dwcs_test.cpp130 // #pragma mark - wcscmp -------------------------------------------------------
136 printf("wcscmp()/wcsncmp()\n");
144 int result = sign(wcscmp(a, b));
147 printf("\tPROBLEM: result for wcscmp(\"%ls\", \"%ls\") = %d "
157 int result = sign(wcscmp(a, b));
160 printf("\tPROBLEM: result for wcscmp(\"%ls\", \"%ls\") = %d "
170 int result = sign(wcscmp(a, b));
173 printf("\tPROBLEM: result for wcscmp(\"%ls\", \"%ls\") = %d "
183 int result = sign(wcscmp(a, b));
186 printf("\tPROBLEM: result for wcscmp(\"
[all...]
/haiku/src/add-ons/media/plugins/ape_reader/MAClib/
H A DGlobalFunctions.cpp77 if (0 == wcscmp(pFilename, "-") || 0 == wcscmp(pFilename, "/dev/stdin"))
H A DNoWindows.h57 #define wcscmp strcmp macro
/haiku/src/system/libroot/add-ons/icu/
H A DICUCollateData.cpp160 result = wcscmp(a, b);
/haiku/headers/posix/
H A Dwchar.h103 extern int wcscmp(const wchar_t *wcs1, const wchar_t *wcs2);
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c2665 void wcscmp() {} function
H A Dlibroot_stubs_legacy.c2655 void wcscmp() {} function

Completed in 220 milliseconds