Home
last modified time | relevance | path

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

/netbsd-src/lib/libc/compat/stdlib/
H A Dcompat_random.c64 srandom(unsigned long seed) { in srandom() function
/netbsd-src/sys/external/isc/libsodium/dist/test/quirks/
H A Dquirks.h41 srandom(unsigned seed) in srandom() function
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/
H A Drandom.c229 srandom (unsigned int x) in srandom() function
/netbsd-src/external/gpl3/binutils/dist/libiberty/
H A Drandom.c229 srandom (unsigned int x) in srandom() function
/netbsd-src/external/gpl3/gdb/dist/libiberty/
H A Drandom.c229 srandom (unsigned int x) in srandom() function
/netbsd-src/external/gpl3/gcc/dist/libiberty/
H A Drandom.c231 srandom (unsigned int x) in srandom() function
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/
H A Drandom.c231 srandom (unsigned int x) in srandom() function
/netbsd-src/common/lib/libc/stdlib/
H A Drandom.c305 srandom(unsigned int x) in srandom() function
/netbsd-src/external/bsd/unbound/dist/
H A Dconfig.h.in1292 #define srandom(x) srand(x) /* on win32, for tests only (bad random) */ macro
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/
H A Dmem.c131 # define srandom(seed) srand(seed) macro
/netbsd-src/games/mille/
H A Dmille.h164 #define srandom(x) srand(x) macro
/netbsd-src/external/bsd/unbound/include/
H A Dconfig.h1309 #define srandom(x) srand(x) /* on win32, for tests only (bad random) */ macro
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dsoftp11.c47 #define srandom(s) srand(s) macro
/netbsd-src/lib/libc/include/
H A Dnamespace.h667 #define srandom _srandom global() macro