Home
last modified time | relevance | path

Searched refs:ebuf (Results 1 – 3 of 3) sorted by relevance

/haiku/src/libs/stdc++/legacy/
H A Dparsestream.cc86 while (ptr < ebuf() && *ptr != '\n') ptr++; in string_parsebuf()
163 if (ptr == ebuf()) { in underflow()
164 int old_size = ebuf() - base(); in underflow()
/haiku/headers/cpp/
H A Dparsestream.h92 char *right() const { return ebuf(); } in right()
H A Dstreambuf.h308 char* ebuf() const { return _IO_buf_end; } in ebuf() function