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

/illumos-gate/usr/src/lib/libc/port/gen/
H A DiconvP.h38 size_t (*_icv_iconv)(iconv_t, const char **, size_t *, char **, member in struct:_iconv_fields
H A Diconv.c70 * The modules have 3 entries: _icv_open(), _icv_iconv(), and _icv_close().
143 cd->_conv->_icv_iconv = passthru_icv_iconv;
363 * gets address of _icv_iconv in the loadable conversion module
364 * and stores it in cdpath->_icv_iconv
367 if ((cdpath->_icv_iconv = (size_t(*)(iconv_t, const char **,
369 "_icv_iconv")) == NULL) {
391 * initialize the state of the actual _icv_iconv conversion routine
444 return ((*(cd->_conv)->_icv_iconv)(cd->_conv->_icv_state,
/illumos-gate/usr/src/cmd/geniconvtbl/
H A Dgeniconvtbl.c100 size_t _icv_iconv(icv_state_t *, const unsigned char **,
270 _icv_iconv( function
286 TRACE_MESSAGE('e', ("_icv_iconv: error=%d\n", errno));
302 TRACE_MESSAGE('i', ("_icv_iconv(inbuf=%p inbytesleft=%ld "
352 TRACE_MESSAGE('e', ("_icv_iconv: error=%d\n",
402 ("_icv_iconv:error=%d\n", errno));
471 ("_icv_iconv:error=%d\n", errno));
482 ("_icv_iconv:error=%d\n", errno));

Completed in 74 milliseconds