Home
last modified time | relevance | path

Searched defs:ibuf1 (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/iconv_modules/ko/common/
H A DUTF8_to_Cp933.c88 unsigned char ibuf1[] = {0x5f, 0x63, 0xd3, 0x69, 0x5f, 0x75, 0x63, 0x73, 0x32, 0x75, 0x74, 0x66}; variable
H A DCp933_to_UTF8.c88 unsigned char ibuf1[] = {0x00, 0x6d, 0x00, 0x83, 0x00, 0xa2, 0x00, 0x89, 0x00, 0x6d, 0x00, 0xa4, 0x… variable
H A Deuc_to_johap.c360 char ibuf1[] = {0xb0, 0xa1, 0xb0, 0xa2, 0x41, 0xb0 , 0xa3}; variable
H A Djohap_to_euc.c326 char ibuf1[] = {0xa8, 0x41, 0xa8, 0x42, 0x41, 0xa8 , 0x45}; variable
H A Dnbyte_to_euc.c532 char ibuf1[] = {0x0e, 0x57, 0x6c, 0x0f, 0x0e, 0x55, 0x67, 0x0f, 0x0e, 0x5a, 0x62, 0x57, 0x0f}; variable
H A Deuc_to_nbyte.c584 char ibuf1[] = {0xbf, 0xc0, 0xbc, 0xbc, 0xc3, 0xa2 , 0x41}; variable
/illumos-gate/usr/src/cmd/fdformat/
H A Dfdformat.c89 static uchar_t *ibuf1; variable
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c5096 Conv_inv_buf_t ibuf1, ibuf2; in regular() local