Searched refs:srandom (Results 1 – 25 of 35) sorted by relevance
12
230 srandom (unsigned int x) in srandom() function304 srandom(seed); in initstate()
964 @deftypefnx Supplement void srandom (unsigned int @var{seed})969 range 0 to @code{LONG_MAX}. @code{srandom} initializes the random
43 srandom(time(NULL)); in main()
153 PROTO_DEPRECATED(srandom);
229 srandom(unsigned int x) in srandom() function
187 void srandom(unsigned int);
251 srandom(48); in test_long_table()
535 srandom(48); in neg_test()
371 srandom(48); in test_long_table()
111 # AHX_CONFIG_W32_SRANDOM - w32 compat for srandom292 srandom(32);329 srandom(32);426 srandom(32);1362 dnl provide w32 compat definition for srandom1366 #define srandom(x) srand(x) /* on win32, for tests only (bad random) */
1268 srandom(getpid() ^ time(NULL)); in main()
206 srandom((unsigned long) getpid() * (unsigned long) time(NULL)); in xfrd_init()
1504 srandom((unsigned long)v); in server_prepare()
556 /* Define to 1 if you have the `srandom' function. */1363 #define srandom(x) srand(x) /* on win32, for tests only (bad random) */ macro
1750 …ndpwent getrlimit setrlimit setsid chroot kill chown sleep usleep random srandom recvmsg sendmsg w…
1368 #define srandom(x) srand(x) /* on win32, for tests only (bad random) */ macro
371 #define srand srandom
81 #define SEED_RANDOM srandom
80 #define SEED_RANDOM srandom
1495 srandom
1064 extern void srandom(int);
2193 srandom((unsigned int) u); in bltin()
963 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.