Searched refs:srandom (Results 1 - 25 of 146) sorted by relevance

123456

/netbsd-current/lib/libc/compat/stdlib/
H A Dcompat_random.c48 __weak_alias(srandom,_srandom)
54 __warn_references(srandom,
55 "warning: reference to compatibility srandom();"
64 srandom(unsigned long seed) { function
/netbsd-current/lib/libc/compat/include/
H A Dstdlib.h47 void srandom(unsigned long);
/netbsd-current/external/bsd/bzip2/dist/
H A DspewG.c43 srandom(1);
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/roken/
H A Drand.c51 srandom(time(NULL));
/netbsd-current/sys/external/isc/libsodium/dist/test/quirks/
H A Dquirks.h41 srandom(unsigned seed) function
/netbsd-current/games/trek/
H A Dmain.c173 srandom((long) time(NULL));
/netbsd-current/tests/lib/libc/stdlib/
H A Dt_random.c60 srandom(0);
/netbsd-current/external/bsd/ppp/dist/pppd/
H A Dmagic.c121 srandom((int)seedval);
/netbsd-current/games/mille/
H A Dmille.c95 srandom((long) time(NULL));
97 srandom(0);
/netbsd-current/tests/sys/uvm/
H A Dt_uvm_physseg_load.c342 srandom((unsigned)time(NULL));
371 srandom((unsigned)time(NULL));
400 srandom((unsigned)time(NULL));
429 srandom((unsigned)time(NULL));
458 srandom((unsigned)time(NULL));
487 srandom((unsigned)time(NULL));
516 srandom((unsigned)time(NULL));
558 srandom((unsigned)time(NULL));
607 srandom((unsigned)time(NULL));
656 srandom((unsigne
[all...]
/netbsd-current/games/battlestar/
H A Dinit.c57 srandom(time(NULL));
/netbsd-current/games/adventure/
H A Dsetup.c95 srandom(SEED);
/netbsd-current/external/gpl3/gdb.old/dist/gnulib/import/
H A Dstdlib.in.h631 # undef srandom
632 # define srandom rpl_srandom
634 _GL_FUNCDECL_RPL (srandom, void, (unsigned int seed));
635 _GL_CXXALIAS_RPL (srandom, void, (unsigned int seed));
638 _GL_FUNCDECL_SYS (srandom, void, (unsigned int seed));
642 _GL_CXXALIAS_SYS_CAST (srandom, void, (unsigned int seed));
644 _GL_CXXALIASWARN (srandom);
646 # undef srandom
648 _GL_WARN_ON_USE (srandom, "srandom i
[all...]
/netbsd-current/external/gpl3/gcc/dist/libiberty/
H A Drandom.c40 @deftypefnx Supplement void srandom (unsigned int @var{seed})
46 range 0 to @code{LONG_MAX}. @code{srandom} initializes the random
170 Note that this initialization takes advantage of the fact that srandom
232 srandom (unsigned int x)
251 the best (largest) one we can and set things up for it. srandom is
253 from srandom, we set state[-1] to be the type multiplexed with the current
305 /* Must set END_PTR before srandom. */
307 srandom(seed);
231 srandom (unsigned int x) function
/netbsd-current/external/gpl3/gdb.old/dist/libiberty/
H A Drandom.c40 @deftypefnx Supplement void srandom (unsigned int @var{seed})
46 range 0 to @code{LONG_MAX}. @code{srandom} initializes the random
170 Note that this initialization takes advantage of the fact that srandom
232 srandom (unsigned int x)
251 the best (largest) one we can and set things up for it. srandom is
253 from srandom, we set state[-1] to be the type multiplexed with the current
305 /* Must set END_PTR before srandom. */
307 srandom(seed);
231 srandom (unsigned int x) function
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Dtest_crypto.in98 if [ -r /dev/random -o -r /dev/urandom -o -r /dev/srandom -o -r /dev/arandom ] ; then
/netbsd-current/external/gpl3/gcc.old/dist/libiberty/
H A Drandom.c40 @deftypefnx Supplement void srandom (unsigned int @var{seed})
46 range 0 to @code{LONG_MAX}. @code{srandom} initializes the random
170 Note that this initialization takes advantage of the fact that srandom
232 srandom (unsigned int x)
251 the best (largest) one we can and set things up for it. srandom is
253 from srandom, we set state[-1] to be the type multiplexed with the current
305 /* Must set END_PTR before srandom. */
307 srandom(seed);
231 srandom (unsigned int x) function
/netbsd-current/external/gpl3/binutils/dist/libiberty/
H A Drandom.c40 @deftypefnx Supplement void srandom (unsigned int @var{seed})
46 range 0 to @code{LONG_MAX}. @code{srandom} initializes the random
168 Note that this initialization takes advantage of the fact that srandom
230 srandom (unsigned int x)
249 the best (largest) one we can and set things up for it. srandom is
251 from srandom, we set state[-1] to be the type multiplexed with the current
303 /* Must set END_PTR before srandom. */
305 srandom(seed);
229 srandom (unsigned int x) function
/netbsd-current/external/gpl3/gdb/dist/libiberty/
H A Drandom.c40 @deftypefnx Supplement void srandom (unsigned int @var{seed})
46 range 0 to @code{LONG_MAX}. @code{srandom} initializes the random
168 Note that this initialization takes advantage of the fact that srandom
230 srandom (unsigned int x)
249 the best (largest) one we can and set things up for it. srandom is
251 from srandom, we set state[-1] to be the type multiplexed with the current
303 /* Must set END_PTR before srandom. */
305 srandom(seed);
229 srandom (unsigned int x) function
/netbsd-current/external/gpl3/binutils.old/dist/libiberty/
H A Drandom.c40 @deftypefnx Supplement void srandom (unsigned int @var{seed})
46 range 0 to @code{LONG_MAX}. @code{srandom} initializes the random
168 Note that this initialization takes advantage of the fact that srandom
230 srandom (unsigned int x)
249 the best (largest) one we can and set things up for it. srandom is
251 from srandom, we set state[-1] to be the type multiplexed with the current
303 /* Must set END_PTR before srandom. */
305 srandom(seed);
229 srandom (unsigned int x) function
/netbsd-current/games/sail/
H A Dmain.c81 srandom((u_long)time(NULL));
/netbsd-current/tests/include/sys/
H A Dt_tree.c107 srandom(4711);
/netbsd-current/lib/libm/noieee_src/
H A Dn_fmod.c151 srandom(12345);
/netbsd-current/external/gpl3/gdb/dist/gnulib/import/
H A Dstdlib.in.h915 # undef srandom
916 # define srandom rpl_srandom
918 _GL_FUNCDECL_RPL (srandom, void, (unsigned int seed));
919 _GL_CXXALIAS_RPL (srandom, void, (unsigned int seed));
922 _GL_FUNCDECL_SYS (srandom, void, (unsigned int seed));
926 _GL_CXXALIAS_SYS_CAST (srandom, void, (unsigned int seed));
928 _GL_CXXALIASWARN (srandom);
930 # undef srandom
932 _GL_WARN_ON_USE (srandom, "srandom i
[all...]
/netbsd-current/regress/sys/fs/lfs/9994/
H A D9994_f.c100 srandom(rseed);

Completed in 200 milliseconds

123456