Searched refs:srandom (Results 1 - 25 of 27) sorted by relevance

12

/illumos-gate/usr/src/boot/lib/libstand/
H A Drandom.c40 srandom(seed) function
H A Dstand.h283 extern void srandom(u_long seed);
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dmagic.c90 srandom((int)seedval);
/illumos-gate/usr/src/lib/libast/common/uwin/
H A Drandom.c47 #define srandom ______srandom macro
57 #undef srandom macro
151 Note that this initialization takes advantage of the fact that srandom
211 extern void srandom(unsigned int x)
230 the best (largest) one we can and set things up for it. srandom is
232 from srandom, we set state[-1] to be the type multiplexed with the current
283 /* Must set END_PTR before srandom. */
285 srandom(seed);
210 extern void srandom(unsigned int x) function
/illumos-gate/usr/src/test/zfs-tests/cmd/readmmap/
H A Dreadmmap.c95 srandom(seed);
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Drandom.c147 * that srandom() advances the front and rear pointers 10*rand_deg
190 * srandom:
203 srandom(unsigned x) function
231 * the best (largest) one we can and set things up for it. srandom() is
233 * Note that on return from srandom(), we set state[-1] to be the type
287 rp->end_ptr = &rp->state[rp->rand_deg]; /* set end_ptr before srandom */
288 srandom(seed);
/illumos-gate/usr/src/lib/libc/port/gen/
H A Drandom.c164 * that srandom() advances the front and rear pointers 10*rand_deg
210 * the best (largest) one we can and set things up for it. srandom() is
212 * Note that on return from srandom(), we set state[-1] to be the type
275 /* must set end_ptr before srandom */
277 srandom(seed);
383 * srandom:
396 srandom(unsigned int x) function
/illumos-gate/usr/src/lib/gss_mechs/mech_dh/dh_common/
H A Dgeneric_key.c69 (void) srandom(rseed);
/illumos-gate/usr/src/test/zfs-tests/cmd/file_trunc/
H A Dfile_trunc.c166 srandom(seed);
/illumos-gate/usr/src/head/
H A Dstdlib.h220 extern void srandom(unsigned);
/illumos-gate/usr/src/boot/include/
H A Dstdlib.h231 void srandom(unsigned long);
/illumos-gate/usr/src/lib/libnsl/key/
H A Dgen_dhkeys.c79 (void) srandom(rseed);
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/
H A Dmain.c222 srandom((uint_t)gethostid());
/illumos-gate/usr/src/lib/libsasl/lib/
H A Dsaslutil.c461 srandom(*foo);
/illumos-gate/usr/src/cmd/keyserv/
H A Dkeyserv.c453 srandom(seed);
456 srandom(seed);
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/nc/
H A Dnetcat.c844 srandom(time(NULL));
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Ddigest_md5.c140 srandom(r);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dmain.c344 srandom((int)(clk.tv_sec ^ clk.tv_usec ^ getpid()));
/illumos-gate/usr/src/lib/libdladm/common/
H A Dlibdlwlan.c1406 srandom(gethrtime());
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_main.c1927 srandom(gethostid()); /* Initialize the random number generator */
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
H A Dmain.c1986 srandom(gethostid());
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.rdisc/
H A Din.rdisc.c417 srandom((int)gethostid());
/illumos-gate/usr/src/common/ficl/
H A Dvm.c1116 srandom((dataTop--)->i);
/illumos-gate/usr/src/man/man3c/
H A DMakefile1197 srandom.3c \
2161 srandom.3c := LINKSRC = random.3c
/illumos-gate/usr/src/lib/libc/port/
H A Dllib-lc799 void srandom(unsigned x);

Completed in 510 milliseconds

12