Home
last modified time | relevance | path

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

12

/external/ImageMagick/MagickCore/
Dtoken-private.h25 #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/
Derrno_h.pass.cpp19 #ifndef EILSEQ
20 #error EILSEQ not defined
/external/fio/
Dtd_error.c5 static int __NON_FATAL_ERR[] = { EIO, EILSEQ };
9 if (err == EILSEQ) in td_error_type()
Dverify.c366 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/
Derrno.in.h273 # ifndef EILSEQ
274 # define EILSEQ 2015 macro
Dstrerror-override.c295 case EILSEQ: in strerror_override()
Dvasnprintf.c2036 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/
Derrno.h254 #ifndef EILSEQ
255 #define EILSEQ 9945 macro
Dcerrno20 EILSEQ // C99
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
D3-2.c50 EILSEQ, "EILSEQ", EILSEQ}, {
D4-1.c45 EILSEQ, "EILSEQ"}, {
D3-1-buildonly.c36 int dummy25 = EILSEQ;
/external/libcxx/test/std/diagnostics/errno/
Dcerrno.pass.cpp111 #ifndef EILSEQ
112 #error EILSEQ not defined
/external/libusb/msvc/
Derrno.h68 #define EILSEQ 42 /* Illegal byte sequence */
/external/toybox/toys/pending/
Diconv.c53 && (errno == EILSEQ || (in == toybuf+inleft-len && errno == EINVAL)))
/external/strace/tests-m32/
Derrno2name.c155 #ifdef EILSEQ in errno2name()
156 CASE(EILSEQ); in errno2name()
/external/strace/tests/
Derrno2name.c155 #ifdef EILSEQ in errno2name()
156 CASE(EILSEQ); in errno2name()
/external/strace/tests-mx32/
Derrno2name.c155 #ifdef EILSEQ in errno2name()
156 CASE(EILSEQ); in errno2name()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
Dsystem_error.h310 # ifndef EILSEQ
311 # define EILSEQ 42 macro
528 illegal_byte_sequence = EILSEQ,
/external/kernel-headers/original/uapi/asm-generic/
Derrno.h66 #define EILSEQ 84 /* Illegal byte sequence */ macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Derrno.h62 #define EILSEQ 88 /* Illegal byte sequence */ macro
/external/syslinux/com32/include/
Derrno.h91 #define EILSEQ 84 /* Illegal byte sequence */ macro
/external/syslinux/core/lwip/src/include/lwip/
Darch.h164 #define EILSEQ 84 /* Illegal byte sequence */ macro
/external/ltp/lib/
Derrnos.h117 PAIR(EILSEQ) in tst_strerrno()
/external/minijail/linux-x86/
Dlibconstants.gen.c239 #ifdef EILSEQ
240 { "EILSEQ", (unsigned long) EILSEQ },

12