Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/libstdc++/include/ext/
H A Dstdio_sync_filebuf.h90 syncungetc(int_type __c); in _GLIBCXX_BEGIN_NAMESPACE()
99 return this->syncungetc(__c); in _GLIBCXX_BEGIN_NAMESPACE()
120 __ret = this->syncungetc(_M_unget_buf); in _GLIBCXX_BEGIN_NAMESPACE()
125 __ret = this->syncungetc(__c); in _GLIBCXX_BEGIN_NAMESPACE()
194 stdio_sync_filebuf<char>::syncungetc(int_type __c) in syncungetc() function
227 stdio_sync_filebuf<wchar_t>::syncungetc(int_type __c) in syncungetc() function
/freebsd-12.1/contrib/libstdc++/
H A DChangeLog-20032593 _M_unget_buf to syncungetc(). Set _M_unget_buf to eof().