Home
last modified time | relevance | path

Searched refs:tocode (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/lib/libintl/
Dgettext_iconv.c112 const char *tocode; in __gettext_iconv() local
142 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()