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

/illumos-gate/usr/src/cmd/iconv/
H A Diconv_main.c36 char *from_cs; variable
98 from_cs = optarg;
109 if (from_cs != NULL || to_cs != NULL || optind != argc)
114 if (from_cs == NULL)
115 from_cs = nl_langinfo(CODESET);
123 fslash = strchr(from_cs, '/');
126 charmap_init(to_cs, from_cs);
131 ich = iconv_open(to_cs, from_cs);
137 from_cs, to_cs);

Completed in 64 milliseconds