Searched refs:initstate (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.0-release/lib/libc/stdlib/
H A DSymbol.map62 initstate;
H A Drandom.c49 * interface. The initstate() routine is called with a seed, an array of
55 * with initstate(). By default, the package runs with 128 bytes of state
87 * cleanups have been made as well. A warning for both initstate and
153 * initstate(1, randtbl, 128);
193 * initstate(1, randtbl, 128);
316 * initstate:
326 * successive calls to initstate() won't lose this information and will be
330 * setstate() so that it doesn't matter when initstate is called.
339 initstate(unsigned long seed, char *arg_state, long n) function
/freebsd-10.0-release/contrib/binutils/libiberty/
H A Drandom.c41 @deftypefnx Supplement void* initstate (unsigned int @var{seed}, void *@var{arg_state}, unsigned long @var{n})
48 run of the program). @code{initstate} and @code{setstate} allow fine-grained
87 interface. The initstate() routine is called with a seed, an array of
93 with initstate(). By default, the package runs with 128 bytes of state
168 initstate(1, randtbl, 128);
193 initstate(1, randtbl, 128);
253 value of the rear pointer; this is so successive calls to initstate won't
256 setstate so that it doesn't matter when initstate is called.
259 initstate (unsigned int seed, PTR arg_state, unsigned long n)
257 initstate (unsigned int seed, PTR arg_state, unsigned long n) function
/freebsd-10.0-release/contrib/gcclibs/libiberty/
H A Drandom.c41 @deftypefnx Supplement void* initstate (unsigned int @var{seed}, void *@var{arg_state}, unsigned long @var{n})
48 run of the program). @code{initstate} and @code{setstate} allow fine-grained
87 interface. The initstate() routine is called with a seed, an array of
93 with initstate(). By default, the package runs with 128 bytes of state
168 initstate(1, randtbl, 128);
193 initstate(1, randtbl, 128);
253 value of the rear pointer; this is so successive calls to initstate won't
256 setstate so that it doesn't matter when initstate is called.
259 initstate (unsigned int seed, PTR arg_state, unsigned long n)
257 initstate (unsigned int seed, PTR arg_state, unsigned long n) function
/freebsd-10.0-release/include/
H A Dstdlib.h205 char *initstate(unsigned long /* XSI requires u_int */, char *, long);
/freebsd-10.0-release/secure/lib/libcrypt/
H A Dblowfish.c96 const blf_ctx initstate = local
368 *c = initstate;
/freebsd-10.0-release/tools/regression/fsx/
H A Dfsx.c1082 initstate(seed, state, 256);
/freebsd-10.0-release/contrib/gcc/
H A Dsys-protos.h558 extern char * initstate(unsigned, char *, int);

Completed in 211 milliseconds