Searched refs:tocode (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libfakekernel/common/
H A Dkiconv.c28 kiconv_open(const char *tocode, const char *fromcode) argument
30 return (iconv_open(tocode, fromcode));
/illumos-gate/usr/src/lib/libc/port/gen/
H A Diconv.c67 * /usr/lib/iconv/fromcode%tocode.so
69 * where fromcode is the source encoding and tocode is the target encoding.
72 * If there is no code conversion supported and if the fromcode and the tocode
87 iconv_open(const char *tocode, const char *fromcode) argument
104 cd->_conv = iconv_open_all(tocode, fromcode, ipath);
114 cd->_conv = iconv_search_alias(tocode, fromcode, ipath);
118 * As the last resort, check if the tocode and the fromcode
122 if (strcasecmp(tocode, fromcode) != 0) {
241 * /usr/lib/iconv/geniconvtbl/binarytables/fromcode%tocode.bt
274 iconv_search_alias(const char *tocode, cons argument
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Dkiconv.h40 * Supported fromcode/tocode values are saved in the following component type
41 * of (name, id) pair. The id values of fromcode and tocode are used to
50 * Each unique kiconv code conversion identified by tocode and fromcode ids
55 uint16_t tid; /* tocode id. */
83 char *tocode; member in struct:__anon8029
/illumos-gate/usr/src/uts/common/os/
H A Dkiconv.c1097 tid = normalize_codename(op->tocode);
1188 check_and_load_conversions(const char *tocode, const char *fromcode) argument
1197 tid = normalize_codename(tocode);
1268 kiconv_open(const char *tocode, const char *fromcode) argument
1273 kcd = check_and_load_conversions(tocode, fromcode);
1346 kiconvstr(const char *tocode, const char *fromcode, char *inarray, argument
1353 kcd = check_and_load_conversions(tocode, fromcode);
/illumos-gate/usr/src/lib/libc/port/
H A Dllib-lc613 iconv_t iconv_open(const char *tocode, const char *fromcode);

Completed in 61 milliseconds