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

123

/freebsd-13-stable/crypto/heimdal/lib/roken/
H A Drand.c43 srandom(time(NULL));
/freebsd-13-stable/stand/libsa/
H A Drandom.c40 srandom(unsigned int seed) function
/freebsd-13-stable/contrib/bzip2/
H A DspewG.c41 srandom(1);
/freebsd-13-stable/sys/contrib/libsodium/test/quirks/
H A Dquirks.h41 srandom(unsigned seed) function
/freebsd-13-stable/contrib/netbsd-tests/lib/libc/stdlib/
H A Dt_random.c60 srandom(0);
/freebsd-13-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-13-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-13-stable/lib/libc/db/test/hash.tests/
H A Ddriver2.c89 srandom(17);
/freebsd-13-stable/tools/regression/netinet/tcpstream/
H A Dtcpstream.c90 srandom(seed);
152 srandom(seed);
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/cmd/readmmap/
H A Dreadmmap.c96 srandom(seed);
/freebsd-13-stable/contrib/netbsd-tests/include/sys/
H A Dt_tree.c107 srandom(4711);
/freebsd-13-stable/tests/sys/cddl/zfs/bin/
H A Dreadmmap.c98 srandom(seed);
H A Dfile_trunc.c166 srandom(seed);
/freebsd-13-stable/lib/libc/tests/string/
H A Dwcscoll_test.c82 srandom((unsigned int) time(NULL));
/freebsd-13-stable/contrib/apr/file_io/unix/
H A Dmktemp.c71 #define seedrandom(a) srandom(a)
/freebsd-13-stable/contrib/netbsd-tests/rump/rumpkern/h_client/
H A Dh_reconcli.c94 srandom(time(NULL));
/freebsd-13-stable/contrib/tcpdump/lbl/
H A Dos-sunos4.h164 void srandom(int);
/freebsd-13-stable/contrib/ldns/ldns/
H A Dconfig.h605 #define srandom(x) srand(x) macro
/freebsd-13-stable/contrib/libpcap/lbl/
H A Dos-sunos4.h162 void srandom(int);
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/cmd/file_trunc/
H A Dfile_trunc.c166 srandom(seed);
/freebsd-13-stable/contrib/one-true-awk/
H A Dmain.c84 srandom((unsigned long) srand_seed);
/freebsd-13-stable/contrib/netbsd-tests/fs/puffs/
H A Dt_fuzz.c219 srandom(seed);
/freebsd-13-stable/contrib/netbsd-tests/fs/vfs/
H A Dt_vfsops.c171 srandom(seed = time(NULL));
/freebsd-13-stable/contrib/netbsd-tests/lib/libpthread/
H A Dh_resolv.c149 srandom(1234);
/freebsd-13-stable/lib/libc/stdlib/
H A DMakefile.inc57 MLINKS+=random.3 initstate.3 random.3 setstate.3 random.3 srandom.3 \

Completed in 148 milliseconds

123