Searched refs:EILSEQ (Results 1 - 22 of 22) sorted by relevance

/haiku/src/system/libroot/posix/wchar/
H A Dmbtowc.c19 __set_errno(EILSEQ);
H A Dmbsrtowcs.cpp55 __set_errno(EILSEQ);
69 __set_errno(EILSEQ);
92 TRACE(("mbsnrtowc(): setting errno to EILSEQ\n"));
93 __set_errno(EILSEQ);
H A Dwcsrtombs.cpp56 __set_errno(EILSEQ);
70 __set_errno(EILSEQ);
93 TRACE(("wcsnrtomb(): setting errno to EILSEQ\n"));
94 __set_errno(EILSEQ);
H A Dwcrtomb.cpp49 __set_errno(EILSEQ);
66 TRACE(("mbrtowc(): setting errno to EILSEQ\n"));
67 __set_errno(EILSEQ);
H A Dmbrtowc.cpp60 __set_errno(EILSEQ);
77 TRACE(("mbrtowc(): setting errno to EILSEQ\n"));
78 __set_errno(EILSEQ);
/haiku/src/tests/system/libroot/posix/
H A Dtst-fgetws.c75 if (errno == EILSEQ)
76 puts("errno = EILSEQ");
105 if (errno == EILSEQ)
106 puts("errno = EILSEQ");
143 if (errno == EILSEQ)
144 puts("errno = EILSEQ");
/haiku/headers/libs/iconv/
H A Diconv.h38 /* Some systems, like SunOS 4, don't have EILSEQ. Some systems, like BSD/OS,
39 have EILSEQ in a different header. On these systems, define EILSEQ
41 #ifndef EILSEQ
42 #define EILSEQ macro
/haiku/src/libs/iconv/
H A Dloop_wchar.h87 if (errno == EILSEQ || errno == EINVAL)
89 plocals->l_errno = EILSEQ;
187 errno = EILSEQ;
207 if (errno == EILSEQ)
336 if (errno == EILSEQ)
H A Dloop_unicode.h247 plocals->l_errno = EILSEQ;
337 errno = EILSEQ;
399 errno = EILSEQ;
486 errno = EILSEQ;
/haiku/src/kits/textencoding/
H A Dutf8_conversions.cpp64 if (errno == EILSEQ) {
117 case EILSEQ: // unable to generate a corresponding character
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dunistr.c466 * EILSEQ The input string is not valid UTF-16LE (only possible
538 errno = EILSEQ;
686 errno = EILSEQ;
710 errno = EILSEQ;
799 errno = EILSEQ;
901 * EILSEQ The input string cannot be represented as a multibyte
987 errno = EILSEQ;
1003 errno = EILSEQ;
1026 * EILSEQ The input string cannot be represented as a Unicode
1078 errno = EILSEQ;
[all...]
/haiku/src/build/libroot/
H A Derrors.cpp74 ADD_ERROR(EILSEQ);
/haiku/src/system/libroot/posix/string/
H A Dstrerror.c488 case EILSEQ:
/haiku/src/libs/stdc++/legacy/
H A Dstrerror.c311 #if defined (EILSEQ)
312 ENTRY(EILSEQ, "EILSEQ", "Illegal byte sequence"),
/haiku/src/add-ons/kernel/bluetooth/hci/
H A Dbluetooth.cpp133 return EILSEQ;
152 return EILSEQ;
/haiku/src/system/libroot/posix/glibc/libio/
H A Dwfileops.c165 __set_errno (EILSEQ);
259 __set_errno (EILSEQ);
280 __set_errno (EILSEQ);
354 __set_errno (EILSEQ);
/haiku/headers/build/os/support/
H A DErrors.h362 #undef EILSEQ macro
448 #define EILSEQ HAIKU_EILSEQ macro
/haiku/src/bin/
H A Derror.c218 E(EILSEQ),
/haiku/headers/os/support/
H A DErrors.h167 #define EILSEQ B_TO_POSIX_ERROR(B_POSIX_ERROR_BASE + 38) macro
/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dvfscanf.c133 __set_errno (EILSEQ); \
194 __set_errno (EILSEQ); \
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h624 #define EILSEQ FSSH_EILSEQ macro
/haiku/src/libs/compat/freebsd_iflib/
H A Dnvlist.c1119 ERRNO_SET(EILSEQ);

Completed in 653 milliseconds