Symbol: srandom
bin/sh/var.c
1755
srandom((long)random_val);
bin/stty/key.c
220
srandom(time(NULL));
common/lib/libc/stdlib/random.c
53
__weak_alias(srandom,_srandom)
games/adventure/io.c
204
srandom(SEED); /* which is lightly encrypted. */
games/adventure/save.c
544
srandom((int) sum);
games/adventure/save.c
698
srandom(key);
games/adventure/save.c
809
srandom(key);
games/adventure/setup.c
95
srandom(SEED);
games/arithmetic/arithmetic.c
142
srandom((int)time(NULL));
games/atc/main.c
128
srandom(seed);
games/backgammon/backgammon/main.c
118
srandom((unsigned)t); /* 'random' seed */
games/battlestar/init.c
57
srandom(time(NULL));
games/boggle/boggle/mach.c
102
srandom(seed);
games/canfield/canfield/canfield.c
1642
srandom(time(NULL));
games/cgram/cgram.c
555
srandom((unsigned int)time(NULL));
games/fortune/strfile/strfile.c
441
srandom((int)(time(NULL) + getpid()));
games/gomoku/main.c
347
srandom((unsigned int)time(0));
games/hack/hack.main.c
288
(void) srandom(*sfoo++);
games/hack/hack.unix.c
105
(void) srandom((int) time((time_t *) 0));
games/hunt/huntd/driver.c
489
srandom(time(NULL));
games/larn/io.c
217
srandom(initialtime);
games/mille/mille.c
95
srandom((long) time(NULL));
games/mille/mille.c
97
srandom(0);
games/monop/monop.c
231
srandom((unsigned long)time(NULL));
games/phantasia/main.c
353
srandom((unsigned) time(NULL)); /* prime random numbers */
games/phantasia/setup.c
101
srandom((unsigned) time(NULL)); /* prime random numbers */
games/quiz/quiz.c
233
srandom(time(NULL));
games/sail/main.c
81
srandom((u_long)time(NULL));
games/snake/snake/snake.c
191
srandom((int) tv);
games/trek/main.c
173
srandom((long) time(NULL));
games/trek/setup.c
112
srandom(d);
games/warp/warp.c
320
srandom(getpid());
games/worms/worms.c
433
srandom(seed ? seed : arc4random());
games/wump/wump.c
543
srandom((int)time((time_t *)0));
include/stdlib.h
183
void srandom(unsigned int) __RENAME(__srandom60);
lib/libc/compat/include/stdlib.h
47
void srandom(unsigned long);
lib/libc/compat/stdlib/compat_random.c
48
__weak_alias(srandom,_srandom)
lib/libc/compat/stdlib/compat_random.c
54
__warn_references(srandom,
lib/libm/noieee_src/n_fmod.c
151
srandom(12345);
regress/sys/fs/lfs/9994/9994_f.c
100
srandom(rseed);
sbin/efi/main.c
469
srandom((uint)time(NULL));
sbin/newfs_udf/newfs_udf.c
161
srandom((unsigned long) time(NULL));
sys/lib/libkern/libkern.h
451
void srandom(unsigned long);
tests/fs/lfs/util.c
116
srandom(seed);
tests/fs/lfs/util.c
69
srandom(seed);
tests/fs/puffs/h_dtfs/dtfs.c
212
srandom(time(NULL)); /* for random generation numbers */
tests/fs/puffs/t_fuzz.c
219
srandom(seed);
tests/fs/vfs/t_vfsops.c
168
srandom(seed = time(NULL));
tests/include/sys/t_tree.c
107
srandom(4711);
tests/lib/libc/stdlib/t_random.c
60
srandom(0);
tests/lib/libc/string/t_memcpy.c
92
srandom(0L);
tests/lib/libpthread/h_resolv.c
151
srandom(1234);
tests/rump/rumpkern/h_client/h_reconcli.c
94
srandom(time(NULL));
tests/sys/uvm/t_uvm_physseg_load.c
342
srandom((unsigned)time(NULL));
tests/sys/uvm/t_uvm_physseg_load.c
371
srandom((unsigned)time(NULL));
tests/sys/uvm/t_uvm_physseg_load.c
400
srandom((unsigned)time(NULL));
tests/sys/uvm/t_uvm_physseg_load.c
429
srandom((unsigned)time(NULL));
tests/sys/uvm/t_uvm_physseg_load.c
458
srandom((unsigned)time(NULL));
tests/sys/uvm/t_uvm_physseg_load.c
487
srandom((unsigned)time(NULL));
tests/sys/uvm/t_uvm_physseg_load.c
516
srandom((unsigned)time(NULL));
tests/sys/uvm/t_uvm_physseg_load.c
558
srandom((unsigned)time(NULL));
tests/sys/uvm/t_uvm_physseg_load.c
607
srandom((unsigned)time(NULL));
tests/sys/uvm/t_uvm_physseg_load.c
656
srandom((unsigned)time(NULL));
tests/sys/uvm/t_uvm_physseg_load.c
704
srandom((unsigned)time(NULL));
usr.bin/btpin/btpin.c
125
srandom(time(NULL));
usr.bin/jot/jot.c
118
srandom((unsigned long) step);
usr.bin/make/main.c
949
srandom((unsigned)(tv.tv_sec + tv.tv_usec));
usr.sbin/makefs/ffs.c
552
srandom(tstamp);
usr.sbin/makefs/udf.c
141
srandom((unsigned long) time(NULL));
usr.sbin/npf/npftest/npftest.c
350
srandom(1);