/external/ImageMagick/MagickCore/ |
D | token-private.h | 25 #ifndef EILSEQ 26 #define EILSEQ ENOENT macro 122 errno=EILSEQ; in GetNextUTFCode() 131 errno=EILSEQ; in GetNextUTFCode() 136 errno=EILSEQ; in GetNextUTFCode()
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | errno_h.pass.cpp | 19 #ifndef EILSEQ 20 #error EILSEQ not defined
|
/external/fio/ |
D | td_error.c | 5 static int __NON_FATAL_ERR[] = { EIO, EILSEQ }; 9 if (err == EILSEQ) in td_error_type()
|
D | verify.c | 366 return EILSEQ; in verify_io_u_pattern() 381 int ret = EILSEQ; in verify_io_u_meta() 403 ret = EILSEQ; in verify_io_u_meta() 434 return EILSEQ; in verify_io_u_xxhash() 459 return EILSEQ; in verify_io_u_sha512() 485 return EILSEQ; in verify_io_u_sha256() 511 return EILSEQ; in verify_io_u_sha1() 532 return EILSEQ; in verify_io_u_crc7() 553 return EILSEQ; in verify_io_u_crc16() 574 return EILSEQ; in verify_io_u_crc64() [all …]
|
/external/bison/lib/ |
D | errno.in.h | 273 # ifndef EILSEQ 274 # define EILSEQ 2015 macro
|
D | strerror-override.c | 295 case EILSEQ: in strerror_override()
|
D | vasnprintf.c | 2036 errno = EILSEQ; in VASNPRINTF() 2061 errno = EILSEQ; in VASNPRINTF() 2164 errno = EILSEQ; in VASNPRINTF() 2189 errno = EILSEQ; in VASNPRINTF() 2292 errno = EILSEQ; in VASNPRINTF() 2317 errno = EILSEQ; in VASNPRINTF() 2525 errno = EILSEQ; in VASNPRINTF() 2561 errno = EILSEQ; in VASNPRINTF() 2693 errno = EILSEQ; in VASNPRINTF() 2738 errno = EILSEQ; in VASNPRINTF() [all …]
|
/external/libcxx/include/ |
D | errno.h | 254 #ifndef EILSEQ 255 #define EILSEQ 9945 macro
|
D | cerrno | 20 EILSEQ // C99
|
/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"}, {
|
D | 3-1-buildonly.c | 36 int dummy25 = EILSEQ;
|
/external/libcxx/test/std/diagnostics/errno/ |
D | cerrno.pass.cpp | 111 #ifndef EILSEQ 112 #error EILSEQ not defined
|
/external/libusb/msvc/ |
D | errno.h | 68 #define EILSEQ 42 /* Illegal byte sequence */
|
/external/toybox/toys/pending/ |
D | iconv.c | 53 && (errno == EILSEQ || (in == toybuf+inleft-len && errno == EINVAL)))
|
/external/strace/tests-m32/ |
D | errno2name.c | 155 #ifdef EILSEQ in errno2name() 156 CASE(EILSEQ); in errno2name()
|
/external/strace/tests/ |
D | errno2name.c | 155 #ifdef EILSEQ in errno2name() 156 CASE(EILSEQ); in errno2name()
|
/external/strace/tests-mx32/ |
D | errno2name.c | 155 #ifdef EILSEQ in errno2name() 156 CASE(EILSEQ); in errno2name()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | system_error.h | 310 # ifndef EILSEQ 311 # define EILSEQ 42 macro 528 illegal_byte_sequence = EILSEQ,
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | errno.h | 66 #define EILSEQ 84 /* Illegal byte sequence */ macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | errno.h | 62 #define EILSEQ 88 /* Illegal byte sequence */ macro
|
/external/syslinux/com32/include/ |
D | errno.h | 91 #define EILSEQ 84 /* Illegal byte sequence */ macro
|
/external/syslinux/core/lwip/src/include/lwip/ |
D | arch.h | 164 #define EILSEQ 84 /* Illegal byte sequence */ macro
|
/external/ltp/lib/ |
D | errnos.h | 117 PAIR(EILSEQ) in tst_strerrno()
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 239 #ifdef EILSEQ 240 { "EILSEQ", (unsigned long) EILSEQ },
|