Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/libstdc++-v3/include/ext/
H A Dstdio_sync_filebuf.h93 syncputc(int_type __c); in _GLIBCXX_BEGIN_NAMESPACE()
147 __ret = this->syncputc(__c); in _GLIBCXX_BEGIN_NAMESPACE()
199 stdio_sync_filebuf<char>::syncputc(int_type __c) in syncputc() function
232 stdio_sync_filebuf<wchar_t>::syncputc(int_type __c) in syncputc() function
266 if (traits_type::eq_int_type(this->syncputc(*__s++), __eof)) in xsputn()