Home
last modified time | relevance | path

Searched refs:xsgetn (Results 1 – 14 of 14) sorted by relevance

/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/ext/
H A Dstdio_sync_filebuf.h139 xsgetn(char_type* __s, std::streamsize __n); in _GLIBCXX_VISIBILITY()
210 stdio_sync_filebuf<char>::xsgetn(char* __s, std::streamsize __n) in _GLIBCXX_VISIBILITY()
243 stdio_sync_filebuf<wchar_t>::xsgetn(wchar_t* __s, std::streamsize __n) in _GLIBCXX_VISIBILITY()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/ext/
H A Dstdio_sync_filebuf.h168 xsgetn(char_type* __s, std::streamsize __n); in _GLIBCXX_VISIBILITY()
239 stdio_sync_filebuf<char>::xsgetn(char* __s, std::streamsize __n) in _GLIBCXX_VISIBILITY()
272 stdio_sync_filebuf<wchar_t>::xsgetn(wchar_t* __s, std::streamsize __n) in _GLIBCXX_VISIBILITY()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/bits/
H A Dfstream.tcc237 __ilen = _M_file.xsgetn(reinterpret_cast<char*>(this->eback()), in underflow()
296 streamsize __elen = _M_file.xsgetn(_M_ext_end, __rlen); in underflow()
551 xsgetn(_CharT* __s, streamsize __n) in xsgetn() function in std::basic_filebuf
600 __len = _M_file.xsgetn(reinterpret_cast<char*>(__s), in xsgetn()
631 __ret += __streambuf_type::xsgetn(__s, __n); in xsgetn()
H A Dstreambuf.tcc47 xsgetn(char_type* __s, streamsize __n) in xsgetn() function in std::basic_streambuf
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/bits/
H A Dfstream.tcc320 __ilen = _M_file.xsgetn(reinterpret_cast<char*>(this->eback()), in underflow()
379 streamsize __elen = _M_file.xsgetn(_M_ext_end, __rlen); in underflow()
635 xsgetn(_CharT* __s, streamsize __n) in xsgetn() function in std::basic_filebuf
683 __len = _M_file.xsgetn(reinterpret_cast<char*>(__s), __n); in xsgetn()
713 __ret += __streambuf_type::xsgetn(__s, __n); in xsgetn()
H A Dstreambuf.tcc46 xsgetn(char_type* __s, streamsize __n) in xsgetn() function in std::basic_streambuf
/dragonfly/contrib/gcc-4.7/libstdc++-v3/config/io/
H A Dbasic_file_stdio.h96 xsgetn(char* __s, streamsize __n); in _GLIBCXX_VISIBILITY()
H A Dbasic_file_stdio.cc289 __basic_file<char>::xsgetn(char* __s, streamsize __n) in xsgetn() function in std::__basic_file
/dragonfly/contrib/gcc-8.0/libstdc++-v3/config/io/
H A Dbasic_file_stdio.h115 xsgetn(char* __s, streamsize __n); in _GLIBCXX_VISIBILITY()
H A Dbasic_file_stdio.cc281 __basic_file<char>::xsgetn(char* __s, streamsize __n) in xsgetn() function in std::__basic_file
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/std/
H A Dstreambuf346 * @brief Entry point for xsgetn.
350 * Returns xsgetn(__s,__n). The effect is to fill @a __s[0] through
355 { return this->xsgetn(__s, __n); }
662 xsgetn(char_type* __s, streamsize __n);
H A Dfstream370 xsgetn(char_type* __s, streamsize __n);
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/std/
H A Dstreambuf356 * @brief Entry point for xsgetn.
360 * Returns xsgetn(__s,__n). The effect is to fill @a __s[0] through
365 { return this->xsgetn(__s, __n); }
672 xsgetn(char_type* __s, streamsize __n);
H A Dfstream421 xsgetn(char_type* __s, streamsize __n);