Searched refs:to_cs (Results 1 – 1 of 1) sorted by relevance
37 char *to_cs; variable101 to_cs = optarg; in main()109 if (from_cs != NULL || to_cs != NULL || optind != argc) in main()116 if (to_cs == NULL) in main()117 to_cs = nl_langinfo(CODESET); in main()124 tslash = strchr(to_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()