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

1234

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/unicode/charsets/
H A Dgeneric_mb.c64 errno = EILSEQ;
100 errno = EILSEQ;
H A Dmac_hebrew.c121 errno = EILSEQ;
211 errno = EILSEQ;
H A Dmac_chinese_simp.c96 errno = EILSEQ;
H A Dmac_chinese_trad.c101 errno = EILSEQ;
/netgear-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/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);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_brew/
H A Derrno.h165 #define EILSEQ 86 /* Illegal byte sequence */ macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_wince/
H A Derrno.h165 #define EILSEQ 86 /* Illegal byte sequence */ macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dist/
H A Derrno.h165 #define EILSEQ 86 /* Illegal byte sequence */ macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-parisc/
H A Derrno.h19 #define EILSEQ 47 /* Illegal byte sequence */ macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-sparc/
H A Derrno.h98 #define EILSEQ 122 /* Illegal byte sequence */ macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-sparc64/
H A Derrno.h98 #define EILSEQ 122 /* Illegal byte sequence */ macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-generic/
H A Derrno.h57 #define EILSEQ 84 /* Illegal byte sequence */ macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-mips/
H A Derrno.h62 #define EILSEQ 88 /* Illegal byte sequence */ macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm/
H A Derrno.h62 #define EILSEQ 88 /* Illegal byte sequence */ macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-alpha/
H A Derrno.h63 #define EILSEQ 116 /* Illegal byte sequence */ macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libiconv-1.11/lib/
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)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libiconv-1.11/tests/
H A Dtable-to.c74 if (errno != EILSEQ) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/modules/
H A Dcharset_macosxfs.c279 errno = EILSEQ; /* Not sure, but this is what we have
384 errno = EILSEQ; /* Probably more likely. */
482 errno = EILSEQ;
569 errno = EILSEQ;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/src/plugin_common/
H A Dcharset.c111 case EILSEQ:
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/lib/
H A Diconv.c432 errno = EILSEQ;
561 errno = EILSEQ;
577 errno = EILSEQ;
595 errno = EILSEQ;
697 errno = EILSEQ;
725 errno = EILSEQ;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/bluetooth/bnep/
H A Dcore.c135 return -EILSEQ;
141 return -EILSEQ;
180 return -EILSEQ;
186 return -EILSEQ;
274 err = -EILSEQ;
291 err = -EILSEQ;

Completed in 300 milliseconds

1234