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

123

/freebsd-12-stable/crypto/heimdal/lib/roken/
H A Drand.c43 srandom(time(NULL));
/freebsd-12-stable/stand/libsa/
H A Drandom.c40 srandom(unsigned int seed) function
/freebsd-12-stable/contrib/bzip2/
H A DspewG.c41 srandom(1);
/freebsd-12-stable/sys/contrib/libsodium/test/quirks/
H A Dquirks.h41 srandom(unsigned seed) function
/freebsd-12-stable/sys/libkern/
H A Drandom.c41 static u_long randseed = 937186357; /* after srandom(1), NSHUFF counted */
44 srandom(u_long seed) function
/freebsd-12-stable/contrib/netbsd-tests/lib/libc/stdlib/
H A Dt_random.c60 srandom(0);
/freebsd-12-stable/contrib/netbsd-tests/lib/libc/string/
H A Dt_memcpy.c97 srandom(0L);
101 * duplicated by calling srandom() with 1 as the seed.
103 srandom(1);
/freebsd-12-stable/contrib/netbsd-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...]
/freebsd-12-stable/lib/libc/db/test/hash.tests/
H A Ddriver2.c89 srandom(17);
/freebsd-12-stable/contrib/gcclibs/libiberty/
H A Drandom.c40 @deftypefnx Supplement void srandom (unsigned int @var{seed})
45 range 0 to @code{LONG_MAX}. @code{srandom} initializes the random
169 Note that this initialization takes advantage of the fact that srandom
231 srandom (unsigned int x)
250 the best (largest) one we can and set things up for it. srandom is
252 from srandom, we set state[-1] to be the type multiplexed with the current
304 /* Must set END_PTR before srandom. */
306 srandom(seed);
230 srandom (unsigned int x) function
/freebsd-12-stable/contrib/binutils/libiberty/
H A Drandom.c40 @deftypefnx Supplement void srandom (unsigned int @var{seed})
45 range 0 to @code{LONG_MAX}. @code{srandom} initializes the random
169 Note that this initialization takes advantage of the fact that srandom
231 srandom (unsigned int x)
250 the best (largest) one we can and set things up for it. srandom is
252 from srandom, we set state[-1] to be the type multiplexed with the current
304 /* Must set END_PTR before srandom. */
306 srandom(seed);
230 srandom (unsigned int x) function
/freebsd-12-stable/tools/regression/netinet/tcpstream/
H A Dtcpstream.c90 srandom(seed);
152 srandom(seed);
/freebsd-12-stable/contrib/netbsd-tests/include/sys/
H A Dt_tree.c107 srandom(4711);
/freebsd-12-stable/tests/sys/cddl/zfs/bin/
H A Dreadmmap.c98 srandom(seed);
/freebsd-12-stable/contrib/netbsd-tests/rump/rumpkern/h_client/
H A Dh_reconcli.c94 srandom(time(NULL));
/freebsd-12-stable/contrib/apr/file_io/unix/
H A Dmktemp.c71 #define seedrandom(a) srandom(a)
/freebsd-12-stable/lib/libc/tests/string/
H A Dwcscoll_test.c82 srandom((unsigned int) time(NULL));
/freebsd-12-stable/lib/libc/stdlib/
H A Drandom.c152 * Note that this initialization takes advantage of the fact that srandom()
229 * srandom:
241 srandom(unsigned int x) function
267 * which are impossible to reproduce by calling srandom() with any
306 * one we can and set things up for it. srandom() is then called to
309 * Note that on return from srandom(), we set state[-1] to be the type
357 end_ptr = &state[rand_deg]; /* must set end_ptr before srandom */
358 srandom(seed);
/freebsd-12-stable/contrib/netbsd-tests/fs/puffs/
H A Dt_fuzz.c219 srandom(seed);
/freebsd-12-stable/contrib/netbsd-tests/fs/vfs/
H A Dt_vfsops.c171 srandom(seed = time(NULL));
/freebsd-12-stable/contrib/netbsd-tests/lib/libpthread/
H A Dh_resolv.c149 srandom(1234);
/freebsd-12-stable/contrib/one-true-awk/
H A Dmain.c77 srandom((unsigned long) srand_seed);
/freebsd-12-stable/contrib/tcpdump/lbl/
H A Dos-sunos4.h164 void srandom(int);
/freebsd-12-stable/contrib/libpcap/lbl/
H A Dos-sunos4.h162 void srandom(int);
/freebsd-12-stable/contrib/ldns/ldns/
H A Dconfig.h605 #define srandom(x) srand(x) macro

Completed in 311 milliseconds

123