Searched refs:uchar_hello (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/test/libc-tests/tests/ |
H A D | uchar.c | 32 static const char *uchar_hello = "hello"; variable 56 if ((len = mbrtoc32(&out, uchar_hello, 5, mbs)) != 1) { in mbrtoc32_ascii() 67 if ((len = mbrtoc32(&out, uchar_hello + 1, 4, mbs)) != 1) { in mbrtoc32_ascii() 290 if ((len = mbrtoc16(&out, uchar_hello, 5, mbs)) != 1) { in mbrtoc16_ascii() 301 if ((len = mbrtoc16(&out, uchar_hello + 1, 4, mbs)) != 1) { in mbrtoc16_ascii()
|