Symbol: _buffer
usr/src/cmd/lp/lib/msgs/read_fifo.c
109
switch (_buffer(fifo)) \
usr/src/cmd/lp/lib/msgs/read_fifo.c
45
static int _buffer(int);
usr/src/cmd/lp/lib/msgs/read_fifo.c
95
switch (_buffer(fifo)) \
usr/src/lib/iconv_modules/ko/common/utf_to_johap92.c
131
st->_buffer[0] = *ib;
usr/src/lib/iconv_modules/ko/common/utf_to_johap92.c
137
st->_buffer[0] = *ib;
usr/src/lib/iconv_modules/ko/common/utf_to_johap92.c
148
st->_buffer[0] = *ib;
usr/src/lib/iconv_modules/ko/common/utf_to_johap92.c
160
st->_buffer[1] = *ib;
usr/src/lib/iconv_modules/ko/common/utf_to_johap92.c
173
first_byte = (unsigned char) st->_buffer[0];
usr/src/lib/iconv_modules/ko/common/utf_to_johap92.c
186
st->_buffer[1] = *ib;
usr/src/lib/iconv_modules/ko/common/utf_to_johap92.c
198
st->_buffer[2] = *ib;
usr/src/lib/iconv_modules/ko/common/utf_to_johap92.c
211
first_byte = st->_buffer[0];
usr/src/lib/iconv_modules/ko/common/utf_to_johap92.c
218
st->_buffer[1] = *ib;
usr/src/lib/iconv_modules/ko/common/utf_to_johap92.c
229
st->_buffer[2] = *ib;
usr/src/lib/iconv_modules/ko/common/utf_to_johap92.c
258
utf8_code.byte.byte3 = st->_buffer[0];
usr/src/lib/iconv_modules/ko/common/utf_to_johap92.c
259
utf8_code.byte.byte4 = st->_buffer[1];
usr/src/lib/iconv_modules/ko/common/utf_to_johap92.c
262
utf8_code.byte.byte2 = st->_buffer[0];
usr/src/lib/iconv_modules/ko/common/utf_to_johap92.c
263
utf8_code.byte.byte3 = st->_buffer[1];
usr/src/lib/iconv_modules/ko/common/utf_to_johap92.c
264
utf8_code.byte.byte4 = st->_buffer[2];
usr/src/lib/iconv_modules/ko/common/utf_to_johap92.c
37
unsigned char _buffer[6];