Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/iconv_modules/ko/common/
H A Deuc_to_johap.c45 char temp_obuf[5]; member
278 **outbuf = st->temp_obuf[st->start_cnt];
348 st->temp_obuf[st->end_cnt] = Char;
H A Djohap_to_euc.c48 char temp_obuf[5]; member
244 **outbuf = st->temp_obuf[st->start_cnt];
314 st->temp_obuf[st->end_cnt] = Char;
H A Dnbyte_to_euc.c43 char temp_obuf[1]; member
446 **outbuf = st->temp_obuf[0];
467 st->temp_obuf[0] = code&0xFF;
H A Deuc_to_nbyte.c44 char temp_obuf[5]; member
471 **outbuf = st->temp_obuf[st->start_cnt];
572 st->temp_obuf[st->end_cnt] = Char;
H A Dcomb_to_byte.c35 char temp_obuf[5]; member
H A Dbyte_to_comb.c36 char temp_obuf[1]; member