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

/barrelfish-2018-10-04/lib/cxx/cxx/
H A Dios.cpp182 setstate(badbit);
211 setstate(badbit);
241 setstate(badbit);
246 setstate(badbit);
/barrelfish-2018-10-04/include/
H A Dstdlib.h228 char *setstate(/* const */ char *);
/barrelfish-2018-10-04/lib/libc/stdlib/
H A DMakefile.inc46 MLINKS+=random.3 initstate.3 random.3 setstate.3 random.3 srandom.3 \
H A Drandom.c53 * calling the setstate() routine with the same array as was initiallized
65 * stored in it -- see setstate() for details).
87 * setstate has been inserted to the effect that on Sparc platforms
302 * able to restart with setstate().
305 * setstate() so that it doesn't matter when initstate is called.
357 * setstate:
367 * setstate() with the same state as the current state.
376 setstate(char *arg_state) function
/barrelfish-2018-10-04/lib/posixcompat/
H A Drandom.c56 * calling the setstate() routine with the same array as was initiallized
68 * stored in it -- see setstate() for details).
90 * setstate has been inserted to the effect that on Sparc platforms
342 * able to restart with setstate().
345 * setstate() so that it doesn't matter when initstate is called.
402 * setstate:
412 * setstate() with the same state as the current state.
420 char *setstate(char *arg_state) function

Completed in 40 milliseconds