Searched refs:srand (Results 26 - 43 of 43) sorted by relevance

12

/freebsd-10.2-release/contrib/libarchive/libarchive/test/
H A Dtest_fuzz.c128 srand((unsigned)time(NULL));
/freebsd-10.2-release/contrib/unbound/
H A Dconfig.h909 #define srandom(x) srand(x) /* on win32, for tests only (bad random) */
/freebsd-10.2-release/contrib/ntp/sntp/libevent/test/
H A Dtest-ratelim.c594 srand(tv.tv_usec);
/freebsd-10.2-release/contrib/apr-util/test/
H A Dtestmemcache.c115 srand((unsigned) (getpid()));
/freebsd-10.2-release/usr.sbin/keyserv/
H A Dkeyserv.c254 srand(seed);
/freebsd-10.2-release/contrib/ipfilter/ipsend/
H A Diptests.c328 srand(tv.tv_sec ^ getpid() ^ tv.tv_usec);
1392 srand(time(NULL) ^ (getpid() * getppid()));
/freebsd-10.2-release/contrib/ncurses/ncurses/tty/
H A Dlib_mvcur.c1159 srand((unsigned) (getpid() + time((time_t *) 0)));
/freebsd-10.2-release/contrib/gcc/
H A Dsys-protos.h1062 extern void srand(unsigned int);
/freebsd-10.2-release/contrib/gperf/src/
H A Dsearch.cc27 #include <stdlib.h> /* declares exit(), rand(), srand() */
895 srand (static_cast<long>(time (0)));
/freebsd-10.2-release/contrib/groff/src/preproc/pic/
H A Dpic.y1619 srand((unsigned int)$3);
/freebsd-10.2-release/sys/compat/ndis/
H A Dsubr_ntoskrnl.c228 static void srand(unsigned int);
3199 srand(seed) function
4338 IMPORT_CFUNC(srand, 0),
/freebsd-10.2-release/crypto/heimdal/lib/hx509/
H A Dsoftp11.c45 #define srandom(s) srand(s)
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp190 srand(seed);
/freebsd-10.2-release/sbin/ping6/
H A Dping6.c748 srand((unsigned int)(seed.tv_sec ^ seed.tv_usec ^ (long)ident));
/freebsd-10.2-release/contrib/sendmail/src/
H A Dconf.c5357 (void) srand((unsigned int) seed);
/freebsd-10.2-release/sys/boot/ficl/
H A Dwords.c4835 srand(POPINT());
/freebsd-10.2-release/contrib/groff/
H A Dconfigure6442 echo "$as_me:$LINENO: checking for return type of srand" >&5
6443 echo $ECHO_N "checking for return type of srand... $ECHO_C" >&6
6454 extern "C" { void srand(unsigned int); }
7230 echo "$as_me:$LINENO: checking whether srand must be declared" >&5
7231 echo $ECHO_N "checking whether srand must be declared... $ECHO_C" >&6
7276 #ifndef srand
7277 char *p = (char *) srand;
/freebsd-10.2-release/contrib/expat/lib/
H A Dxmlparse.c697 srand(seed);

Completed in 252 milliseconds

12