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

1234

/freebsd-13-stable/lib/libiconv_modules/MSKanji/
H A Dcitrus_mskanji.c226 return (EILSEQ);
244 ret = EILSEQ;
257 ret = EILSEQ;
271 ret = EILSEQ;
338 return (EILSEQ);
380 return (EILSEQ);
386 return (EILSEQ);
391 return (EILSEQ);
397 return (EILSEQ);
405 return (EILSEQ);
[all...]
/freebsd-13-stable/lib/libc/locale/
H A Dascii.c103 errno = EILSEQ;
120 errno = EILSEQ;
137 errno = EILSEQ;
149 errno = EILSEQ;
172 errno = EILSEQ;
184 errno = EILSEQ;
H A Dc32rtomb.c44 errno = EILSEQ;
H A Dmbtowc.c58 errno = EILSEQ;
H A Dutf8.c155 errno = EILSEQ;
178 errno = EILSEQ;
195 errno = EILSEQ;
202 errno = EILSEQ;
233 errno = EILSEQ;
262 errno = EILSEQ;
326 errno = EILSEQ;
335 errno = EILSEQ;
H A Dnone.c126 errno = EILSEQ;
168 errno = EILSEQ;
180 errno = EILSEQ;
H A Dc16rtomb.c60 errno = EILSEQ;
H A Deuc.c358 errno = EILSEQ;
380 errno = EILSEQ;
427 errno = EILSEQ;
437 errno = EILSEQ;
442 errno = EILSEQ;
446 errno = EILSEQ;
H A Dbig5.c131 errno = EILSEQ;
150 errno = EILSEQ;
H A Dgbk.c130 errno = EILSEQ;
149 errno = EILSEQ;
H A Dmskanji.c126 errno = EILSEQ;
143 errno = EILSEQ;
/freebsd-13-stable/sys/contrib/openzfs/module/unicode/
H A Duconv.c330 return (EILSEQ);
372 * exists alone, then, either it is an illegal (EILSEQ) or
383 return (EILSEQ);
388 return (EILSEQ);
394 return (EILSEQ);
436 return (EILSEQ);
462 return (EILSEQ);
467 return (EILSEQ);
473 return (EILSEQ);
504 return (EILSEQ);
[all...]
/freebsd-13-stable/lib/libiconv_modules/JOHAB/
H A Dcitrus_johab.c192 return (EILSEQ);
236 return (EILSEQ);
267 return (EILSEQ);
274 return (EILSEQ);
281 return (EILSEQ);
305 return (EILSEQ);
314 return (EILSEQ);
/freebsd-13-stable/lib/libc/tests/locale/
H A Dc16rtomb_test.c95 ATF_REQUIRE(errno == EILSEQ);
109 ATF_REQUIRE(errno == EILSEQ);
146 ATF_REQUIRE(errno == EILSEQ);
153 ATF_REQUIRE(errno == EILSEQ);
/freebsd-13-stable/lib/libiconv_modules/DECHanyu/
H A Dcitrus_dechanyu.c273 return (EILSEQ);
319 return (EILSEQ);
336 return (EILSEQ);
341 return (EILSEQ);
359 return (EILSEQ);
362 return (EILSEQ);
364 return (EILSEQ);
371 return (EILSEQ);
/freebsd-13-stable/lib/libiconv_modules/GBK2K/
H A Dcitrus_gbk2k.c249 return (EILSEQ);
274 ret = EILSEQ;
281 ret = EILSEQ;
291 ret = EILSEQ;
367 return (EILSEQ);
/freebsd-13-stable/lib/libiconv_modules/BIG5/
H A Dcitrus_big5.c171 return (EILSEQ);
348 return (EILSEQ);
369 ret = EILSEQ;
376 ret = EILSEQ;
382 ret = EILSEQ;
435 return (EILSEQ);
/freebsd-13-stable/lib/libc/stdio/
H A Dfgetwc.c108 errno = EILSEQ;
/freebsd-13-stable/lib/libiconv_modules/UTF8/
H A Dcitrus_utf8.c237 return (EILSEQ);
254 ret = EILSEQ;
260 ret = EILSEQ;
312 return (EILSEQ);
/freebsd-13-stable/sys/xen/
H A Derror.h69 [XEN_EILSEQ] = EILSEQ,
/freebsd-13-stable/contrib/vis/
H A Dvis.c183 if (c == WEOF && errno == EILSEQ) {
194 if (cerr || (rachar == WEOF && errno == EILSEQ)) {
/freebsd-13-stable/lib/libc/iconv/
H A Dcitrus_none.c118 return (EILSEQ);
198 return (EILSEQ);
/freebsd-13-stable/contrib/lib9p/pytest/
H A Dlerrno.py90 EILSEQ = 84 variable
223 EILSEQ: 'Invalid or incomplete multibyte or wide character',
/freebsd-13-stable/contrib/llvm-project/libcxx/include/
H A Derrno.h19 EILSEQ // C99
283 #ifndef EILSEQ
284 #define EILSEQ 9945 macro
/freebsd-13-stable/contrib/ncurses/ncurses/
H A Dcurses.priv.h91 # ifndef EILSEQ
92 # define EILSEQ 47 macro
1518 #define isEILSEQ(status) (((size_t)status == (size_t)-1) && (errno == EILSEQ))

Completed in 206 milliseconds

1234