/external/ImageMagick/MagickCore/ |
D | token-private.h | 25 #ifndef EILSEQ 26 #define EILSEQ ENOENT macro 132 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/u-boot/drivers/mmc/ |
D | bcm2835_sdhost.c | 362 ret = -EILSEQ; in bcm2835_transfer_pio() 486 ret = -EILSEQ; in bcm2835_finish_command() 524 ret = -EILSEQ; in bcm2835_check_cmd_error() 527 ret = -EILSEQ; in bcm2835_check_cmd_error() 542 ret = -EILSEQ; in bcm2835_check_data_error() 681 return -EILSEQ; in bcm2835_send_cmd()
|
D | mxcmmc.c | 210 data_error = -EILSEQ; in mxcmci_finish_data() 216 data_error = -EILSEQ; in mxcmci_finish_data() 244 return -EILSEQ; in mxcmci_read_response()
|
D | sh_mmcif.c | 161 return -EILSEQ; in sh_mmcif_error_manage() 168 return -EILSEQ; in sh_mmcif_error_manage() 172 ret = -EILSEQ; in sh_mmcif_error_manage() 176 ret = -EILSEQ; in sh_mmcif_error_manage()
|
D | arm_pl180_mmci.c | 58 return -EILSEQ; in wait_for_command_end() 147 return -EILSEQ; in read_bytes() 209 return -EILSEQ; in write_bytes()
|
/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/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/libusb/msvc/ |
D | errno.h | 68 #define EILSEQ 42 /* Illegal byte sequence */
|
/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/strace/tests-mx32/ |
D | errno2name.c | 156 #ifdef EILSEQ in errno2name() 157 CASE(EILSEQ); in errno2name()
|
/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/kernel-headers/original/uapi/asm-generic/ |
D | errno.h | 67 #define EILSEQ 84 /* Illegal byte sequence */ macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | errno.h | 63 #define EILSEQ 88 /* Illegal byte sequence */ macro
|
/external/python/cpython2/Lib/plat-irix5/ |
D | ERRNO.py | 87 EILSEQ = 88 variable
|
/external/u-boot/include/linux/ |
D | errno.h | 92 #define EILSEQ 84 /* Illegal byte sequence */ macro
|
/external/tensorflow/tensorflow/core/platform/posix/ |
D | error.cc | 38 case EILSEQ: // Illegal byte sequence in ErrnoToCode()
|
/external/python/cpython2/Lib/plat-irix6/ |
D | ERRNO.py | 92 EILSEQ = 88 variable
|
/external/u-boot/arch/x86/cpu/tangier/ |
D | sdram.c | 44 return chksum ? -EILSEQ : 0; in sfi_table_check()
|