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

123

/freebsd-9.3-release/lib/libiconv_modules/MSKanji/
H A Dcitrus_mskanji.c224 return (EILSEQ);
242 ret = EILSEQ;
255 ret = EILSEQ;
269 ret = EILSEQ;
336 return (EILSEQ);
378 return (EILSEQ);
384 return (EILSEQ);
389 return (EILSEQ);
395 return (EILSEQ);
403 return (EILSEQ);
[all...]
/freebsd-9.3-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 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 Dgb18030.c159 errno = EILSEQ;
222 errno = EILSEQ;
/freebsd-9.3-release/lib/libiconv_modules/JOHAB/
H A Dcitrus_johab.c190 return (EILSEQ);
234 return (EILSEQ);
265 return (EILSEQ);
272 return (EILSEQ);
279 return (EILSEQ);
303 return (EILSEQ);
312 return (EILSEQ);
/freebsd-9.3-release/lib/libefi/
H A Dlibefi.c123 return (EILSEQ);
145 return (EILSEQ);
151 return (EILSEQ);
/freebsd-9.3-release/lib/libiconv_modules/DECHanyu/
H A Dcitrus_dechanyu.c271 return (EILSEQ);
317 return (EILSEQ);
334 return (EILSEQ);
339 return (EILSEQ);
357 return (EILSEQ);
360 return (EILSEQ);
362 return (EILSEQ);
369 return (EILSEQ);
/freebsd-9.3-release/lib/libiconv_modules/GBK2K/
H A Dcitrus_gbk2k.c247 return (EILSEQ);
272 ret = EILSEQ;
279 ret = EILSEQ;
289 ret = EILSEQ;
365 return (EILSEQ);
/freebsd-9.3-release/lib/libiconv_modules/BIG5/
H A Dcitrus_big5.c169 return (EILSEQ);
347 return (EILSEQ);
368 ret = EILSEQ;
375 ret = EILSEQ;
381 ret = EILSEQ;
434 return (EILSEQ);
/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_platform.h150 #define ARCHIVE_ERRNO_FILE_FORMAT EILSEQ
/freebsd-9.3-release/lib/libc/stdio/
H A Dfgetwc.c107 errno = EILSEQ;
H A Dvswprintf.c91 errno = EILSEQ;
/freebsd-9.3-release/lib/libiconv_modules/UTF8/
H A Dcitrus_utf8.c235 return (EILSEQ);
252 ret = EILSEQ;
258 ret = EILSEQ;
310 return (EILSEQ);
/freebsd-9.3-release/sys/sys/
H A Derrno.h165 #define EILSEQ 86 /* Illegal byte sequence */ macro
/freebsd-9.3-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-9.3-release/contrib/vis/
H A Dvis.c183 if (c == WEOF && errno == EILSEQ) {
194 if (cerr || (rachar == WEOF && errno == EILSEQ)) {
/freebsd-9.3-release/lib/libc/iconv/
H A Dcitrus_none.c116 return (EILSEQ);
196 return (EILSEQ);
/freebsd-9.3-release/usr.bin/tr/
H A Dstr.c89 errc(1, EILSEQ, NULL);
209 errc(1, EILSEQ, NULL);
259 errc(1, EILSEQ, NULL);
313 errc(1, EILSEQ, NULL);
/freebsd-9.3-release/lib/libiconv_modules/UES/
H A Dcitrus_ues.c275 return (EILSEQ);
327 return (EILSEQ);
359 return (EILSEQ);
/freebsd-9.3-release/lib/libiconv_modules/UTF1632/
H A Dcitrus_utf1632.c235 return (EILSEQ);
336 return (EILSEQ);
428 return (EILSEQ);
/freebsd-9.3-release/cddl/lib/libdtrace/
H A Derrno.d205 inline int EILSEQ = 86;
206 #pragma D binding "1.0" EILSEQ

Completed in 226 milliseconds

123