/third_party/musl/libc-test/src/functionalext/supplement/multibyte/ |
H A D | mbtowc.c | 52 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/ |
H A D | avstring.c | 398 ret = AVERROR(EILSEQ); in av_utf8_decode() 409 return AVERROR(EILSEQ); /* incomplete sequence */ in av_utf8_decode() 416 return AVERROR(EILSEQ); in av_utf8_decode() 426 ret = AVERROR(EILSEQ); in av_utf8_decode() 431 ret = AVERROR(EILSEQ); /* out-of-range value */ 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() 448 ret = AVERROR(EILSEQ); in av_utf8_decode()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | errno.h | 52 #ifdef EILSEQ 53 #undef EILSEQ macro
|
/third_party/musl/src/multibyte/ |
H A D | wcrtomb.c | 14 errno = EILSEQ; in wcrtomb() 35 errno = EILSEQ; in wcrtomb()
|
H A D | c16rtomb.c | 33 errno = EILSEQ; in c16rtomb()
|
H A D | mbtowc.c | 45 errno = EILSEQ; in mbtowc()
|
H A D | mbrtowc.c | 49 errno = EILSEQ; in mbrtowc()
|
/third_party/musl/porting/uniproton/kernel/src/multibyte/ |
H A D | wcrtomb.c | 14 errno = EILSEQ; in wcrtomb() 35 errno = EILSEQ; in wcrtomb()
|
H A D | mbtowc.c | 45 errno = EILSEQ; in mbtowc()
|
H A D | mbrtowc.c | 49 errno = EILSEQ; in mbrtowc()
|
/third_party/musl/porting/liteos_m/kernel/src/multibyte/ |
H A D | wcrtomb.c | 14 errno = EILSEQ; in wcrtomb() 35 errno = EILSEQ; in wcrtomb()
|
H A D | mbtowc.c | 45 errno = EILSEQ; in mbtowc()
|
H A D | mbrtowc.c | 49 errno = EILSEQ; in mbrtowc()
|
/third_party/musl/porting/liteos_a/kernel/src/multibyte/ |
H A D | wcrtomb.c | 14 errno = EILSEQ; in wcrtomb() 35 errno = EILSEQ; in wcrtomb()
|
H A D | mbtowc.c | 45 errno = EILSEQ; in mbtowc()
|
/third_party/rust/crates/nix/src/ |
H A D | errno.rs | 580 EILSEQ => "Illegal byte sequence", 809 EILSEQ => "Illegal byte sequence", 1206 EILSEQ = libc::EILSEQ, 1351 libc::EILSEQ => EILSEQ, 1506 EILSEQ = libc::EILSEQ, 1624 libc::EILSEQ => EILSEQ, [all...] |
/third_party/lwip/src/include/lwip/ |
H A D | errno.h | 133 #ifndef EILSEQ 134 #define EILSEQ 84 /* Illegal byte sequence */ macro
|
/third_party/ffmpeg/libavformat/ |
H A D | ipfsgateway.c | 182 ret = AVERROR(EILSEQ); in populate_ipfs_gateway() 221 ret = AVERROR(EILSEQ); in translate_ipfs_to_http() 268 ret = AVERROR(EILSEQ); in translate_ipfs_to_http()
|
/third_party/ntfs-3g/libntfs-3g/ |
H A D | unistr.c | 466 * EILSEQ The input string is not valid UTF-16LE (only possible 538 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() 901 * EILSEQ The input string cannot be represented as a multibyte 983 errno = EILSEQ; in ntfs_ucstombs() 999 errno = EILSEQ; in ntfs_ucstombs() 1022 * EILSEQ The input string cannot be represented as a Unicode 1074 errno = EILSEQ; [all...] |
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/ |
H A D | 3-2.c | 50 EILSEQ, "EILSEQ", EILSEQ}, {
|
/third_party/musl/libc-test/src/functionalext/supplement/errno/ |
H A D | strerror.c | 22 * @tc.desc : Verify strerror process success when param is EILSEQ 27 char *ret = strerror(EILSEQ); in strerror_0100()
|
/third_party/musl/libc-test/src/functionalext/supplement/multibyte/multibyte_gtest/ |
H A D | multibyte_mbrtowc_test.cpp | 19 * EILSEQ (invalid byte sequence). 31 EXPECT_TRUE(EILSEQ == errno); in HWTEST_F()
|
/third_party/libuv/include/uv/ |
H A D | errno.h | 441 #if defined(EILSEQ) && !defined(_WIN32) 442 # define UV__EILSEQ UV__ERR(EILSEQ)
|
/third_party/node/deps/uv/include/uv/ |
H A D | errno.h | 442 #if defined(EILSEQ) && !defined(_WIN32) 443 # define UV__EILSEQ UV__ERR(EILSEQ)
|
/third_party/musl/src/stdio/ |
H A D | fgetwc.c | 30 errno = EILSEQ; in __fgetwc_unlocked_internal()
|