Searched refs:HELLO_RU_MBS (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/test/libc-tests/tests/wcsrtombs/ |
H A D | wcsrtombs_test.c | 50 #define HELLO_RU_MBS "ПРИВЕТ" macro 67 { HELLO_RU_MBS, HELLO_RU_WCS }, 265 if (strcmp(mbs, HELLO_RU_MBS) != 0) { in test_wcsrtombs_partial() 266 test_failed(t, "wrong result: %s != %s", mbs, HELLO_RU_MBS); in test_wcsrtombs_partial() 343 if (strcmp(mbs, HELLO_RU_MBS) != 0) { in test_wcsnrtombs_partial() 344 test_failed(t, "wrong result: %s != %s", mbs, HELLO_RU_MBS); in test_wcsnrtombs_partial()
|