Home
last modified time | relevance | path

Searched refs:showmanyc (Results 1 – 12 of 12) sorted by relevance

/dragonfly/contrib/gcc-4.7/libstdc++-v3/config/io/
H A Dbasic_file_stdio.h105 showmanyc(); in _GLIBCXX_VISIBILITY()
H A Dbasic_file_stdio.cc337 __basic_file<char>::showmanyc() in showmanyc() function in std::__basic_file
/dragonfly/contrib/gcc-8.0/libstdc++-v3/config/io/
H A Dbasic_file_stdio.h124 showmanyc(); in _GLIBCXX_VISIBILITY()
H A Dbasic_file_stdio.cc329 __basic_file<char>::showmanyc() in showmanyc() function in std::__basic_file
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/std/
H A Dstreambuf278 * Otherwise returns the derived @c showmanyc().
284 return __ret ? __ret : this->showmanyc();
635 * showmanyc() returns -1, then calls to @c underflow() or @c
642 * @note The standard adds that <em>the morphemes of @c showmanyc are
646 showmanyc() { return 0; }
H A Dsstream166 showmanyc()
H A Dfstream305 showmanyc();
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/std/
H A Dstreambuf288 * Otherwise returns the derived @c showmanyc().
294 return __ret ? __ret : this->showmanyc();
645 * showmanyc() returns -1, then calls to @c underflow() or @c
652 * @note The standard adds that <em>the morphemes of @c showmanyc are
656 showmanyc() { return 0; }
H A Dsstream212 showmanyc()
H A Dfstream356 showmanyc();
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/bits/
H A Dfstream.tcc180 showmanyc() in showmanyc() function in std::basic_filebuf
198 __ret += _M_file.showmanyc() / _M_codecvt->max_length(); in showmanyc()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/bits/
H A Dfstream.tcc263 showmanyc() in showmanyc() function in std::basic_filebuf
281 __ret += _M_file.showmanyc() / _M_codecvt->max_length(); in showmanyc()