Searched defs:fromcode (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libc/port/gen/
H A Diconv.c71 * /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) argument
96 return (iconv_open_real(tocode, fromcode, 0));
100 iconv_open_real(const char *tocode, const char *fromcode, int string_based) argument
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);
334 iconv_search_alias(char **to_canonical, char **from_canonical, const char *tocode, const char *fromcode, char *ipath, int flag, int string_based) argument
675 iconvstr(const char *tocode, const char *fromcode, char *inarray, size_t *inlen, char *outarray, size_t *outlen, int flag) argument
[all...]

Completed in 61 milliseconds