Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Dsh.func.c41 static iconv_t catgets_iconv; /* Or (iconv_t)-1 */ variable
2634 if (catgets_iconv == (iconv_t)-1 || orig == s)
2643 if (iconv(catgets_iconv, &src, &src_size, &dest, &dest_size)
2690 catgets_iconv = iconv_open (nl_langinfo (CODESET),
2709 if (catgets_iconv != (iconv_t)-1) {
2710 iconv_close(catgets_iconv);
2711 catgets_iconv = (iconv_t)-1;