Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/iconv_modules/ko/common/
H A Deuc_to_johap.c41 char **my_outbuf; member
293 st->my_outbuf = outbuf;
352 **(st->my_outbuf) = Char;
353 (*(st->my_outbuf))++, (*(st->my_outbytesleft))--;
H A Djohap_to_euc.c44 char **my_outbuf; member
259 st->my_outbuf = outbuf;
318 **(st->my_outbuf) = Char;
319 (*(st->my_outbuf))++, (*(st->my_outbytesleft))--;
H A Deuc_to_nbyte.c40 char **my_outbuf; member
486 st->my_outbuf = outbuf;
576 **(st->my_outbuf) = Char;
577 (*(st->my_outbuf))++, (*(st->my_outbytesleft))--;
H A Dcomb_to_byte.c31 char **my_outbuf; member