Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/src/
H A Dstd_stream.h155 int __nread = std::max(1, __encoding_); in __getchar() local
156 for (int __i = 0; __i < __nread; ++__i) { 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()
182 ++__nread; in __getchar()
192 for (int __i = __nread; __i > 0;) { in __getchar()