Home
last modified time | relevance | path

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

12345

/third_party/musl/libc-test/src/functionalext/supplement/multibyte/
H A 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/
H A Davstring.c398 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 Derrno.h52 #ifdef EILSEQ
53 #undef EILSEQ macro
/third_party/musl/src/multibyte/
H A Dwcrtomb.c14 errno = EILSEQ; in wcrtomb()
35 errno = EILSEQ; in wcrtomb()
H A Dc16rtomb.c33 errno = EILSEQ; in c16rtomb()
H A Dmbtowc.c45 errno = EILSEQ; in mbtowc()
H A Dmbrtowc.c49 errno = EILSEQ; in mbrtowc()
/third_party/musl/porting/uniproton/kernel/src/multibyte/
H A Dwcrtomb.c14 errno = EILSEQ; in wcrtomb()
35 errno = EILSEQ; in wcrtomb()
H A Dmbtowc.c45 errno = EILSEQ; in mbtowc()
H A Dmbrtowc.c49 errno = EILSEQ; in mbrtowc()
/third_party/musl/porting/liteos_m/kernel/src/multibyte/
H A Dwcrtomb.c14 errno = EILSEQ; in wcrtomb()
35 errno = EILSEQ; in wcrtomb()
H A Dmbtowc.c45 errno = EILSEQ; in mbtowc()
H A Dmbrtowc.c49 errno = EILSEQ; in mbrtowc()
/third_party/musl/porting/liteos_a/kernel/src/multibyte/
H A Dwcrtomb.c14 errno = EILSEQ; in wcrtomb()
35 errno = EILSEQ; in wcrtomb()
H A Dmbtowc.c45 errno = EILSEQ; in mbtowc()
/third_party/rust/crates/nix/src/
H A Derrno.rs580 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 Derrno.h133 #ifndef EILSEQ
134 #define EILSEQ 84 /* Illegal byte sequence */ macro
/third_party/ffmpeg/libavformat/
H A Dipfsgateway.c182 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 Dunistr.c466 * 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 D3-2.c50 EILSEQ, "EILSEQ", EILSEQ}, {
/third_party/musl/libc-test/src/functionalext/supplement/errno/
H A Dstrerror.c22 * @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 Dmultibyte_mbrtowc_test.cpp19 * EILSEQ (invalid byte sequence).
31 EXPECT_TRUE(EILSEQ == errno); in HWTEST_F()
/third_party/libuv/include/uv/
H A Derrno.h441 #if defined(EILSEQ) && !defined(_WIN32)
442 # define UV__EILSEQ UV__ERR(EILSEQ)
/third_party/node/deps/uv/include/uv/
H A Derrno.h442 #if defined(EILSEQ) && !defined(_WIN32)
443 # define UV__EILSEQ UV__ERR(EILSEQ)
/third_party/musl/src/stdio/
H A Dfgetwc.c30 errno = EILSEQ; in __fgetwc_unlocked_internal()

Completed in 10 milliseconds

12345