Symbol: EILSEQ
lib/libc/citrus/citrus_none.c
111
errno = EILSEQ;
lib/libc/citrus/citrus_none.c
124
errno = EILSEQ;
lib/libc/citrus/citrus_none.c
93
errno = EILSEQ;
lib/libc/citrus/citrus_utf8.c
109
errno = EILSEQ;
lib/libc/citrus/citrus_utf8.c
131
errno = EILSEQ;
lib/libc/citrus/citrus_utf8.c
148
errno = EILSEQ;
lib/libc/citrus/citrus_utf8.c
155
errno = EILSEQ;
lib/libc/citrus/citrus_utf8.c
162
errno = EILSEQ;
lib/libc/citrus/citrus_utf8.c
194
errno = EILSEQ;
lib/libc/citrus/citrus_utf8.c
224
errno = EILSEQ;
lib/libc/citrus/citrus_utf8.c
276
errno = EILSEQ;
lib/libc/locale/_wcstod.h
126
errno = EILSEQ;
lib/libc/locale/c16rtomb.c
64
errno = EILSEQ;
lib/libc/locale/mbtowc.c
50
errno = EILSEQ;
lib/libc/stdio/fgetws.c
56
ferror(fp) && errno == EILSEQ)
lib/libc/stdio/vfwprintf.c
142
errno = EILSEQ;
lib/libc/stdio/vswprintf.c
82
errno = EILSEQ;
lib/libcurses/curses.priv.h
1372
#define isEILSEQ(status) (((size_t)status == (size_t)-1) && (errno == EILSEQ))
lib/libcurses/curses.priv.h
89
# ifndef EILSEQ
lib/libedit/read.c
269
errno = EILSEQ;
regress/lib/libc/locale/mbrtowc/test_mbrtowc.c
67
onetest("0x80", "\200", 8, EILSEQ, -1, WEOF);
regress/lib/libc/locale/wcrtomb/test_wcrtomb.c
60
onetest("0x100", 0x100, EILSEQ, NULL);
regress/lib/libc/locale/wcrtomb/test_wcrtomb.c
72
onetest("0xd800", 0xd800, EILSEQ, NULL);
regress/lib/libc/printf/string.c
137
} else if (errno != EILSEQ) {
regress/lib/libc/printf/string.c
139
charset, fmt, (unsigned int)wc, errno, EILSEQ);
regress/lib/libc/printf/string.c
242
} else if (errno != EILSEQ) {
regress/lib/libc/printf/string.c
244
charset, fmt, (unsigned int)*ws, errno, EILSEQ);
regress/lib/libedit/read/test_read_char.c
59
case EILSEQ:
regress/sys/ffs/fstest.c
723
case EILSEQ:
sys/dev/wscons/wsemul_subr.c
171
rc = EILSEQ;
usr.bin/nl/nl.c
135
errc(EXIT_FAILURE, EILSEQ, NULL);
usr.bin/nl/nl.c
141
errc(EXIT_FAILURE, EILSEQ, NULL);
usr.bin/sort/bwstring.c
118
if (errno == EILSEQ) {
usr.bin/ul/ul.c
176
if (errno != EILSEQ)