Home
last modified time | relevance | path

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

12

/openbsd/gnu/lib/libiberty/src/
H A Drandom.c230 srandom (unsigned int x) in srandom() function
304 srandom(seed); in initstate()
H A Dfunctions.texi964 @deftypefnx Supplement void srandom (unsigned int @var{seed})
969 range 0 to @code{LONG_MAX}. @code{srandom} initializes the random
/openbsd/regress/lib/libc/arch/alpha/divremtest/
H A Dmktestcases.c43 srandom(time(NULL)); in main()
/openbsd/lib/libc/hidden/
H A Dstdlib.h153 PROTO_DEPRECATED(srandom);
/openbsd/lib/libc/stdlib/
H A Drandom.c229 srandom(unsigned int x) in srandom() function
/openbsd/include/
H A Dstdlib.h187 void srandom(unsigned int);
/openbsd/usr.sbin/unbound/testcode/
H A Dunitslabhash.c251 srandom(48); in test_long_table()
H A Dunitneg.c535 srandom(48); in neg_test()
H A Dunitlruhash.c371 srandom(48); in test_long_table()
/openbsd/usr.sbin/nsd/
H A Dacx_nlnetlabs.m4111 # AHX_CONFIG_W32_SRANDOM - w32 compat for srandom
292 srandom(32);
329 srandom(32);
426 srandom(32);
1362 dnl provide w32 compat definition for srandom
1366 #define srandom(x) srand(x) /* on win32, for tests only (bad random) */
H A Dnsd.c1268 srandom(getpid() ^ time(NULL)); in main()
H A Dxfrd.c206 srandom((unsigned long) getpid() * (unsigned long) time(NULL)); in xfrd_init()
H A Dserver.c1504 srandom((unsigned long)v); in server_prepare()
/openbsd/usr.sbin/unbound/
H A Dacx_nlnetlabs.m4111 # AHX_CONFIG_W32_SRANDOM - w32 compat for srandom
292 srandom(32);
329 srandom(32);
426 srandom(32);
1362 dnl provide w32 compat definition for srandom
1366 #define srandom(x) srand(x) /* on win32, for tests only (bad random) */
H A Dconfig.h.in556 /* Define to 1 if you have the `srandom' function. */
1363 #define srandom(x) srand(x) /* on win32, for tests only (bad random) */ macro
H A Dconfigure.ac1750 …ndpwent getrlimit setrlimit setsid chroot kill chown sleep usleep random srandom recvmsg sendmsg w…
/openbsd/sbin/unwind/libunbound/
H A Dconfig.h1368 #define srandom(x) srand(x) /* on win32, for tests only (bad random) */ macro
/openbsd/gnu/usr.bin/perl/os2/
H A Dos2ish.h371 #define srand srandom
/openbsd/regress/sys/sys/tree/rb/
H A Drb-test.c81 #define SEED_RANDOM srandom
H A Drbt-test.c80 #define SEED_RANDOM srandom
/openbsd/lib/libc/
H A DSymbols.list1495 srandom
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dsys-protos.h1064 extern void srandom(int);
/openbsd/gnu/gcc/gcc/
H A Dsys-protos.h1064 extern void srandom(int);
/openbsd/usr.bin/awk/
H A Drun.c2193 srandom((unsigned int) u); in bltin()
/openbsd/usr.sbin/nsd/doc/
H A DChangeLog963 and return srandom when random is used if no getrandom.
2564 and srandom are then not linked with the executable.
4291 - srandom to init random() in xfrd based on PID and time.

12