Searched refs:mb_buf (Results 1 – 1 of 1) sorted by relevance
55 char mb_buf[MB_LEN_MAX]; in _IO_wdo_write() local58 if (fp->_IO_write_ptr - fp->_IO_write_base < sizeof (mb_buf)) in _IO_wdo_write()62 write_ptr = write_base = mb_buf; in _IO_wdo_write()63 buf_end = mb_buf + sizeof (mb_buf); in _IO_wdo_write()
Completed in 5 milliseconds