Searched defs:HELLO_RU_MBS (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/test/libc-tests/tests/wcsrtombs/
H A Dwcsrtombs_test.c50 #define HELLO_RU_MBS "ПРИВЕТ" macro
67 { HELLO_RU_MBS, HELLO_RU_WCS },
265 if (strcmp(mbs, HELLO_RU_MBS) != 0) {
266 test_failed(t, "wrong result: %s != %s", mbs, HELLO_RU_MBS);
343 if (strcmp(mbs, HELLO_RU_MBS) != 0) {
344 test_failed(t, "wrong result: %s != %s", mbs, HELLO_RU_MBS);

Completed in 58 milliseconds