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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dstdio_sync_filebuf.h94 syncungetc(int_type __c);
103 return this->syncungetc(__c);
124 __ret = this->syncungetc(_M_unget_buf);
129 __ret = this->syncungetc(__c);
198 stdio_sync_filebuf<char>::syncungetc(int_type __c) function in class:stdio_sync_filebuf
231 stdio_sync_filebuf<wchar_t>::syncungetc(int_type __c) function in class:stdio_sync_filebuf
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/ext/
H A Dstdio_sync_filebuf.h90 syncungetc(int_type __c);
99 return this->syncungetc(__c);
120 __ret = this->syncungetc(_M_unget_buf);
125 __ret = this->syncungetc(__c);
194 stdio_sync_filebuf<char>::syncungetc(int_type __c) function in class:__gnu_cxx::stdio_sync_filebuf
227 stdio_sync_filebuf<wchar_t>::syncungetc(int_type __c) function in class:__gnu_cxx::stdio_sync_filebuf

Completed in 53 milliseconds