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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2013.11/arm-none-eabi/include/c++/4.8.1/ext/
H A Dstdio_sync_filebuf.h72 int_type _M_unget_buf; member in class:stdio_sync_filebuf
77 : _M_file(__f), _M_unget_buf(traits_type::eof())
111 _M_unget_buf = this->syncgetc();
112 return _M_unget_buf;
124 if (!traits_type::eq_int_type(_M_unget_buf, __eof))
125 __ret = this->syncungetc(_M_unget_buf);
133 _M_unget_buf = __eof;
213 _M_unget_buf = traits_type::to_int_type(__s[__ret - 1]);
215 _M_unget_buf = traits_type::eof();
256 _M_unget_buf
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2011.09/arm-none-eabi/include/c++/4.6.1/ext/
H A Dstdio_sync_filebuf.h73 int_type _M_unget_buf; member in class:stdio_sync_filebuf
78 : _M_file(__f), _M_unget_buf(traits_type::eof())
112 _M_unget_buf = this->syncgetc();
113 return _M_unget_buf;
125 if (!traits_type::eq_int_type(_M_unget_buf, __eof))
126 __ret = this->syncungetc(_M_unget_buf);
134 _M_unget_buf = __eof;
214 _M_unget_buf = traits_type::to_int_type(__s[__ret - 1]);
216 _M_unget_buf = traits_type::eof();
257 _M_unget_buf
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-linux/include/c++/4.5.3/ext/
H A Dstdio_sync_filebuf.h71 int_type _M_unget_buf; member in class:stdio_sync_filebuf
76 : _M_file(__f), _M_unget_buf(traits_type::eof())
110 _M_unget_buf = this->syncgetc();
111 return _M_unget_buf;
123 if (!traits_type::eq_int_type(_M_unget_buf, __eof))
124 __ret = this->syncungetc(_M_unget_buf);
132 _M_unget_buf = __eof;
212 _M_unget_buf = traits_type::to_int_type(__s[__ret - 1]);
214 _M_unget_buf = traits_type::eof();
255 _M_unget_buf
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/include/c++/4.5.3/ext/
H A Dstdio_sync_filebuf.h71 int_type _M_unget_buf; member in class:stdio_sync_filebuf
76 : _M_file(__f), _M_unget_buf(traits_type::eof())
110 _M_unget_buf = this->syncgetc();
111 return _M_unget_buf;
123 if (!traits_type::eq_int_type(_M_unget_buf, __eof))
124 __ret = this->syncungetc(_M_unget_buf);
132 _M_unget_buf = __eof;
212 _M_unget_buf = traits_type::to_int_type(__s[__ret - 1]);
214 _M_unget_buf = traits_type::eof();
255 _M_unget_buf
[all...]

Completed in 118 milliseconds