Lines Matching defs:bad
62 warnx("got bad char32_t, expected 0x%x, found 0x%x\n", 'h',
73 warnx("got bad char32_t, expected 0x%x, found 0x%x\n", 'h',
113 warnx("found bad errno, expected %d, found %d\n", errno,
134 warnx("found bad errno, expected %d, found %d\n", errno,
296 warnx("got bad char16_t, expected 0x%x, found 0x%x\n", 'h',
307 warnx("got bad char16_t, expected 0x%x, found 0x%x\n", 'h',
629 char16_t bad[] = { 0x0, 0xd7ff, 0xd83d, 0xd900, 0xffff };
632 for (i = 0; i < ARRAY_SIZE(bad); i++) {
640 len = c16rtomb(buf, bad[i], &mbs);
643 "-1\n", bad[i], len);
662 char16_t bad[] = { 0xdc00, 0xdd34, 0xdfff };
665 for (i = 0; i < ARRAY_SIZE(bad); i++) {
667 len = c16rtomb(buf, bad[i], &mbs);
670 "-1\n", bad[i], len);
729 { mbrtoc32_badseq_utf8, "mbrtoc32: bad locale sequence (UTF-8)" },
751 { c16rtomb_bad_first, "c16rtomb: bad first surrogate pair" },
752 { c16rtomb_bad_second, "c16rtomb: bad second surrogate pair" },