Home
last modified time | relevance | path

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

/netbsd-src/lib/libintl/
H A 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()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/
H A Diconv.d44 iconv_t iconv_open (const scope char* tocode, const scope char* fromcode);