Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__locale_dir/
H A Dwbuffer_convert.h161 streamsize __nr = __bufptr_->sgetn(const_cast<char*>(__extbufnext_), __nmemb); in underflow() local
162 if (__nr != 0) { in underflow()
163 __extbufend_ = __extbufnext_ + __nr; in underflow()
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dfstream719 size_t __nr = fread((void*)const_cast<char*>(__extbufnext_), 1, __nmemb, __file_);
720 if (__nr != 0) {
724 __extbufend_ = __extbufnext_ + __nr;
H A Dlocale3454 streamsize __nr = __bufptr_->sgetn(const_cast<char*>(__extbufnext_), __nmemb);
3455 if (__nr != 0) {
3456 __extbufend_ = __extbufnext_ + __nr;
/freebsd/contrib/llvm-project/libcxx/include/
H A Dfstream789 size_t __nr = std::fread((void*)const_cast<char*>(__extbufnext_), 1, __nmemb, __file_);
790 if (__nr != 0) {
794 __extbufend_ = __extbufnext_ + __nr;