Searched refs:syncungetc (Results 1 – 2 of 2) sorted by relevance
90 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() function227 stdio_sync_filebuf<wchar_t>::syncungetc(int_type __c) in syncungetc() function
2593 _M_unget_buf to syncungetc(). Set _M_unget_buf to eof().