HomeSort by: relevance | last modified time | path
    Searched defs:srandom (Results 1 - 12 of 12) sorted by relevancy

  /src/lib/libc/compat/stdlib/
compat_random.c 48 __weak_alias(srandom,_srandom)
54 __warn_references(srandom,
55 "warning: reference to compatibility srandom();"
64 srandom(unsigned long seed) { function in typeref:typename:void
compat_random.c 48 __weak_alias(srandom,_srandom)
54 __warn_references(srandom,
55 "warning: reference to compatibility srandom();"
64 srandom(unsigned long seed) { function in typeref:typename:void
  /src/sys/external/isc/libsodium/dist/test/quirks/
quirks.h 41 srandom(unsigned seed) function in typeref:typename:void
quirks.h 41 srandom(unsigned seed) function in typeref:typename:void
  /src/common/lib/libc/stdlib/
random.c 53 __weak_alias(srandom,_srandom)
182 * Note that this initialization takes advantage of the fact that srandom()
255 * srandom:
305 srandom(unsigned int x) function in typeref:typename:void
319 * one we can and set things up for it. srandom() is then called to
322 * Note that on return from srandom(), we set state[-1] to be the type
379 end_ptr = &state[rand_deg]; /* must set end_ptr before srandom */
random.c 53 __weak_alias(srandom,_srandom)
182 * Note that this initialization takes advantage of the fact that srandom()
255 * srandom:
305 srandom(unsigned int x) function in typeref:typename:void
319 * one we can and set things up for it. srandom() is then called to
322 * Note that on return from srandom(), we set state[-1] to be the type
379 end_ptr = &state[rand_deg]; /* must set end_ptr before srandom */
  /src/games/mille/
mille.h 164 #define srandom(x) srand(x) macro
mille.h 164 #define srandom(x) srand(x) macro
  /src/bin/sh/
var.c 1634 #define srandom srand48 macro
1669 srandom((long)random_val);
1693 #undef srandom
var.c 1634 #define srandom srand48 macro
1669 srandom((long)random_val);
1693 #undef srandom
  /src/lib/libc/include/
namespace.h 677 #define srandom _srandom macro
namespace.h 677 #define srandom _srandom macro

Completed in 33 milliseconds