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

12

/freebsd-10.0-release/crypto/heimdal/lib/roken/
H A Drand.c44 srandom(time(NULL));
/freebsd-10.0-release/lib/libstand/
H A Drandom.c40 srandom(seed) function
/freebsd-10.0-release/contrib/bzip2/
H A DspewG.c41 srandom(1);
/freebsd-10.0-release/sys/libkern/
H A Drandom.c39 static u_long randseed = 937186357; /* after srandom(1), NSHUFF counted */
42 srandom(seed) function
/freebsd-10.0-release/lib/libc/stdlib/
H A DSymbol.map60 srandom;
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.0-release/lib/libc/db/test/hash.tests/
H A Ddriver2.c87 srandom(17);
/freebsd-10.0-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.0-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.0-release/tools/regression/netinet/tcpstream/
H A Dtcpstream.c90 srandom(seed);
152 srandom(seed);
/freebsd-10.0-release/contrib/apr/file_io/unix/
H A Dmktemp.c71 #define seedrandom(a) srandom(a)
/freebsd-10.0-release/contrib/ldns/ldns/
H A Dconfig.h498 #define srandom(x) srand(x) macro
H A Dconfig.h.in521 #define srandom(x) srand(x)
/freebsd-10.0-release/contrib/libpcap/lbl/
H A Dos-sunos4.h166 void srandom(int);
/freebsd-10.0-release/contrib/tcpdump/lbl/
H A Dos-sunos4.h166 void srandom(int);
/freebsd-10.0-release/include/
H A Dstdlib.h228 void srandom(unsigned long);
/freebsd-10.0-release/tools/regression/lib/libc/stdio/
H A Dtest-getdelim.c81 srandom(0);
/freebsd-10.0-release/tools/regression/aio/aiotest/
H A Daiotest.c136 * Fill a buffer given a seed that can be fed into srandom() to initialize
145 srandom(seed);
162 srandom(seed);
/freebsd-10.0-release/contrib/ofed/management/libibmad/src/
H A Dmad.c100 srandom(time(0)*getpid());
/freebsd-10.0-release/contrib/unbound/
H A Dconfig.h275 /* Define to 1 if you have the `srandom' function. */
816 #define srandom(x) srand(x) /* on win32, for tests only (bad random) */ macro
/freebsd-10.0-release/sys/sys/
H A Dlibkern.h112 void srandom(u_long);
/freebsd-10.0-release/tools/regression/lib/libc/resolv/
H A Dresolv.c252 srandom(1234);
/freebsd-10.0-release/usr.sbin/ppp/
H A Ddefs.c63 srandom((time(NULL)^getpid())+random());
/freebsd-10.0-release/sys/kern/
H A Dinit_main.c625 srandom(ts.tv_sec ^ ts.tv_nsec);
638 srandom(get_cyclecount());
/freebsd-10.0-release/contrib/ldns/
H A Dutil.c328 /* if fp is given, seed srandom with data from file
382 srandom(seed_i);

Completed in 403 milliseconds

12