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

/haiku-fatelf/src/tests/system/libroot/posix/
H A Dtst-swscanf2.c17 wchar_t wc5; local
29 buf1, wbuf2, buf3, &c4, &wc5);
31 || strcmp (buf3, "three") != 0 || c4 != '!' || wc5 != L'!') {
32 printf ("*** FAILED, n = %Zu, buf1 = \"%s\", wbuf2 = L\"%S\", buf3 = \"%s\", c4 = '%c', wc5 = L'%C'\n",
33 n, buf1, wbuf2, buf3, c4, (wint_t) wc5);

Completed in 97 milliseconds