Searched refs:tocode (Results 1 – 1 of 1) sorted by relevance
112 const char *tocode; in __gettext_iconv() local142 tocode = db->codeset; in __gettext_iconv()143 if (tocode == NULL) { in __gettext_iconv()152 tocode = nl_langinfo(CODESET); in __gettext_iconv()159 if (!strcasecmp(tocode, fromcode)) in __gettext_iconv()177 cd = iconv_open(tocode, fromcode); in __gettext_iconv()