Home | History | Annotate | Download | only in include

Lines Matching full:__extbuf

117     char __extbuf[__limit];
124 __extbuf[__i] = static_cast<char>(__c);
128 __1buf = static_cast<char_type>(__extbuf[0]);
137 __r = __cv_->in(*__st_, __extbuf, __extbuf + __nread, __enxt,
145 if (__nread == sizeof(__extbuf))
151 __extbuf[__nread] = static_cast<char>(__c);
158 __1buf = static_cast<char_type>(__extbuf[0]);
167 if (ungetc(traits_type::to_int_type(__extbuf[--__i]), __file_) == EOF)
192 char __extbuf[__limit];
197 __extbuf, __extbuf + sizeof(__extbuf), __enxt))
202 __extbuf[0] = static_cast<char>(__last_consumed_);
203 __enxt = __extbuf + 1;
209 while (__enxt > __extbuf)
263 char __extbuf[__limit];
275 char* __extbe = __extbuf;
283 __extbuf,
284 __extbuf + sizeof(__extbuf),
295 size_t __nmemb = static_cast<size_t>(__extbe - __extbuf);
296 if (fwrite(__extbuf, 1, __nmemb, __file_) != __nmemb)
328 char __extbuf[__limit];
333 __r = __cv_->unshift(*__st_, __extbuf,
334 __extbuf + sizeof(__extbuf),
336 size_t __nmemb = static_cast<size_t>(__extbe - __extbuf);
337 if (fwrite(__extbuf, 1, __nmemb, __file_) != __nmemb)