Searched refs:_M_sputnc (Results 1 – 2 of 2) sorted by relevance
312 this->rdbuf()->_M_sputnc(this->fill(), __npad) != __npad; in _M_put_char()315 __failed = this->rdbuf()->_M_sputnc(this->fill(), __npad) != __npad; in _M_put_char()344 this->rdbuf()->_M_sputnc(this->fill(), __npad) != __npad; in _M_put_nowiden()347 __failed = this->rdbuf()->_M_sputnc(this->fill(), __npad) != __npad; in _M_put_nowiden()376 this->rdbuf()->_M_sputnc(this->fill(), __npad) != __npad; in _M_put_widen()379 __failed = this->rdbuf()->_M_sputnc(this->fill(), __npad) != __npad; in _M_put_widen()
208 streamsize _M_sputnc(char_type __c, streamsize __n) in _M_sputnc() function