Searched refs:overflow_buf (Results 1 - 2 of 2) sorted by relevance

/haiku/src/system/libroot/posix/glibc/libio/
H A Dvsnprintf.c37 char overflow_buf[64]; member in struct:__anon5477
55 if (fp->_IO_buf_base != snf->overflow_buf)
62 INTUSE(_IO_setb) (fp, snf->overflow_buf,
63 snf->overflow_buf + sizeof (snf->overflow_buf), 0);
65 fp->_IO_write_base = snf->overflow_buf;
66 fp->_IO_read_base = snf->overflow_buf;
67 fp->_IO_read_ptr = snf->overflow_buf;
68 fp->_IO_read_end = snf->overflow_buf + sizeof (snf->overflow_buf);
[all...]
H A Dvswprintf.c37 wchar_t overflow_buf[64]; member in struct:__anon5478
55 if (fp->_wide_data->_IO_buf_base != snf->overflow_buf)
57 INTUSE(_IO_wsetb) (fp, snf->overflow_buf,
58 snf->overflow_buf + (sizeof (snf->overflow_buf)
61 fp->_wide_data->_IO_write_base = snf->overflow_buf;
62 fp->_wide_data->_IO_read_base = snf->overflow_buf;
63 fp->_wide_data->_IO_read_ptr = snf->overflow_buf;
64 fp->_wide_data->_IO_read_end = (snf->overflow_buf
65 + (sizeof (snf->overflow_buf)
[all...]

Completed in 55 milliseconds