Home
last modified time | relevance | path

Searched defs:__put (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/gcc/libstdc++-v3/include/bits/
H A Dostream_insert.h52 const streamsize __put = __out.rdbuf()->sputn(__s, __n); in _GLIBCXX_BEGIN_NAMESPACE() local
67 const typename _Traits::int_type __put = __out.rdbuf()->sputc(__c); in __ostream_fill() local
H A Dostream.tcc158 const int_type __put = this->rdbuf()->sputc(__c); in put() local
/openbsd-src/gnu/gcc/libstdc++-v3/include/std/
H A Dstd_ostream.h293 const streamsize __put = this->rdbuf()->sputn(__s, __n); in _GLIBCXX_BEGIN_NAMESPACE() local
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dostream.tcc349 int_type __put = this->rdbuf()->sputc(__c); in put() local
378 streamsize __put = this->rdbuf()->sputn(__s, __n); in write() local