Home
last modified time | relevance | path

Searched refs:overflow_buf (Results 1 – 3 of 3) sorted by relevance

/libio/
A Dvsnprintf.c42 if (fp->_IO_buf_base != snf->overflow_buf) in _IO_strn_overflow()
49 _IO_setb (fp, snf->overflow_buf, in _IO_strn_overflow()
50 snf->overflow_buf + sizeof (snf->overflow_buf), 0); in _IO_strn_overflow()
52 fp->_IO_write_base = snf->overflow_buf; in _IO_strn_overflow()
53 fp->_IO_read_base = snf->overflow_buf; in _IO_strn_overflow()
54 fp->_IO_read_ptr = snf->overflow_buf; in _IO_strn_overflow()
55 fp->_IO_read_end = snf->overflow_buf + sizeof (snf->overflow_buf); in _IO_strn_overflow()
58 fp->_IO_write_ptr = snf->overflow_buf; in _IO_strn_overflow()
59 fp->_IO_write_end = snf->overflow_buf; in _IO_strn_overflow()
106 string = sf.overflow_buf; in __vsnprintf_internal()
[all …]
A Dvswprintf.c43 if (fp->_wide_data->_IO_buf_base != snf->overflow_buf) in _IO_wstrn_overflow()
45 _IO_wsetb (fp, snf->overflow_buf, in _IO_wstrn_overflow()
46 snf->overflow_buf + (sizeof (snf->overflow_buf) in _IO_wstrn_overflow()
49 fp->_wide_data->_IO_write_base = snf->overflow_buf; in _IO_wstrn_overflow()
50 fp->_wide_data->_IO_read_base = snf->overflow_buf; in _IO_wstrn_overflow()
51 fp->_wide_data->_IO_read_ptr = snf->overflow_buf; in _IO_wstrn_overflow()
52 fp->_wide_data->_IO_read_end = (snf->overflow_buf in _IO_wstrn_overflow()
53 + (sizeof (snf->overflow_buf) in _IO_wstrn_overflow()
57 fp->_wide_data->_IO_write_ptr = snf->overflow_buf; in _IO_wstrn_overflow()
58 fp->_wide_data->_IO_write_end = snf->overflow_buf; in _IO_wstrn_overflow()
[all …]
A Dstrfile.h70 char overflow_buf[64]; member
81 wchar_t overflow_buf[64]; member

Completed in 7 milliseconds