Searched refs:__chars_left (Results 1 – 1 of 1) sorted by relevance
259 std::size_t __chars_left = _M_buf_end - _M_buf_ptr; in _GLIBCXX_VISIBILITY() local260 if (__chars_left > __n) in _GLIBCXX_VISIBILITY()262 else if (__chars_left == __n) in _GLIBCXX_VISIBILITY()279 std::size_t __chars_left = _M_buf_ptr - _M_buf_start; in _GLIBCXX_VISIBILITY() local280 if (__chars_left >= __n) in _GLIBCXX_VISIBILITY()