Lines Matching refs:to
31 " operands from one codeset to another and writes the results to"
54 "[f:from?The input codeset is set to \acodeset\a.]:[codeset:=native]"
60 "[t:to?The output codeset is set to \acodeset\a.]:[codeset:=native]"
138 char* to;
150 from = to = "native";
194 to = opt_info.arg;
210 if ((cvt = iconv_open(to, from)) == (iconv_t)(-1))
212 if ((cvt = iconv_open(to, "utf-8")) == (iconv_t)(-1))
213 error(3, "%s: unknown destination codeset", to);
218 error(3, "cannot convert from %s to %s", from, to);