Home
last modified time | relevance | path

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

/external/bison/lib/
Derrno.in.h273 # ifndef EILSEQ
274 # define EILSEQ 2015 macro
Dstrerror-override.c295 case EILSEQ: in strerror_override()
Dmbrtowc.c316 errno = EILSEQ; in mbrtowc()
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/kernel-headers/original/asm-generic/
Derrno.h57 #define EILSEQ 84 /* Illegal byte sequence */ macro
/external/kernel-headers/original/asm-mips/
Derrno.h62 #define EILSEQ 88 /* Illegal byte sequence */ macro
/external/llvm/include/llvm/Support/
Dsystem_error.h312 # ifndef EILSEQ
313 # define EILSEQ 42 macro
519 illegal_byte_sequence = EILSEQ,
/external/bison/m4/
Derrno_h.m461 #if !defined EILSEQ
/external/libusb/libusb/os/
Dlinux_usbfs.c1871 case -EILSEQ: in handle_bulk_completion()
1987 case -EILSEQ: in handle_iso_completion()
2043 case -EILSEQ: in handle_control_completion()
/external/libusb_aah/libusb/os/
Dlinux_usbfs.c2060 case -EILSEQ: in handle_bulk_completion()
2165 case -EILSEQ: in handle_iso_completion()
2274 case -EILSEQ: in handle_control_completion()
/external/qemu/distrib/sdl-1.2.15/src/stdlib/
DSDL_iconv.c56 case EILSEQ: in SDL_iconv()
/external/valgrind/main/include/vki/
Dvki-darwin.h614 #define VKI_EILSEQ EILSEQ
/external/libxml2/
Dencoding.c1803 #ifdef EILSEQ in xmlIconvWrapper()
1804 if (errno == EILSEQ) { in xmlIconvWrapper()