Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/src/
H A Dstd_stream.h143 char_type __1buf; in __getchar() local
144 if (!__do_getc(__file_, &__1buf)) in __getchar()
147 if (!__do_ungetc(traits_type::to_int_type(__1buf), __file_, __1buf)) in __getchar()
151 return traits_type::to_int_type(__1buf); in __getchar()
162 char_type __1buf; in __getchar() local
168 …__r = __cv_->in(*__st_, __extbuf, __extbuf + __nread, __enxt, &__1buf, &__1buf + 1,… in __getchar()
198 return traits_type::to_int_type(__1buf); in __getchar()
310 char_type __1buf; in overflow() local
312 __1buf = traits_type::to_char_type(__c); in overflow()
314 if (!__do_fputc(__1buf, __file_)) in overflow()
[all …]
/freebsd/contrib/llvm-project/libcxx/include/
H A Dfstream715 char_type __1buf;
717 this->setg(&__1buf, &__1buf + 1, &__1buf + 1);
761 if (this->eback() == &__1buf)
787 char_type __1buf;
792 this->setp(&__1buf, &__1buf + 1);
H A Dlocale3427 char_type __1buf;
3429 this->setg(&__1buf, &__1buf + 1, &__1buf + 1);
3471 if (this->eback() == &__1buf)
3502 char_type __1buf;
3507 this->setp(&__1buf, &__1buf + 1);