Home
last modified time | relevance | path

Searched refs:sungetc (Results 1 – 5 of 5) sorted by relevance

/haiku/src/libs/stdc++/legacy/
H A Disgetline.cc51 sb->sungetc(); // Leave delimiter unread. in getline()
H A Dstreambuf.cc245 int streambuf::sungetc() in sungetc() function in streambuf
/haiku/headers/cpp/
H A Diostream.h206 if (good() && _strbuf->sungetc() == EOF) clear(ios::badbit); in unget()
H A Dstreambuf.h373 int sungetc();
/haiku/headers/cpp/std/
H A Dbastring.cc450 sb->sungetc (); in operator >>()