Home
last modified time | relevance | path

Searched refs: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; in main()
109 if (from_cs != NULL || to_cs != NULL || optind != argc) in main()
114 if (from_cs == NULL) in main()
115 from_cs = nl_langinfo(CODESET); in main()
123 fslash = strchr(from_cs, '/'); in main()
126 charmap_init(to_cs, from_cs); in main()
131 ich = iconv_open(to_cs, from_cs); in main()
137 from_cs, to_cs); in main()