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

/freebsd-10.0-release/contrib/libstdc++/include/std/
H A Dstd_fstream.h520 this->setstate(ios_base::failbit);
537 this->setstate(ios_base::failbit);
651 this->setstate(ios_base::failbit);
668 this->setstate(ios_base::failbit);
781 this->setstate(ios_base::failbit);
798 this->setstate(ios_base::failbit);
H A Dstd_ostream.h295 this->setstate(ios_base::badbit);
419 _M_os.setstate(ios_base::badbit);
498 __out.setstate(ios_base::badbit);
515 __out.setstate(ios_base::badbit);
H A Dstd_complex.h499 __is.setstate(ios_base::failbit);
504 __is.setstate(ios_base::failbit);
H A Dstd_bitset.h1282 __is.setstate(__state);
/freebsd-10.0-release/contrib/libstdc++/include/bits/
H A Dostream_insert.h54 __out.setstate(__ios_base::badbit);
70 __out.setstate(__ios_base::badbit);
H A Dbasic_ios.h143 setstate(iostate __state) function in class:basic_ios
235 * f.setstate (std::ios_base::badbit);
/freebsd-10.0-release/lib/libc/stdlib/
H A DSymbol.map63 setstate;
H A Drandom.c54 * calling the setstate() routine with the same array as was initiallized
66 * stored in it -- see setstate() for details).
88 * setstate has been inserted to the effect that on Sparc platforms
327 * able to restart with setstate().
330 * setstate() so that it doesn't matter when initstate is called.
385 * setstate:
395 * setstate() with the same state as the current state.
404 setstate(char *arg_state) function
/freebsd-10.0-release/contrib/libstdc++/src/
H A Distream.cc104 this->setstate(__err);
181 this->setstate(__err);
258 __in.setstate(__err);
333 __in.setstate(__err);
413 __in.setstate(__err);
484 this->setstate(__err);
561 this->setstate(__err);
642 __in.setstate(__err);
H A Dcompatibility.cc118 this->setstate(__err);
183 this->setstate(__err);
/freebsd-10.0-release/contrib/libc++/src/
H A Dios.cpp174 setstate(badbit);
202 setstate(badbit);
231 setstate(badbit);
235 setstate(badbit);
/freebsd-10.0-release/contrib/binutils/libiberty/
H A Drandom.c42 @deftypefnx Supplement void* setstate (void *@var{arg_state})
48 run of the program). @code{initstate} and @code{setstate} allow fine-grained
92 calling the setstate() function with the same array as was initiallized
102 information also has some other information stored in it; see setstate
254 lose this information and will be able to restart with setstate.
256 setstate so that it doesn't matter when initstate is called.
321 to the order in which things are done, it is OK to call setstate with the
326 setstate (PTR arg_state)
323 setstate (PTR arg_state) function
/freebsd-10.0-release/contrib/gcclibs/libiberty/
H A Drandom.c42 @deftypefnx Supplement void* setstate (void *@var{arg_state})
48 run of the program). @code{initstate} and @code{setstate} allow fine-grained
92 calling the setstate() function with the same array as was initiallized
102 information also has some other information stored in it; see setstate
254 lose this information and will be able to restart with setstate.
256 setstate so that it doesn't matter when initstate is called.
321 to the order in which things are done, it is OK to call setstate with the
326 setstate (PTR arg_state)
323 setstate (PTR arg_state) function
/freebsd-10.0-release/include/
H A Dstdlib.h226 char *setstate(/* const */ char *);
/freebsd-10.0-release/tools/regression/fsx/
H A Dfsx.c1083 setstate(state);
/freebsd-10.0-release/contrib/gcc/
H A Dsys-protos.h1000 extern char * setstate(char *);
/freebsd-10.0-release/sys/dev/pci/
H A Dpci.c4728 pci_cfg_save(device_t dev, struct pci_devinfo *dinfo, int setstate) argument
4784 if (!setstate)

Completed in 149 milliseconds