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

12

/freebsd-11-stable/lib/libc/iconv/
H A Diconv_open.c34 iconv_open(const char *a, const char *b) function
H A DMakefile.inc7 MLINKS+= iconv.3 iconv_open.3 \
H A Diconv_compat.c117 __sym_compat(iconv_open, iconv_open_compat, FBSD_1.3);
/freebsd-11-stable/bin/csh/
H A Diconv_stub.c34 #undef iconv_open macro
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-11-stable/lib/libc_nonshared/
H A DMakefile.iconv7 iconv_open.c iconv_open_into.c \
/freebsd-11-stable/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-11-stable/sys/modules/libiconv/
H A DMakefile11 iconv_open \
/freebsd-11-stable/lib/libc/tests/iconv/
H A Diconvctl_test.c40 ic = iconv_open(dst, src);
/freebsd-11-stable/tools/test/iconv/
H A Dconst-gnuism.c50 if ((cd = iconv_open("UTF-8", "ASCII")) == (iconv_t)-1)
/freebsd-11-stable/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-11-stable/include/
H A Diconv.h55 iconv_t iconv_open(const char *, const char *);
/freebsd-11-stable/contrib/smbfs/lib/smb/
H A Dnls.c87 icd = iconv_open(external, local);
91 icd = iconv_open(local, external);
/freebsd-11-stable/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-11-stable/contrib/nvi/common/
H A Dconv.c392 if ((id_c2w = iconv_open(codeset(), enc)) ==
395 if ((id_w2c = iconv_open(enc, codeset())) ==
412 if ((id_c2w = iconv_open(codeset(), enc)) ==
419 if ((id_w2c = iconv_open("utf-16be", enc)) == (iconv_t)-1)
/freebsd-11-stable/sys/sys/
H A Diconv.h155 int iconv_open(const char *to, const char *from, void **handle);
191 iconv_open, \
/freebsd-11-stable/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-11-stable/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-11-stable/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-11-stable/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-11-stable/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-11-stable/lib/libkiconv/
H A Dxlat16_iconv.c70 #define my_iconv_open iconv_open
332 my_iconv_open = dlsym(iconv_lib, "iconv_open");
/freebsd-11-stable/contrib/gdb/gdb/
H A Dcharset.c411 i = iconv_open (to->name, from->name);

Completed in 342 milliseconds

12