Home
last modified time | relevance | path

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

1234

/external/ImageMagick/MagickCore/
Dtoken-private.h25 #ifndef EILSEQ
26 #define EILSEQ ENOENT macro
132 errno=EILSEQ; in GetNextUTFCode()
/external/libcxx/test/std/depr/depr.c.headers/
Derrno_h.pass.cpp19 #ifndef EILSEQ
20 #error EILSEQ not defined
/external/u-boot/drivers/mmc/
Dbcm2835_sdhost.c362 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()
Dmxcmmc.c210 data_error = -EILSEQ; in mxcmci_finish_data()
216 data_error = -EILSEQ; in mxcmci_finish_data()
244 return -EILSEQ; in mxcmci_read_response()
Dsh_mmcif.c161 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()
Darm_pl180_mmci.c58 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/
D3-2.c50 EILSEQ, "EILSEQ", EILSEQ}, {
D4-1.c45 EILSEQ, "EILSEQ"}, {
D3-1-buildonly.c36 int dummy25 = 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/libusb/msvc/
Derrno.h68 #define EILSEQ 42 /* Illegal byte sequence */
/external/swiftshader/third_party/LLVM/include/llvm/Support/
Dsystem_error.h310 # ifndef EILSEQ
311 # define EILSEQ 42 macro
528 illegal_byte_sequence = EILSEQ,
/external/strace/tests-mx32/
Derrno2name.c156 #ifdef EILSEQ in errno2name()
157 CASE(EILSEQ); in errno2name()
/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/kernel-headers/original/uapi/asm-generic/
Derrno.h67 #define EILSEQ 84 /* Illegal byte sequence */ macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Derrno.h63 #define EILSEQ 88 /* Illegal byte sequence */ macro
/external/python/cpython2/Lib/plat-irix5/
DERRNO.py87 EILSEQ = 88 variable
/external/u-boot/include/linux/
Derrno.h92 #define EILSEQ 84 /* Illegal byte sequence */ macro
/external/tensorflow/tensorflow/core/platform/posix/
Derror.cc38 case EILSEQ: // Illegal byte sequence in ErrnoToCode()
/external/python/cpython2/Lib/plat-irix6/
DERRNO.py92 EILSEQ = 88 variable
/external/u-boot/arch/x86/cpu/tangier/
Dsdram.c44 return chksum ? -EILSEQ : 0; in sfi_table_check()

1234