Home
last modified time | relevance | path

Searched refs:snf (Results 1 – 2 of 2) sorted by relevance

/haiku/src/system/libroot/posix/glibc/libio/
H A Dvsnprintf.c53 _IO_strnfile *snf = (_IO_strnfile *) fp; local
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);
71 fp->_IO_write_ptr = snf->overflow_buf;
72 fp->_IO_write_end = snf->overflow_buf;
H A Dvswprintf.c53 _IO_strnfile *snf = (_IO_strnfile *) fp; local
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)
69 fp->_wide_data->_IO_write_ptr = snf->overflow_buf;
[all …]