Home
last modified time | relevance | path

Searched defs:srandom (Results 1 – 9 of 9) sorted by relevance

/freebsd-src/stand/libsa/
H A Drandom.c35 srandom(unsigned int seed) in srandom() function
/freebsd-src/sys/contrib/libsodium/test/quirks/
H A Dquirks.h41 srandom(unsigned seed) in srandom() function
/freebsd-src/contrib/ldns/ldns/
H A Dconfig.h.in709 #define srandom(x) srand(x) macro
H A Dconfig.h710 #define srandom(x) srand(x) macro
/freebsd-src/lib/libc/stdlib/
H A Drandom.c229 srandom(unsigned x) in srandom() function
/freebsd-src/contrib/unbound/
H A Dconfig.h.in1351 #define srandom( global() macro
/freebsd-src/crypto/openssl/crypto/
H A Dmem.c131 # define srandom(seed) srand(seed) macro
/freebsd-src/lib/libunbound/
H A Dconfig.h1381 #define srandom( global() macro
/freebsd-src/crypto/heimdal/lib/hx509/
H A Dsoftp11.c45 #define srandom(s) srand(s) macro