Home
last modified time | relevance | path

Searched refs:srandom (Results 1 – 10 of 10) sorted by relevance

/f-stack/freebsd/contrib/libsodium/test/quirks/
H A Dquirks.h41 srandom(unsigned seed) in srandom() function
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/readmmap/
H A Dreadmmap.c96 srandom(seed); in main()
/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_posix_init.c92 srandom(((unsigned) ngx_pid << 16) ^ tp->sec ^ tp->msec); in ngx_os_init()
H A Dngx_process_cycle.c1138 srandom(((unsigned) ngx_pid << 16) ^ tp->sec ^ tp->msec); in ngx_worker_process_init()
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/file_trunc/
H A Dfile_trunc.c166 srandom(seed); in parse_options()
/f-stack/lib/
H A Dff_init_main.c535 srandom(ts.tv_sec ^ ts.tv_nsec); in proc0_post()
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/btree_test/
H A Dbtree_test.c497 srandom(seed); in main()
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/xattrtest/
H A Dxattrtest.c209 srandom(seed); in parse_args()
/f-stack/app/redis-5.0.5/src/
H A Dredis-benchmark.c655 srandom(time(NULL)); in main()
/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dradix_ipf.c1479 srandom(getpid() * time(NULL)); in randomize()