Searched refs:sungetc (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/gnu/lib/libstdc++/libstdc++/testsuite/27_io/
H A Dstringbuf_members.cc277 // int_type sungetc()
285 c2 = strb_01.sungetc();//"mykonos. . . or what?"
297 c2 = strb_01.sungetc();//"mykonos. . . or what?"
311 c2 = strb_01.sungetc();//"mykonos. . . or what?"
320 c4 = strb_03.sungetc();
381 c2 = strb_01.sungetc();
H A Dfilebuf_virtuals.cc341 // int_type sungetc()
347 c2 = fb_03.sungetc(); // delete the 'a'
357 c2 = fb_02.sungetc();
368 c2 = fb_03.sungetc();
455 c1 = fb_03.sungetc();
456 // Defect? retval of sungetc is not necessarily the character ungotten.
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp811.C179 int sungetc();
385 if (good() && _strbuf->sungetc() == (-1) ) clear(ios::badbit);
H A Dp784.C510 int sungetc();
700 if (good() && _strbuf->sungetc() == (-1) ) clear(ios::badbit);
/openbsd-current/gnu/gcc/libstdc++-v3/include/std/
H A Dstd_streambuf.h363 * Similar to sungetc(), but @a c is pushed onto the stream instead
393 sungetc() function in class:basic_streambuf
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/std/
H A Dstd_streambuf.h517 * Similar to sungetc(), but @a c is pushed onto the stream instead
534 sungetc();

Completed in 202 milliseconds