Home
last modified time | relevance | path

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

/src/contrib/llvm-project/libcxx/src/
H A Dstd_stream.h154 char __extbuf[__limit]; in __getchar() local
160 __extbuf[__i] = static_cast<char>(__c); in __getchar()
168 …__r = __cv_->in(*__st_, __extbuf, __extbuf + __nread, __enxt, &__1buf, &__1buf + 1,… in __getchar()
174 if (__nread == sizeof(__extbuf)) in __getchar()
180 __extbuf[__nread] = static_cast<char>(__c); in __getchar()
187 __1buf = static_cast<char_type>(__extbuf[0]); in __getchar()
193 if (ungetc(traits_type::to_int_type(__extbuf[--__i]), __file_) == EOF) in __getchar()
214 char __extbuf[__limit]; in pbackfail() local
218 …switch (__cv_->out(*__st_, &__ci, &__ci + 1, __inxt, __extbuf, __extbuf + sizeof(__extbuf), __enxt… in pbackfail()
222 __extbuf[0] = static_cast<char>(__last_consumed_); in pbackfail()
[all …]