Home
last modified time | relevance | path

Searched refs:EILSEQ (Results 26 – 50 of 120) sorted by relevance

12345

/freebsd/lib/libc/locale/
H A Dgb18030.c171 errno = EILSEQ; in _GB18030_mbrtowc()
234 errno = EILSEQ; in _GB18030_wcrtomb()
H A Dc32rtomb.c41 errno = EILSEQ; in c32rtomb_l()
H A Dmbtowc.c55 errno = EILSEQ; in mbtowc_l()
H A Dc16rtomb.c57 errno = EILSEQ; in c16rtomb_l()
H A DcXXrtomb_iconv.h101 errno = EILSEQ; in cXXrtomb_l()
/freebsd/cddl/lib/libdtrace/
H A Derrno.d204 inline int EILSEQ = 86; variable
205 #pragma D binding "1.0" EILSEQ
332 errno == EILSEQ ? "Illegal byte sequence" :
/freebsd/lib/libc/stdio/
H A Dopen_wmemstream.c128 errno = EILSEQ; in wmemstream_write()
145 errno = EILSEQ; in wmemstream_write()
H A Dfgetwc.c105 errno = EILSEQ; in __fgetwc_mbs()
H A Dvswprintf.c93 errno = EILSEQ; in vswprintf_l()
H A Dfgetws.c107 errno = EILSEQ; in fgetws_l()
/freebsd/lib/libiconv_modules/EUCTW/
H A Dcitrus_euctw.c261 return (EILSEQ); in _citrus_EUCTW_mbrtowc_priv()
314 ret = EILSEQ; in _citrus_EUCTW_wcrtomb_priv()
/freebsd/usr.bin/nl/
H A Dnl.c147 errc(EXIT_FAILURE, EILSEQ, NULL); in main()
154 errc(EXIT_FAILURE, EILSEQ, NULL); in main()
/freebsd/sys/xen/
H A Derror.h67 [XEN_EILSEQ] = EILSEQ,
/freebsd/contrib/llvm-project/libcxx/include/
H A Dcerrno19 EILSEQ // C99
/freebsd/contrib/netbsd-tests/lib/libc/locale/
H A Dt_mbtowc.c106 ATF_REQUIRE_EQ(errno, EILSEQ); in h_mbtowc()
/freebsd/sys/contrib/xen/
H A Derrno.h101 XEN_ERRNO(EILSEQ, 84) /* Illegal byte sequence */
/freebsd/sys/sys/
H A Derrno.h164 #define EILSEQ 86 /* Illegal byte sequence */ macro
/freebsd/sys/contrib/openzfs/module/unicode/
H A Du8_textprep.c373 *errnum = EILSEQ; in u8_validate()
409 *errnum = EILSEQ; in u8_validate()
414 *errnum = EILSEQ; in u8_validate()
589 *errnum = EILSEQ; in do_case_compare()
626 *errnum = EILSEQ; in do_case_compare()
1436 *errnum = EILSEQ; in collect_a_seq()
1997 *errnum = EILSEQ; in u8_textprep_str()
/freebsd/lib/libc/nls/
H A Dbe_BY.UTF-8.msg177 $ EILSEQ
H A Dmn_MN.UTF-8.msg177 $ EILSEQ
H A Duk_UA.UTF-8.msg177 $ EILSEQ
H A Del_GR.ISO8859-7.msg177 $ EILSEQ
H A Dru_RU.KOI8-R.msg179 $ EILSEQ
/freebsd/lib/libc/tests/locale/
H A Dwcrtomb_test.c83 ATF_REQUIRE(errno == EILSEQ); in ATF_TC_BODY()
/freebsd/lib/libiconv_modules/ZW/
H A Dcitrus_zw.c231 return (EILSEQ); in _citrus_ZW_mbrtowc_priv()
328 return (EILSEQ); in _citrus_ZW_wcrtomb_priv()

12345