Searched refs:EILSEQ (Results 1 - 25 of 63) sorted by relevance

123

/freebsd-10.0-release/lib/libiconv_modules/MSKanji/
H A Dcitrus_mskanji.c222 return (EILSEQ);
240 ret = EILSEQ;
253 ret = EILSEQ;
267 ret = EILSEQ;
334 return (EILSEQ);
376 return (EILSEQ);
382 return (EILSEQ);
387 return (EILSEQ);
393 return (EILSEQ);
401 return (EILSEQ);
[all...]
/freebsd-10.0-release/lib/libc/locale/
H A Dascii.c101 errno = EILSEQ;
118 errno = EILSEQ;
135 errno = EILSEQ;
146 errno = EILSEQ;
169 errno = EILSEQ;
180 errno = EILSEQ;
H A Dc32rtomb.c42 errno = EILSEQ;
H A Dnone.c122 errno = EILSEQ;
164 errno = EILSEQ;
175 errno = EILSEQ;
H A Dutf8.c164 errno = EILSEQ;
186 errno = EILSEQ;
203 errno = EILSEQ;
234 errno = EILSEQ;
263 errno = EILSEQ;
343 errno = EILSEQ;
H A Dbig5.c125 errno = EILSEQ;
144 errno = EILSEQ;
H A Dgbk.c118 errno = EILSEQ;
137 errno = EILSEQ;
H A Dmskanji.c114 errno = EILSEQ;
131 errno = EILSEQ;
H A Dc16rtomb.c58 errno = EILSEQ;
H A Dgb18030.c159 errno = EILSEQ;
222 errno = EILSEQ;
H A DcXXrtomb_iconv.h105 errno = EILSEQ;
/freebsd-10.0-release/tools/regression/lib/libc/locale/
H A Dtest-c16rtomb.c84 assert(errno == EILSEQ);
98 assert(errno == EILSEQ);
134 assert(errno == EILSEQ);
141 assert(errno == EILSEQ);
/freebsd-10.0-release/lib/libiconv_modules/JOHAB/
H A Dcitrus_johab.c188 return (EILSEQ);
232 return (EILSEQ);
263 return (EILSEQ);
270 return (EILSEQ);
277 return (EILSEQ);
301 return (EILSEQ);
310 return (EILSEQ);
/freebsd-10.0-release/lib/libefi/
H A Dlibefi.c123 return (EILSEQ);
145 return (EILSEQ);
151 return (EILSEQ);
/freebsd-10.0-release/lib/libiconv_modules/DECHanyu/
H A Dcitrus_dechanyu.c269 return (EILSEQ);
315 return (EILSEQ);
332 return (EILSEQ);
337 return (EILSEQ);
355 return (EILSEQ);
358 return (EILSEQ);
360 return (EILSEQ);
367 return (EILSEQ);
/freebsd-10.0-release/lib/libiconv_modules/GBK2K/
H A Dcitrus_gbk2k.c245 return (EILSEQ);
270 ret = EILSEQ;
277 ret = EILSEQ;
287 ret = EILSEQ;
363 return (EILSEQ);
/freebsd-10.0-release/lib/libiconv_modules/BIG5/
H A Dcitrus_big5.c167 return (EILSEQ);
344 return (EILSEQ);
365 ret = EILSEQ;
372 ret = EILSEQ;
378 ret = EILSEQ;
431 return (EILSEQ);
/freebsd-10.0-release/contrib/libarchive/libarchive/
H A Darchive_platform.h150 #define ARCHIVE_ERRNO_FILE_FORMAT EILSEQ
/freebsd-10.0-release/lib/libc/stdio/
H A Dfgetwc.c113 errno = EILSEQ;
H A Dvswprintf.c97 errno = EILSEQ;
/freebsd-10.0-release/lib/libiconv_modules/UTF8/
H A Dcitrus_utf8.c233 return (EILSEQ);
250 ret = EILSEQ;
256 ret = EILSEQ;
308 return (EILSEQ);
/freebsd-10.0-release/sys/sys/
H A Derrno.h165 #define EILSEQ 86 /* Illegal byte sequence */ macro
/freebsd-10.0-release/contrib/gcclibs/libcpp/
H A Dcharset.c91 #ifndef EILSEQ
92 #define EILSEQ EINVAL macro
196 return EILSEQ;
208 return EILSEQ;
213 if (c <= 0x7F && nbytes > 1) return EILSEQ;
214 if (c <= 0x7FF && nbytes > 2) return EILSEQ;
215 if (c <= 0xFFFF && nbytes > 3) return EILSEQ;
216 if (c <= 0x1FFFFF && nbytes > 4) return EILSEQ;
217 if (c <= 0x3FFFFFF && nbytes > 5) return EILSEQ;
220 if (c > 0x7FFFFFFF || (c >= 0xD800 && c <= 0xDFFF)) return EILSEQ;
[all...]
/freebsd-10.0-release/contrib/vis/
H A Dvis.c183 if (c == WEOF && errno == EILSEQ) {
194 if (cerr || (rachar == WEOF && errno == EILSEQ)) {
/freebsd-10.0-release/lib/libc/iconv/
H A Dcitrus_none.c116 return (EILSEQ);
196 return (EILSEQ);

Completed in 146 milliseconds

123