Searched refs:__nmax (Results 1 – 1 of 1) sorted by relevance
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _istream.c | 815 basic_istream<_CharT, _Traits>::readsome(char_type* __s, streamsize __nmax) { in readsome() argument 819 if (__sentry && !this->eof() && __nmax >= 0) { in readsome() 832 = _STLP_PRIV __read_buffered(this, __buf, (min) (__avail, __nmax), __s, in readsome() 838 = _STLP_PRIV __read_unbuffered(this, __buf, (min) (__avail, __nmax), __s, in readsome() 863 streamsize __nmax = this->width() > 0 in _M_formatted_get() local 868 ? _STLP_PRIV __read_buffered(this, __buf, __nmax, __s, in _M_formatted_get() 872 : _STLP_PRIV __read_unbuffered(this, __buf, __nmax, __s, in _M_formatted_get()
|