Searched refs:cd1 (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/share/utf8/
H A Diconvert.c59 iconv_t cd1, cd2; local
66 cd1 = iconv_open("UTF-8", fromcode);
67 if (cd1 == (iconv_t)(-1))
98 iconv_close(cd1);
114 k = iconv(cd1, &ib, &ibl, &ob, &obl);
138 iconv(cd1, 0, 0, 0, 0);
148 iconv_close(cd1);
157 iconv_close(cd1);
233 iconv_close(cd1);
247 iconv_close(cd1);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/
H A Dstriconveh.h45 iconv_t cd1; member in struct:__anon2500
H A Dstriconveh.c51 iconv_t cd1; local
67 cd1 = (iconv_t)(-1);
70 cd1 = iconv_open ("UTF-8", from_codeset);
71 if (cd1 == (iconv_t)(-1))
93 if (cd1 != (iconv_t)(-1))
94 iconv_close (cd1);
103 cdp->cd1 = cd1;
115 if (cd->cd1 != (iconv_t)(-1))
116 iconv_close (cd->cd1);
347 mem_cd_iconveh_internal(const char *src, size_t srclen, iconv_t cd, iconv_t cd1, iconv_t cd2, enum iconv_ilseq_handler handler, size_t extra_alloc, size_t *offsets, char **resultp, size_t *lengthp) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/tests/
H A Dtest-striconveh.c82 cdeh_ascii_to_88591.cd1 = cd_ascii_to_utf8;
86 cdeh_ascii_to_88591_indirectly.cd1 = cd_ascii_to_utf8;
90 cdeh_88592_to_88591.cd1 = cd_88592_to_utf8;
94 cdeh_88592_to_88591_indirectly.cd1 = cd_88592_to_utf8;
98 cdeh_ascii_to_utf8.cd1 = cd_ascii_to_utf8;
102 cdeh_88591_to_utf8.cd1 = cd_88591_to_utf8;
106 cdeh_utf8_to_88591.cd1 = (iconv_t)(-1);
110 cdeh_utf7_to_utf8.cd1 = cd_utf7_to_utf8;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dst.c2197 struct cdev *cd0, *cd1;
2201 cd0 = STm->cdevs[0]; cd1 = STm->cdevs[1];
2203 STm->cdevs[0] = cd0; STm->cdevs[1] = cd1;
2187 struct cdev *cd0, *cd1; local
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/editors/
H A Dvi.c3857 goto cd1;
3934 cd1:

Completed in 67 milliseconds