Home
last modified time | relevance | path

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

1234

/external/flac/src/share/utf8/
Diconvert.c119 (errno == EILSEQ || errno == EINVAL) && ibl)); in iconvert()
179 (k == (size_t)(-1) && errno == EILSEQ && ibl)); in iconvert()
190 (k == (size_t)(-1) && errno == EILSEQ && tbl)); in iconvert()
213 (k == (size_t)(-1) && errno == EILSEQ && ibl)); in iconvert()
223 (k == (size_t)(-1) && errno == EILSEQ && tbl)); in iconvert()
Dmakemap.c62 else if (k == (size_t)(-1) && errno == EILSEQ) in main()
/external/llvm-project/libcxx/test/std/depr/depr.c.headers/
Derrno_h.pass.cpp20 #ifndef EILSEQ
21 #error EILSEQ not defined
/external/libcxx/test/std/depr/depr.c.headers/
Derrno_h.pass.cpp19 #ifndef EILSEQ
20 #error EILSEQ not defined
/external/ImageMagick/MagickCore/
Dtoken-private.h25 #ifndef EILSEQ
26 #define EILSEQ ENOENT macro
134 errno=EILSEQ; in GetNextUTFCode()
/external/rust/crates/nix/src/
Derrno.rs350 EILSEQ => "Illegal byte sequence", in desc()
471 EILSEQ => "Illegal byte sequence", in desc()
721 EILSEQ = libc::EILSEQ, enumerator
864 libc::EILSEQ => EILSEQ, in from_i32()
1018 EILSEQ = libc::EILSEQ, enumerator
1136 libc::EILSEQ => EILSEQ, in from_i32()
1247 EILSEQ = libc::EILSEQ, enumerator
1355 libc::EILSEQ => EILSEQ, in from_i32()
1463 EILSEQ = libc::EILSEQ, enumerator
1570 libc::EILSEQ => EILSEQ, in from_i32()
[all …]
/external/llvm-project/libcxx/include/
Derrno.h253 #ifndef EILSEQ
254 #define EILSEQ 9945 macro
Dcerrno19 EILSEQ // C99
D__errc46 illegal_byte_sequence, // EILSEQ
143 illegal_byte_sequence = EILSEQ,
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
D3-2.c50 EILSEQ, "EILSEQ", EILSEQ}, {
D4-1.c45 EILSEQ, "EILSEQ"}, {
/external/libcxx/include/
Derrno.h254 #ifndef EILSEQ
255 #define EILSEQ 9945 macro
Dcerrno20 EILSEQ // C99
D__errc47 illegal_byte_sequence, // EILSEQ
144 illegal_byte_sequence = EILSEQ,
/external/libcxx/test/std/diagnostics/errno/
Dcerrno.pass.cpp111 #ifndef EILSEQ
112 #error EILSEQ not defined
/external/llvm-project/libcxx/test/std/diagnostics/errno/
Dcerrno.pass.cpp112 #ifndef EILSEQ
113 #error EILSEQ not defined
/external/arm-trusted-firmware/include/lib/libc/
Derrno.h152 #define EILSEQ 86 /* Illegal byte sequence */ macro
/external/kernel-headers/original/uapi/asm-generic/
Derrno.h67 #define EILSEQ 84 /* Illegal byte sequence */ macro
/external/python/cpython3/PC/
Derrmap.h130 return EILSEQ; in winerror_to_errno()
/external/strace/tests-m32/
Derrno2name.c156 #ifdef EILSEQ in errno2name()
157 CASE(EILSEQ); in errno2name()
/external/strace/tests/
Derrno2name.c156 #ifdef EILSEQ in errno2name()
157 CASE(EILSEQ); in errno2name()
/external/strace/tests-mx32/
Derrno2name.c156 #ifdef EILSEQ in errno2name()
157 CASE(EILSEQ); in errno2name()
/external/flac/src/plugin_common/
Dcharset.c112 case EILSEQ: in FLAC_plugin__charset_convert_string()
/external/arm-trusted-firmware/drivers/rpi3/sdhost/
Drpi3_sdhost.c379 err = -(EILSEQ); in rpi3_sdhost_send_cmd()
512 err = -(EILSEQ); in rpi3_sdhost_read()
567 err = -(EILSEQ); in rpi3_sdhost_write()
/external/python/cpython2/Lib/plat-irix5/
DERRNO.py87 EILSEQ = 88 variable

1234