Home
last modified time | relevance | path

Searched refs:_M_write (Results 1 – 7 of 7) sorted by relevance

/external/stlport/stlport/stl/
D_fstream.h71 bool _M_write(char* __buf, ptrdiff_t __n);
322 bool _M_write(char* __buf, ptrdiff_t __n) {return _M_base._M_write(__buf, __n); } in _M_write() function
360 return (__buf->_M_write(__first, __n)); in _M_doit()
D_fstream.c246 if (_M_write(_M_ext_buf, __n)) in overflow()
605 else if (!_M_write(_M_ext_buf, __enext - _M_ext_buf)) in _M_unshift()
/external/stlport/src/details/
Dfstream_stdio.cpp323 bool _Filebuf_base::_M_write(char* buf, ptrdiff_t n) in _M_write() function in _Filebuf_base
Dfstream_unistd.cpp267 bool _Filebuf_base::_M_write(char* buf, ptrdiff_t n) in _M_write() function in _Filebuf_base
Dfstream_win32io.cpp464 bool _Filebuf_base::_M_write(char* buf, ptrdiff_t n) { in _M_write() function in _Filebuf_base
/external/stlport/etc/
DChangeLog-4.0442 * fstream.cpp - _M_write bug for Win32 text mode fixed (thanks to Mike Pyle)
DChangeLog-5.14554 _M_write can now correctly handle respectively read and write of really