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

/macosx-10.10.1/ksh-23/ksh/src/lib/libast/comp/
H A Diconv.c239 _win_iconv_open(register Conv_t* cc, const char* t, const char* f) function
242 error(DEBUG_TRACE, "AHA#%d _win_iconv_open f=%s t=%s\n", __LINE__, f, t);
249 error(DEBUG_TRACE, "AHA#%d _win_iconv_open f=0x%04x t=0x%04x\n", __LINE__, cc->from.index, cc->to.index);
1120 else if ((cc->cvt = _win_iconv_open(cc, t, f)) != (_ast_iconv_t)(-1) || (cc->cvt = _win_iconv_open(cc, to, fr)) != (_ast_iconv_t)(-1))

Completed in 119 milliseconds