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

123

/freebsd-10.2-release/crypto/heimdal/lib/roken/
H A Drand.c44 srandom(time(NULL));
/freebsd-10.2-release/lib/libstand/
H A Drandom.c40 srandom(seed) function
/freebsd-10.2-release/contrib/bzip2/
H A DspewG.c41 srandom(1);
/freebsd-10.2-release/sys/libkern/
H A Drandom.c39 static u_long randseed = 937186357; /* after srandom(1), NSHUFF counted */
42 srandom(seed) function
/freebsd-10.2-release/contrib/netbsd-tests/lib/libc/stdlib/
H A Dt_random.c60 srandom(0);
/freebsd-10.2-release/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-10.2-release/lib/libc/db/test/hash.tests/
H A Ddriver2.c87 srandom(17);
/freebsd-10.2-release/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-10.2-release/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-10.2-release/tools/regression/netinet/tcpstream/
H A Dtcpstream.c90 srandom(seed);
152 srandom(seed);
/freebsd-10.2-release/contrib/netbsd-tests/include/sys/
H A Dt_tree.c107 srandom(4711);
/freebsd-10.2-release/contrib/netbsd-tests/rump/rumpkern/h_client/
H A Dh_reconcli.c94 srandom(time(NULL));
/freebsd-10.2-release/contrib/apr/file_io/unix/
H A Dmktemp.c71 #define seedrandom(a) srandom(a)
/freebsd-10.2-release/lib/libc/stdlib/
H A DMakefile.inc42 MLINKS+=random.3 initstate.3 random.3 setstate.3 random.3 srandom.3 \
H A Drandom.c155 * Note that this initialization takes advantage of the fact that srandom()
252 * srandom:
264 srandom(unsigned long x) function
290 * which are impossible to reproduce by calling srandom() with any
321 * one we can and set things up for it. srandom() is then called to
324 * Note that on return from srandom(), we set state[-1] to be the type
375 end_ptr = &state[rand_deg]; /* must set end_ptr before srandom */
376 srandom(seed);
/freebsd-10.2-release/contrib/one-true-awk/
H A Dmain.c77 srandom((unsigned long) srand_seed);
/freebsd-10.2-release/contrib/netbsd-tests/lib/libpthread/
H A Dh_resolv.c149 srandom(1234);
/freebsd-10.2-release/contrib/tcpdump/lbl/
H A Dos-sunos4.h166 void srandom(int);
/freebsd-10.2-release/contrib/netbsd-tests/fs/puffs/
H A Dt_fuzz.c219 srandom(seed);
/freebsd-10.2-release/contrib/netbsd-tests/fs/vfs/
H A Dt_vfsops.c171 srandom(seed = time(NULL));
/freebsd-10.2-release/contrib/libpcap/lbl/
H A Dos-sunos4.h166 void srandom(int);
/freebsd-10.2-release/contrib/ldns/ldns/
H A Dconfig.h541 #define srandom(x) srand(x) macro
/freebsd-10.2-release/tools/regression/lib/libc/stdio/
H A Dtest-getdelim.c81 srandom(0);
/freebsd-10.2-release/include/
H A Dstdlib.h228 void srandom(unsigned long);
/freebsd-10.2-release/tests/sys/aio/
H A Daio_test.c118 * Fill a buffer given a seed that can be fed into srandom() to initialize
127 srandom(seed);
144 srandom(seed);

Completed in 331 milliseconds

123