Searched refs:iconv_open (Results 1 - 25 of 30) sorted by relevance

12

/freebsd-10.0-release/lib/libc/iconv/
H A Diconv_open.c34 iconv_open(const char *a, const char *b) function
H A Diconv_compat.c117 __sym_compat(iconv_open, iconv_open_compat, FBSD_1.3);
/freebsd-10.0-release/bin/csh/
H A Diconv_stub.c34 #undef iconv_open macro
40 #define ICONV_OPEN "iconv_open"
50 static iconv_open_t *iconv_open; variable
63 iconv_open = (iconv_open_t *)dlfunc(iconvlib, ICONV_OPEN);
64 if (iconv_open == NULL)
74 return iconv_open(tocode, fromcode);
H A Diconv_stub.h40 #define iconv_open dl_iconv_open macro
/freebsd-10.0-release/tools/test/iconv/gnu/
H A Dgnu.c58 cd = iconv_open("ASCII//TRANSLIT", "UTF-8");
76 cd = iconv_open("ASCII", "UTF-8");
94 cd = iconv_open("ASCII", "UTF-8");
109 cd = iconv_open("ASCII//TRANSLIT", "UTF-8");
124 cd = iconv_open("ASCII", "UTF-8");
142 cd = iconv_open("ASCII//IGNORE", "UTF-8");
160 cd = iconv_open("ASCII", "UTF-8");
175 cd = iconv_open("ASCII//IGNORE", "UTF-8");
190 cd = iconv_open("latin2", "latin2");
208 cd = iconv_open("ASCI
[all...]
/freebsd-10.0-release/sys/modules/libiconv/
H A DMakefile12 iconv_open \
/freebsd-10.0-release/tools/test/iconv/
H A Dconst-gnuism.c50 if ((cd = iconv_open("UTF-8", "ASCII")) == (iconv_t)-1)
/freebsd-10.0-release/tools/test/iconv/posix/
H A Dposix.c41 * iconv_open must return (iconv_t)-1 on non-existing encoding
50 cd = iconv_open("nonexisting", "foobar");
61 * iconv_open must return (iconv_t)-1 if too much files are open
73 cd[i] = iconv_open("ASCII", "UTF8");
116 if ((cd = iconv_open("ASCII", "UTF-32LE")) == (iconv_t)-1)
138 if ((cd = iconv_open("ASCII", "ASCII")) == (iconv_t)-1)
177 if ((cd = iconv_open("UTF-32", "BIG5")) == (iconv_t)-1)
216 if ((cd = iconv_open("Latin2", "UTF-16LE")) == (iconv_t)-1)
/freebsd-10.0-release/include/
H A Diconv.h55 iconv_t iconv_open(const char *, const char *);
/freebsd-10.0-release/lib/libiconv/
H A DMakefile9 MLNKS= iconv.3 iconv_open.3 \
/freebsd-10.0-release/contrib/smbfs/lib/smb/
H A Dnls.c87 icd = iconv_open(external, local);
91 icd = iconv_open(local, external);
/freebsd-10.0-release/tools/test/iconv/tablegen/
H A Dtablegen.c243 if ((cd = iconv_open(tocode, argv[0])) == (iconv_t)-1)
254 if ((cd = iconv_open(tocode, "UTF-32LE")) == (iconv_t)-1)
266 if ((cd = iconv_open("UTF-32LE//TRANSLIT", argv[0])) == (iconv_t)-1)
/freebsd-10.0-release/contrib/nvi/common/
H A Dconv.c386 if ((*c2w = iconv_open(codeset(), enc)) == (iconv_t)-1)
388 if ((*w2c = iconv_open(enc, codeset())) == (iconv_t)-1)
401 if ((*c2w = iconv_open(codeset(), enc)) == (iconv_t)-1)
405 if ((*w2c = iconv_open("utf-16be", enc)) == (iconv_t)-1)
/freebsd-10.0-release/sys/sys/
H A Diconv.h155 int iconv_open(const char *to, const char *from, void **handle);
191 iconv_open, \
/freebsd-10.0-release/sys/libkern/
H A Diconv_ucs.c119 iconv_open(ENCODING_UNICODE, from, &dp->f_ctp);
123 iconv_open(to, ENCODING_UNICODE, &dp->t_ctp);
129 iconv_open(KICONV_WCTYPE_NAME, ENCODING_UTF8, &dp->ctype);
H A Diconv_xlat16.c82 if (iconv_open(KICONV_WCTYPE_NAME, csp->cp_from, &dp->f_ctp) != 0)
84 if (iconv_open(KICONV_WCTYPE_NAME, csp->cp_to, &dp->t_ctp) != 0)
H A Diconv.c237 iconv_open(const char *to, const char *from, void **handle) function
/freebsd-10.0-release/usr.bin/iconv/
H A Diconv.c80 if ((cd = iconv_open(to, from)) == (iconv_t)-1)
81 err(EXIT_FAILURE, "iconv_open(%s, %s)", to, from);
/freebsd-10.0-release/contrib/apr-util/xlate/
H A Dxlate.c141 convset->ich = iconv_open(convset->topage, convset->frompage);
226 * expensive iconv_open()
251 new->ich = iconv_open(topage, frompage);
/freebsd-10.0-release/sys/netsmb/
H A Dsmb_conn.c449 error = (int)iconv_open("tolower", vcspec->localcs, &vcp->vc_tolower);
452 error = (int)iconv_open("toupper", vcspec->localcs, &vcp->vc_toupper);
456 error = (int)iconv_open(vcspec->servercs, vcspec->localcs,
460 error = (int)iconv_open(vcspec->localcs, vcspec->servercs,
468 error = (int)iconv_open(SMB_UNICODE_NAME, vcspec->localcs,
471 error = (int)iconv_open(vcspec->localcs, SMB_UNICODE_NAME,
/freebsd-10.0-release/contrib/libstdc++/include/ext/
H A Dcodecvt_specializations.h173 _M_in_desc = iconv_open(_M_int_enc.c_str(), _M_ext_enc.c_str());
180 _M_out_desc = iconv_open(_M_ext_enc.c_str(), _M_int_enc.c_str());
/freebsd-10.0-release/lib/libkiconv/
H A Dxlat16_iconv.c70 #define my_iconv_open iconv_open
332 my_iconv_open = dlsym(iconv_lib, "iconv_open");
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dcharset.c411 i = iconv_open (to->name, from->name);
/freebsd-10.0-release/contrib/gcclibs/libcpp/
H A Dcharset.c72 /* Make certain that the uses of iconv(), iconv_open(), iconv_close()
75 #define iconv_open(x, y) (errno = EINVAL, (iconv_t)-1) macro
614 iconv_open() fails, issue an error and return an identity
648 ret.cd = iconv_open (to, from);
657 cpp_errno (pfile, CPP_DL_ERROR, "iconv_open");
/freebsd-10.0-release/contrib/libarchive/libarchive/
H A Darchive_string.c1247 sc->cd = iconv_open(tc, fc);
1252 * instead if iconv_open failed.
1255 sc->cd = iconv_open("SJIS", fc);
1257 sc->cd = iconv_open(tc, "SJIS");
1267 sc->cd_w = iconv_open("UTF-8", fc);
1271 sc->cd_w = iconv_open("UTF-8", "SJIS");
1652 "iconv_open failed : Cannot handle ``%s''",

Completed in 368 milliseconds

12