Searched refs:setstate (Results 1 - 10 of 10) sorted by relevance

/haiku/src/libs/stdc++/legacy/
H A Dsbscan.cc35 stream->setstate((ios::iostate)errcode);
H A Diostream.cc180 setstate (ios::badbit);
391 istr->setstate((ios::iostate)errcode);
/haiku/headers/cpp/std/
H A Dbastring.cc445 is.setstate (ios::eofbit);
461 is.setstate (ios::failbit);
488 is.setstate (_count == 0
503 is.setstate (ios::failbit);
H A Dcomplext.cc116 is.setstate (ios::failbit);
/haiku/headers/posix/
H A Dstdlib.h112 extern char *setstate(char *state);
/haiku/src/system/libroot/posix/stdlib/
H A Drandom.c45 * calling the setstate() routine with the same array as was initiallized
57 * stored in it -- see setstate() for details).
79 * setstate has been inserted to the effect that on Sparc platforms
304 * able to restart with setstate().
307 * setstate() so that it doesn't matter when initstate is called.
359 * setstate:
369 * setstate() with the same state as the current state.
378 setstate(char *arg_state) function
/haiku/headers/cpp/
H A Dstreambuf.h215 void setstate(iostate flag) { _state |= flag; // ANSI function in class:ios
/haiku/src/system/libroot/posix/glibc/stdlib/
H A Dstdlib.h420 `initstate' and `setstate' functions are those from BSD Unices.
438 extern char *setstate (char *__statebuf) __THROW;
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c2434 void setstate() {} function
H A Dlibroot_stubs_legacy.c2424 void setstate() {} function

Completed in 178 milliseconds