/external/flac/src/share/utf8/ |
D | iconvert.c | 119 (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()
|
D | makemap.c | 62 else if (k == (size_t)(-1) && errno == EILSEQ) in main()
|
/external/llvm-project/libcxx/test/std/depr/depr.c.headers/ |
D | errno_h.pass.cpp | 20 #ifndef EILSEQ 21 #error EILSEQ not defined
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | errno_h.pass.cpp | 19 #ifndef EILSEQ 20 #error EILSEQ not defined
|
/external/ImageMagick/MagickCore/ |
D | token-private.h | 25 #ifndef EILSEQ 26 #define EILSEQ ENOENT macro 134 errno=EILSEQ; in GetNextUTFCode()
|
/external/rust/crates/nix/src/ |
D | errno.rs | 350 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/ |
D | errno.h | 253 #ifndef EILSEQ 254 #define EILSEQ 9945 macro
|
D | cerrno | 19 EILSEQ // C99
|
D | __errc | 46 illegal_byte_sequence, // EILSEQ 143 illegal_byte_sequence = EILSEQ,
|
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/ |
D | 3-2.c | 50 EILSEQ, "EILSEQ", EILSEQ}, {
|
D | 4-1.c | 45 EILSEQ, "EILSEQ"}, {
|
/external/libcxx/include/ |
D | errno.h | 254 #ifndef EILSEQ 255 #define EILSEQ 9945 macro
|
D | cerrno | 20 EILSEQ // C99
|
D | __errc | 47 illegal_byte_sequence, // EILSEQ 144 illegal_byte_sequence = EILSEQ,
|
/external/libcxx/test/std/diagnostics/errno/ |
D | cerrno.pass.cpp | 111 #ifndef EILSEQ 112 #error EILSEQ not defined
|
/external/llvm-project/libcxx/test/std/diagnostics/errno/ |
D | cerrno.pass.cpp | 112 #ifndef EILSEQ 113 #error EILSEQ not defined
|
/external/arm-trusted-firmware/include/lib/libc/ |
D | errno.h | 152 #define EILSEQ 86 /* Illegal byte sequence */ macro
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | errno.h | 67 #define EILSEQ 84 /* Illegal byte sequence */ macro
|
/external/python/cpython3/PC/ |
D | errmap.h | 130 return EILSEQ; in winerror_to_errno()
|
/external/strace/tests-m32/ |
D | errno2name.c | 156 #ifdef EILSEQ in errno2name() 157 CASE(EILSEQ); in errno2name()
|
/external/strace/tests/ |
D | errno2name.c | 156 #ifdef EILSEQ in errno2name() 157 CASE(EILSEQ); in errno2name()
|
/external/strace/tests-mx32/ |
D | errno2name.c | 156 #ifdef EILSEQ in errno2name() 157 CASE(EILSEQ); in errno2name()
|
/external/flac/src/plugin_common/ |
D | charset.c | 112 case EILSEQ: in FLAC_plugin__charset_convert_string()
|
/external/arm-trusted-firmware/drivers/rpi3/sdhost/ |
D | rpi3_sdhost.c | 379 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/ |
D | ERRNO.py | 87 EILSEQ = 88 variable
|