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

123456789

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/replace/system/
H A Diconv.h49 #ifndef EILSEQ
50 #define EILSEQ EIO macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/unistr/
H A Du-set.h34 errno = EILSEQ;
H A Du8-set.c39 errno = EILSEQ;
H A Du16-to-u8.c66 errno = EILSEQ;
77 errno = EILSEQ;
H A Du8-to-u16.c66 errno = EILSEQ;
77 errno = EILSEQ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/uniconv/
H A Du8-strconv-to-enc.c47 errno = EILSEQ;
74 errno = EILSEQ;
H A Du-strconv-from-enc.h36 errno = EILSEQ;
H A Du-strconv-to-enc.h35 errno = EILSEQ;
H A Du8-conv-to-enc.c47 errno = EILSEQ;
H A Du16-conv-to-enc.c46 end as a harmless no-op, rather than reporting it as an EILSEQ error. */
90 errno = EILSEQ;
101 errno = EILSEQ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/unicode/charsets/
H A Dgeneric_mb.c64 errno = EILSEQ;
100 errno = EILSEQ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/include/
H A Diconv.h54 /* Some systems, like SunOS 4, don't have EILSEQ. Some systems, like BSD/OS,
55 have EILSEQ in a different header. On these systems, define EILSEQ
57 #ifndef EILSEQ
58 #define EILSEQ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/share/utf8/
H A Dmakemap.c62 else if (k == (size_t)(-1) && errno == EILSEQ)
H A Diconvert.c118 (errno == EILSEQ || errno == EINVAL) && ibl));
178 (k == (size_t)(-1) && errno == EILSEQ && ibl));
189 (k == (size_t)(-1) && errno == EILSEQ && tbl));
212 (k == (size_t)(-1) && errno == EILSEQ && ibl));
222 (k == (size_t)(-1) && errno == EILSEQ && tbl));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/extras/
H A Diconv_string.c30 if (!(ret < 0 && errno == EILSEQ))
40 if (!(ret < 0 && errno == EILSEQ))
48 if (!(ret < 0 && errno == EILSEQ))
59 if (!(ret < 0 && errno == EILSEQ))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libiconv-1.11/extras/
H A Diconv_string.c30 if (!(ret < 0 && errno == EILSEQ))
40 if (!(ret < 0 && errno == EILSEQ))
48 if (!(ret < 0 && errno == EILSEQ))
59 if (!(ret < 0 && errno == EILSEQ))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Davstring.c326 ret = AVERROR(EILSEQ);
335 return AVERROR(EILSEQ); /* incomplete sequence */
342 return AVERROR(EILSEQ);
350 ret = AVERROR(EILSEQ); /* out-of-range value */
358 ret = AVERROR(EILSEQ);
361 ret = AVERROR(EILSEQ);
364 ret = AVERROR(EILSEQ);
367 ret = AVERROR(EILSEQ);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libiconv-1.11/include/
H A Diconv.h61 /* Some systems, like SunOS 4, don't have EILSEQ. Some systems, like BSD/OS,
62 have EILSEQ in a different header. On these systems, define EILSEQ
64 #ifndef EILSEQ
65 #define EILSEQ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/tests/unistr/
H A Dtest-u16-to-u32.c139 ASSERT (errno == EILSEQ);
145 ASSERT (errno == EILSEQ);
151 ASSERT (errno == EILSEQ);
H A Dtest-u16-to-u8.c142 ASSERT (errno == EILSEQ);
148 ASSERT (errno == EILSEQ);
154 ASSERT (errno == EILSEQ);
H A Dtest-u32-to-u16.c139 ASSERT (errno == EILSEQ);
145 ASSERT (errno == EILSEQ);
151 ASSERT (errno == EILSEQ);
H A Dtest-u32-to-u8.c142 ASSERT (errno == EILSEQ);
148 ASSERT (errno == EILSEQ);
154 ASSERT (errno == EILSEQ);
H A Dtest-u8-to-u16.c141 ASSERT (errno == EILSEQ);
147 ASSERT (errno == EILSEQ);
153 ASSERT (errno == EILSEQ);
H A Dtest-u8-to-u32.c141 ASSERT (errno == EILSEQ);
147 ASSERT (errno == EILSEQ);
153 ASSERT (errno == EILSEQ);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-tests/
H A Dtest-striconv.c85 /* Test conversion from UTF-8 to ISO-8859-1 with EILSEQ. */
92 ASSERT (retval == -1 && errno == EILSEQ);
131 /* Test conversion from UTF-8 to ISO-8859-1 with EILSEQ. */
135 ASSERT (result == NULL && errno == EILSEQ);
172 /* Test conversion from UTF-8 to ISO-8859-1 with EILSEQ. */
176 ASSERT (result == NULL && errno == EILSEQ);

Completed in 124 milliseconds

123456789