Searched refs:srandom (Results 26 - 50 of 65) sorted by relevance

123

/freebsd-12-stable/tests/sys/cddl/zfs/bin/
H A Dfile_trunc.c166 srandom(seed);
/freebsd-12-stable/lib/libc/stdlib/
H A DMakefile.inc56 MLINKS+=random.3 initstate.3 random.3 setstate.3 random.3 srandom.3 \
/freebsd-12-stable/contrib/netbsd-tests/fs/puffs/h_dtfs/
H A Ddtfs.c212 srandom(time(NULL)); /* for random generation numbers */
/freebsd-12-stable/contrib/ofed/libibmad/
H A Dmad.c67 srandom((int)time(0) * getpid());
/freebsd-12-stable/contrib/cortex-strings/benchmarks/multi/
H A Dharness.c344 srandom(1539);
/freebsd-12-stable/contrib/dma/
H A Dutil.c343 srandom(seed);
/freebsd-12-stable/lib/libc/tests/stdio/
H A Dgetdelim_test.c81 srandom(0);
/freebsd-12-stable/sys/sys/
H A Dlibkern.h170 void srandom(u_long);
/freebsd-12-stable/include/
H A Dstdlib.h227 void srandom(unsigned int);
/freebsd-12-stable/usr.sbin/ppp/
H A Ddefs.c65 srandom((time(NULL)^getpid())+random());
/freebsd-12-stable/contrib/lua/src/
H A Dlmathlib.c29 #define l_srand(x) srandom(x)
/freebsd-12-stable/lib/libc/tests/resolv/
H A Dresolv_test.c260 srandom(1234);
/freebsd-12-stable/usr.bin/jot/
H A Djot.c295 srandom((unsigned long)s);
/freebsd-12-stable/contrib/ntp/sntp/libevent/test/
H A Dtest-ratelim.c596 srandom(tv.tv_usec);
/freebsd-12-stable/contrib/libevent/test/
H A Dtest-ratelim.c594 srandom(tv.tv_usec);
/freebsd-12-stable/tests/sys/fs/fusefs/
H A Dio.cc97 srandom(22'9'1982); // Seed with my birthday
/freebsd-12-stable/stand/libsa/
H A Dstand.h297 extern void srandom(unsigned int);
/freebsd-12-stable/usr.sbin/cron/cron/
H A Ddo_command.c233 srandom(getpid());
/freebsd-12-stable/usr.sbin/unbound/
H A Dconfig.h515 /* Define to 1 if you have the `srandom' function. */
1240 #define srandom(x) srand(x) /* on win32, for tests only (bad random) */ macro
/freebsd-12-stable/tests/sys/aio/
H A Daio_test.c96 * Fill a buffer given a seed that can be fed into srandom() to initialize
105 srandom(seed);
122 srandom(seed);
/freebsd-12-stable/sys/kern/
H A Dinit_main.c659 srandom(ts.tv_sec ^ ts.tv_nsec);
672 srandom(get_cyclecount());
/freebsd-12-stable/contrib/ofed/opensm/opensm/
H A Dosm_dump.c728 srandom(osm->subn.opt.scatter_ports);
/freebsd-12-stable/contrib/ldns/
H A Dutil.c329 /* if fp is given, seed srandom with data from file
383 srandom(seed_i);
/freebsd-12-stable/lib/libdpv/
H A Ddpv.c511 srandom(0xf1eeface);
/freebsd-12-stable/usr.sbin/keyserv/
H A Dkeyserv.c245 srandom(seed);

Completed in 363 milliseconds

123