Home
last modified time | relevance | path

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

/dragonfly/stand/lib/
H A Drandom.c39 srandom(u_long seed) in srandom() function
/dragonfly/lib/libc/stdlib/
H A Drandom.c240 srandom(unsigned long x) in srandom() function
/dragonfly/lib/libldns/ldns/
H A Dconfig.h710 #define srandom(x) srand(x) macro