Searched refs:ebuf (Results 1 – 3 of 3) sorted by relevance
86 while (ptr < ebuf() && *ptr != '\n') ptr++; in string_parsebuf()163 if (ptr == ebuf()) { in underflow()164 int old_size = ebuf() - base(); in underflow()
92 char *right() const { return ebuf(); } in right()
308 char* ebuf() const { return _IO_buf_end; } in ebuf() function