Searched refs:syncungetc (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.h95 syncungetc(int_type __c);
104 return this->syncungetc(__c);
125 __ret = this->syncungetc(_M_unget_buf);
130 __ret = this->syncungetc(__c);
199 stdio_sync_filebuf<char>::syncungetc(int_type __c) function in class:stdio_sync_filebuf
232 stdio_sync_filebuf<wchar_t>::syncungetc(int_type __c) function in class:stdio_sync_filebuf

Completed in 187 milliseconds