Searched defs:unbuffered (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/gcc/libstdc++-v3/testsuite/util/
H A Dtestsuite_io.h63 unbuffered() function in class:__gnu_test::constraint_buf
/haiku-buildtools/legacy/gcc/libio/
H A Dstreambuf.h374 int unbuffered() { return _flags & _IO_UNBUFFERED ? 1 : 0; } function in struct:streambuf
376 void unbuffered(int i) function in struct:streambuf
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp811.C182 int unbuffered() { return _flags & 2 ? 1 : 0; } function in struct:streambuf
184 void unbuffered(int i) function in struct:streambuf
H A Dp784.C514 int unbuffered() { return _flags & 2 ? 1 : 0; } function in struct:streambuf
516 void unbuffered(int i) function in struct:streambuf

Completed in 154 milliseconds