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

/freebsd-10.1-release/contrib/libstdc++/src/
H A Dstreambuf.cc40 __copy_streambufs_eof(basic_streambuf<char>* __sbin, argument
46 traits_type::int_type __c = __sbin->sgetc();
49 const streamsize __n = __sbin->egptr() - __sbin->gptr();
52 const streamsize __wrote = __sbout->sputn(__sbin->gptr(), __n);
53 __sbin->gbump(__wrote);
60 __c = __sbin->underflow();
71 __c = __sbin->snextc();
80 __copy_streambufs_eof(basic_streambuf<wchar_t>* __sbin, argument
86 traits_type::int_type __c = __sbin
[all...]
/freebsd-10.1-release/contrib/libstdc++/include/std/
H A Dstd_streambuf.h808 __copy_streambufs_eof(basic_streambuf<char>* __sbin,
813 __copy_streambufs_eof(basic_streambuf<wchar_t>* __sbin,

Completed in 99 milliseconds