Searched refs:_M_sputnc (Results 1 - 2 of 2) sorted by relevance

/external/stlport/stlport/stl/
H A D_ostream.c312 this->rdbuf()->_M_sputnc(this->fill(), __npad) != __npad;
315 __failed = this->rdbuf()->_M_sputnc(this->fill(), __npad) != __npad;
344 this->rdbuf()->_M_sputnc(this->fill(), __npad) != __npad;
347 __failed = this->rdbuf()->_M_sputnc(this->fill(), __npad) != __npad;
376 this->rdbuf()->_M_sputnc(this->fill(), __npad) != __npad;
379 __failed = this->rdbuf()->_M_sputnc(this->fill(), __npad) != __npad;
H A D_streambuf.h208 streamsize _M_sputnc(char_type __c, streamsize __n) function in class:basic_streambuf

Completed in 58 milliseconds