Home
last modified time | relevance | path

Searched refs:EILSEQ (Results 1 – 25 of 89) sorted by relevance

1234

/third_party/musl/libc-test/src/functionalext/supplement/multibyte/
Dmbtowc.c52 EXPECT_EQ("mbtowc_0200", errno, EILSEQ); in mbtowc_0200()
56 EXPECT_EQ("mbtowc_0200", errno, EILSEQ); in mbtowc_0200()
60 EXPECT_EQ("mbtowc_0200", errno, EILSEQ); in mbtowc_0200()
/third_party/ffmpeg/libavutil/
Davstring.c395 ret = AVERROR(EILSEQ); in av_utf8_decode()
406 return AVERROR(EILSEQ); /* incomplete sequence */ in av_utf8_decode()
413 return AVERROR(EILSEQ); in av_utf8_decode()
423 ret = AVERROR(EILSEQ); in av_utf8_decode()
428 ret = AVERROR(EILSEQ); /* out-of-range value */ in av_utf8_decode()
436 ret = AVERROR(EILSEQ); in av_utf8_decode()
439 ret = AVERROR(EILSEQ); in av_utf8_decode()
442 ret = AVERROR(EILSEQ); in av_utf8_decode()
445 ret = AVERROR(EILSEQ); in av_utf8_decode()
/third_party/glib/glib/
Dwin_iconv.c1346 return seterror(EILSEQ); in utf8_mblen()
1362 return seterror(EILSEQ); in eucjp_mblen()
1371 return seterror(EILSEQ); in eucjp_mblen()
1380 return seterror(EILSEQ); in eucjp_mblen()
1398 return seterror(EILSEQ); in kernel_mbtowc()
1402 return seterror(EILSEQ); in kernel_mbtowc()
1430 return seterror(EILSEQ); in kernel_wctomb()
1433 return seterror(EILSEQ); in kernel_wctomb()
1435 return seterror(EILSEQ); in kernel_wctomb()
1461 return seterror(EILSEQ); in mlang_mbtowc()
[all …]
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Derrno.h52 #ifdef EILSEQ
53 #undef EILSEQ
/third_party/musl/porting/liteos_m/kernel/src/multibyte/
Dwcrtomb.c14 errno = EILSEQ; in wcrtomb()
35 errno = EILSEQ; in wcrtomb()
Dmbtowc.c45 errno = EILSEQ; in mbtowc()
Dmbrtowc.c49 errno = EILSEQ; in mbrtowc()
/third_party/musl/src/multibyte/
Dwcrtomb.c14 errno = EILSEQ; in wcrtomb()
35 errno = EILSEQ; in wcrtomb()
Dc16rtomb.c33 errno = EILSEQ; in c16rtomb()
Dmbtowc.c45 errno = EILSEQ; in mbtowc()
Dmbrtowc.c49 errno = EILSEQ; in mbrtowc()
/third_party/musl/porting/uniproton/kernel/src/multibyte/
Dwcrtomb.c14 errno = EILSEQ; in wcrtomb()
35 errno = EILSEQ; in wcrtomb()
Dmbtowc.c45 errno = EILSEQ; in mbtowc()
Dmbrtowc.c49 errno = EILSEQ; in mbrtowc()
/third_party/musl/porting/liteos_a/kernel/src/multibyte/
Dwcrtomb.c14 errno = EILSEQ; in wcrtomb()
35 errno = EILSEQ; in wcrtomb()
Dmbtowc.c45 errno = EILSEQ; in mbtowc()
/third_party/ntfs-3g/libntfs-3g/
Dunistr.c538 errno = EILSEQ; in utf16_to_utf8_size()
686 errno = EILSEQ; in ntfs_utf16_to_utf8()
710 errno = EILSEQ; in utf8_to_utf16_size()
799 errno = EILSEQ; in utf8_to_unicode()
983 errno = EILSEQ; in ntfs_ucstombs()
999 errno = EILSEQ; in ntfs_ucstombs()
1074 errno = EILSEQ;
1117 errno = EILSEQ;
1127 errno = EILSEQ;
1138 errno = EILSEQ;
[all …]
/third_party/lwip/src/include/lwip/
Derrno.h133 #ifndef EILSEQ
134 #define EILSEQ 84 /* Illegal byte sequence */ macro
/third_party/boost/boost/
Dcerrno.hpp189 #ifndef EILSEQ
190 #define EILSEQ 9945 macro
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
D3-2.c50 EILSEQ, "EILSEQ", EILSEQ}, {
/third_party/musl/libc-test/src/functionalext/supplement/errno/
Dstrerror.c27 char *ret = strerror(EILSEQ); in strerror_0100()
/third_party/gettext/os2/iconv/
Diconv.h27 #define EILSEQ 1729 macro
/third_party/musl/src/stdio/
Dfgetws.c26 if (ferror(f) || errno==EILSEQ) p = s; in fgetws()
/third_party/exfatprogs/lib/
Dlibexfat.c243 if (errno == EINVAL || errno == EILSEQ) in exfat_utf16_enc()
254 if (errno == EINVAL || errno == EILSEQ) in exfat_utf16_enc()
326 if (c_len == (size_t)-1 && errno == EILSEQ) in exfat_utf16_dec()
329 if (c_len == (size_t)-1 && errno == EILSEQ) in exfat_utf16_dec()
/third_party/libuv/include/uv/
Derrno.h442 #if defined(EILSEQ) && !defined(_WIN32)
443 # define UV__EILSEQ UV__ERR(EILSEQ)

1234