Searched refs:_M_allocate_buffers (Results 1 – 2 of 2) sorted by relevance
272 _M_allocate_buffers(0, 1); in setbuf()274 _M_allocate_buffers(__buf, __n); in setbuf()432 if (!_M_int_buf && !_M_allocate_buffers()) in _M_switch_to_input_mode()456 if (!_M_int_buf && !_M_allocate_buffers()) in _M_switch_to_output_mode()630 bool basic_filebuf<_CharT, _Traits>::_M_allocate_buffers(_CharT* __buf, streamsize __n) { in _M_allocate_buffers() function676 bool basic_filebuf<_CharT, _Traits>::_M_allocate_buffers() { in _M_allocate_buffers() function681 return _M_allocate_buffers(0, __default_bufsiz); in _M_allocate_buffers()
234 bool _M_allocate_buffers(_CharT* __buf, streamsize __n);235 bool _M_allocate_buffers();