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

/freebsd-10.1-release/contrib/tcsh/
H A Dsh.func.c45 static iconv_t catgets_iconv; /* Or (iconv_t)-1 */ variable
2590 if (catgets_iconv == (iconv_t)-1 || orig == s)
2599 if (iconv(catgets_iconv, &src, &src_size, &dest, &dest_size)
2646 catgets_iconv = iconv_open (nl_langinfo (CODESET),
2665 if (catgets_iconv != (iconv_t)-1) {
2666 iconv_close(catgets_iconv);
2667 catgets_iconv = (iconv_t)-1;

Completed in 108 milliseconds