Lines Matching defs:fromcode
71 * /usr/lib/iconv/fromcode%tocode.so
73 * where fromcode is the source encoding and tocode is the target encoding.
78 * If there is no code conversion supported and if the fromcode and the tocode
94 iconv_open(const char *tocode, const char *fromcode)
96 return (iconv_open_real(tocode, fromcode, 0));
100 iconv_open_real(const char *tocode, const char *fromcode, int string_based)
112 from = process_conv_modifier_and_special_names(fromcode, &flag);
120 if (from != fromcode)
127 free_names(to, tocode, from, fromcode);
137 free_names(to, tocode, from, fromcode);
146 free_names(to, tocode, from, fromcode);
159 * As the last resort, check if the tocode and the fromcode
169 free_names(to, tocode, from, fromcode);
182 free_names(to, tocode, from, fromcode);
191 free_names(to, tocode, from, fromcode);
207 free_names(to, tocode, from, fromcode);
300 * /usr/lib/iconv/geniconvtbl/binarytables/fromcode%tocode.bt
335 const char *tocode, const char *fromcode, char *ipath,
347 *from_canonical = (char *)fromcode;
384 fromlen = search_alias(&p, buflen, fromcode);
389 *from_canonical = (char *)fromcode;
675 iconvstr(const char *tocode, const char *fromcode, char *inarray,
681 if ((cd = iconv_open_real(tocode, fromcode, 1)) == (iconv_t)-1) {
845 * The following function accepts a tocode/fromcode name, separates iconv
848 * tocode/fromcode names, "", "char", and "wchar_t" by using