| /openbsd/src/lib/libc/citrus/ |
| D | citrus_utf8.c | 109 errno = EILSEQ; in _citrus_utf8_ctype_mbrtowc() 131 errno = EILSEQ; in _citrus_utf8_ctype_mbrtowc() 148 errno = EILSEQ; in _citrus_utf8_ctype_mbrtowc() 155 errno = EILSEQ; in _citrus_utf8_ctype_mbrtowc() 162 errno = EILSEQ; in _citrus_utf8_ctype_mbrtowc() 194 errno = EILSEQ; in _citrus_utf8_ctype_mbsnrtowcs() 224 errno = EILSEQ; in _citrus_utf8_ctype_mbsnrtowcs() 276 errno = EILSEQ; in _citrus_utf8_ctype_wcrtomb()
|
| D | citrus_none.c | 93 errno = EILSEQ; in _citrus_none_ctype_wcrtomb() 111 errno = EILSEQ; in _citrus_none_ctype_wcsnrtombs() 124 errno = EILSEQ; in _citrus_none_ctype_wcsnrtombs()
|
| /openbsd/src/gnu/gcc/libcpp/ |
| D | charset.c | 91 #ifndef EILSEQ 92 #define EILSEQ EINVAL macro 196 return EILSEQ; in one_utf8_to_cppchar() 208 return EILSEQ; in one_utf8_to_cppchar() 213 if (c <= 0x7F && nbytes > 1) return EILSEQ; in one_utf8_to_cppchar() 214 if (c <= 0x7FF && nbytes > 2) return EILSEQ; in one_utf8_to_cppchar() 215 if (c <= 0xFFFF && nbytes > 3) return EILSEQ; in one_utf8_to_cppchar() 216 if (c <= 0x1FFFFF && nbytes > 4) return EILSEQ; in one_utf8_to_cppchar() 217 if (c <= 0x3FFFFFF && nbytes > 5) return EILSEQ; in one_utf8_to_cppchar() 220 if (c > 0x7FFFFFFF || (c >= 0xD800 && c <= 0xDFFF)) return EILSEQ; in one_utf8_to_cppchar() [all …]
|
| /openbsd/src/regress/lib/libc/locale/wcrtomb/ |
| D | test_wcrtomb.c | 60 onetest("0x100", 0x100, EILSEQ, NULL); in main() 72 onetest("0xd800", 0xd800, EILSEQ, NULL); in main()
|
| /openbsd/src/regress/lib/libc/printf/ |
| D | string.c | 137 } else if (errno != EILSEQ) { in tlc_expect_fail() 139 charset, fmt, (unsigned int)wc, errno, EILSEQ); in tlc_expect_fail() 242 } else if (errno != EILSEQ) { in tls_expect_fail() 244 charset, fmt, (unsigned int)*ws, errno, EILSEQ); in tls_expect_fail()
|
| /openbsd/src/gnu/llvm/libcxx/include/ |
| D | errno.h | 255 #ifndef EILSEQ 256 #define EILSEQ 9945 macro
|
| D | __errc | 46 illegal_byte_sequence, // EILSEQ 143 illegal_byte_sequence = EILSEQ,
|
| D | cerrno | 19 EILSEQ // C99
|
| /openbsd/src/lib/libc/locale/ |
| D | mbtowc.c | 50 errno = EILSEQ; in mbtowc()
|
| D | c16rtomb.c | 64 errno = EILSEQ; in c16rtomb()
|
| D | _wcstod.h | 126 errno = EILSEQ; in FUNCNAME()
|
| /openbsd/src/regress/lib/libedit/read/ |
| D | test_read_char.c | 59 case EILSEQ: in main()
|
| /openbsd/src/lib/libc/stdio/ |
| D | fgetws.c | 56 ferror(fp) && errno == EILSEQ) in fgetws()
|
| D | vswprintf.c | 86 errno = EILSEQ; in vswprintf()
|
| /openbsd/src/usr.bin/nl/ |
| D | nl.c | 135 errc(EXIT_FAILURE, EILSEQ, NULL); in main() 141 errc(EXIT_FAILURE, EILSEQ, NULL); in main()
|
| /openbsd/src/sys/sys/ |
| D | errno.h | 160 #define EILSEQ 84 /* Illegal byte sequence */ macro
|
| /openbsd/src/regress/lib/libc/locale/mbrtowc/ |
| D | test_mbrtowc.c | 67 onetest("0x80", "\200", 8, EILSEQ, -1, WEOF); in main()
|
| /openbsd/src/gnu/usr.bin/cvs/lib/ |
| D | strerror.c | 317 #if defined (EILSEQ) 318 ENTRY(EILSEQ, "EILSEQ", "Illegal byte sequence"),
|
| /openbsd/src/gnu/lib/libiberty/src/ |
| D | strerror.c | 316 #if defined (EILSEQ) 317 ENTRY(EILSEQ, "EILSEQ", "Illegal byte sequence"),
|
| /openbsd/src/sys/dev/wscons/ |
| D | wsemul_subr.c | 171 rc = EILSEQ; in wsemul_getchar()
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/libio/ |
| D | wfileops.c | 185 __set_errno (EILSEQ); 260 __set_errno (EILSEQ); 281 __set_errno (EILSEQ);
|
| /openbsd/src/gnu/usr.bin/perl/ext/POSIX/ |
| D | Makefile.PL | 43 EHOSTUNREACH EIDRM EILSEQ EINPROGRESS EINTR EINVAL EIO EISCONN EISDIR
|
| /openbsd/src/lib/libedit/ |
| D | read.c | 269 errno = EILSEQ; in read_char()
|
| /openbsd/src/usr.bin/ul/ |
| D | ul.c | 176 if (errno != EILSEQ) in mfilter()
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | charset.c | 442 if (errno == EILSEQ) in cached_iconv_convert()
|