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

/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/ext/
H A Dstdio_sync_filebuf.h98 syncputc(int_type __c);
152 __ret = this->syncputc(__c);
204 stdio_sync_filebuf<char>::syncputc(int_type __c) function in class:stdio_sync_filebuf
237 stdio_sync_filebuf<wchar_t>::syncputc(int_type __c) function in class:stdio_sync_filebuf
271 if (traits_type::eq_int_type(this->syncputc(*__s++), __eof))

Completed in 112 milliseconds