Searched refs:EILSEQ (Results 1 – 13 of 13) sorted by relevance
273 # ifndef EILSEQ274 # define EILSEQ 2015 macro
295 case EILSEQ: in strerror_override()
316 errno = EILSEQ; in mbrtowc()
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 …]
57 #define EILSEQ 84 /* Illegal byte sequence */ macro
62 #define EILSEQ 88 /* Illegal byte sequence */ macro
312 # ifndef EILSEQ313 # define EILSEQ 42 macro519 illegal_byte_sequence = EILSEQ,
61 #if !defined EILSEQ
1871 case -EILSEQ: in handle_bulk_completion()1987 case -EILSEQ: in handle_iso_completion()2043 case -EILSEQ: in handle_control_completion()
2060 case -EILSEQ: in handle_bulk_completion()2165 case -EILSEQ: in handle_iso_completion()2274 case -EILSEQ: in handle_control_completion()
56 case EILSEQ: in SDL_iconv()
614 #define VKI_EILSEQ EILSEQ
1803 #ifdef EILSEQ in xmlIconvWrapper()1804 if (errno == EILSEQ) { in xmlIconvWrapper()