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

1 2 3

  /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
  /src/sys/external/isc/libsodium/dist/test/quirks/
quirks.h 41 srandom(unsigned seed) function
  /src/crypto/external/apache2/openssl/dist/crypto/
mem.c 128 * Windows doesn't have random() and srandom(), but it has rand() and srand().
134 #define srandom(seed) srand(seed) macro
184 srandom(atoi(cp));
  /src/crypto/external/bsd/openssl/dist/crypto/
mem.c 125 * Windows doesn't have random() and srandom(), but it has rand() and srand().
131 # define srandom(seed) srand(seed) macro
173 srandom(atoi(cp));
  /src/external/gpl3/binutils/dist/libiberty/
random.c 40 @deftypefnx Supplement void srandom (unsigned int @var{seed})
46 range 0 to @code{LONG_MAX}. @code{srandom} initializes the random
168 Note that this initialization takes advantage of the fact that srandom
230 srandom (unsigned int x)
249 the best (largest) one we can and set things up for it. srandom is
251 from srandom, we set state[-1] to be the type multiplexed with the current
303 /* Must set END_PTR before srandom. */
305 srandom(seed);
229 srandom (unsigned int x) function
  /src/external/gpl3/binutils.old/dist/libiberty/
random.c 40 @deftypefnx Supplement void srandom (unsigned int @var{seed})
46 range 0 to @code{LONG_MAX}. @code{srandom} initializes the random
168 Note that this initialization takes advantage of the fact that srandom
230 srandom (unsigned int x)
249 the best (largest) one we can and set things up for it. srandom is
251 from srandom, we set state[-1] to be the type multiplexed with the current
303 /* Must set END_PTR before srandom. */
305 srandom(seed);
229 srandom (unsigned int x) function
  /src/external/gpl3/gcc/dist/libiberty/
random.c 40 @deftypefnx Supplement void srandom (unsigned int @var{seed})
46 range 0 to @code{LONG_MAX}. @code{srandom} initializes the random
168 Note that this initialization takes advantage of the fact that srandom
230 srandom (unsigned int x)
249 the best (largest) one we can and set things up for it. srandom is
251 from srandom, we set state[-1] to be the type multiplexed with the current
303 /* Must set END_PTR before srandom. */
305 srandom(seed);
229 srandom (unsigned int x) function
  /src/external/gpl3/gcc.old/dist/libiberty/
random.c 40 @deftypefnx Supplement void srandom (unsigned int @var{seed})
46 range 0 to @code{LONG_MAX}. @code{srandom} initializes the random
170 Note that this initialization takes advantage of the fact that srandom
232 srandom (unsigned int x)
251 the best (largest) one we can and set things up for it. srandom is
253 from srandom, we set state[-1] to be the type multiplexed with the current
305 /* Must set END_PTR before srandom. */
307 srandom(seed);
231 srandom (unsigned int x) function
  /src/external/gpl3/gdb/dist/libiberty/
random.c 40 @deftypefnx Supplement void srandom (unsigned int @var{seed})
46 range 0 to @code{LONG_MAX}. @code{srandom} initializes the random
168 Note that this initialization takes advantage of the fact that srandom
230 srandom (unsigned int x)
249 the best (largest) one we can and set things up for it. srandom is
251 from srandom, we set state[-1] to be the type multiplexed with the current
303 /* Must set END_PTR before srandom. */
305 srandom(seed);
229 srandom (unsigned int x) function
  /src/external/gpl3/gdb.old/dist/libiberty/
random.c 40 @deftypefnx Supplement void srandom (unsigned int @var{seed})
46 range 0 to @code{LONG_MAX}. @code{srandom} initializes the random
168 Note that this initialization takes advantage of the fact that srandom
230 srandom (unsigned int x)
249 the best (largest) one we can and set things up for it. srandom is
251 from srandom, we set state[-1] to be the type multiplexed with the current
303 /* Must set END_PTR before srandom. */
305 srandom(seed);
229 srandom (unsigned int x) function
  /src/common/lib/libc/stdlib/
random.c 53 __weak_alias(srandom,_srandom)
182 * Note that this initialization takes advantage of the fact that srandom()
254 * srandom:
304 srandom(unsigned int x) function
318 * one we can and set things up for it. srandom() is then called to
321 * Note that on return from srandom(), we set state[-1] to be the type
378 end_ptr = &state[rand_deg]; /* must set end_ptr before srandom */
  /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64/gnulib/import/
stdlib.h 1471 # undef srandom
1472 # define srandom rpl_srandom
1474 _GL_FUNCDECL_RPL (srandom, void, (unsigned int seed));
1475 _GL_CXXALIAS_RPL (srandom, void, (unsigned int seed));
1478 _GL_FUNCDECL_SYS (srandom, void, (unsigned int seed));
1482 _GL_CXXALIAS_SYS_CAST (srandom, void, (unsigned int seed));
1484 _GL_CXXALIASWARN (srandom);
1486 # undef srandom macro
1488 _GL_WARN_ON_USE (srandom, "srandom is unportable -
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64eb/gnulib/import/
stdlib.h 1471 # undef srandom
1472 # define srandom rpl_srandom
1474 _GL_FUNCDECL_RPL (srandom, void, (unsigned int seed));
1475 _GL_CXXALIAS_RPL (srandom, void, (unsigned int seed));
1478 _GL_FUNCDECL_SYS (srandom, void, (unsigned int seed));
1482 _GL_CXXALIAS_SYS_CAST (srandom, void, (unsigned int seed));
1484 _GL_CXXALIASWARN (srandom);
1486 # undef srandom macro
1488 _GL_WARN_ON_USE (srandom, "srandom is unportable -
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/alpha/gnulib/import/
stdlib.h 1471 # undef srandom
1472 # define srandom rpl_srandom
1474 _GL_FUNCDECL_RPL (srandom, void, (unsigned int seed));
1475 _GL_CXXALIAS_RPL (srandom, void, (unsigned int seed));
1478 _GL_FUNCDECL_SYS (srandom, void, (unsigned int seed));
1482 _GL_CXXALIAS_SYS_CAST (srandom, void, (unsigned int seed));
1484 _GL_CXXALIASWARN (srandom);
1486 # undef srandom macro
1488 _GL_WARN_ON_USE (srandom, "srandom is unportable -
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/arm/gnulib/import/
stdlib.h 1471 # undef srandom
1472 # define srandom rpl_srandom
1474 _GL_FUNCDECL_RPL (srandom, void, (unsigned int seed));
1475 _GL_CXXALIAS_RPL (srandom, void, (unsigned int seed));
1478 _GL_FUNCDECL_SYS (srandom, void, (unsigned int seed));
1482 _GL_CXXALIAS_SYS_CAST (srandom, void, (unsigned int seed));
1484 _GL_CXXALIASWARN (srandom);
1486 # undef srandom macro
1488 _GL_WARN_ON_USE (srandom, "srandom is unportable -
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/armeb/gnulib/import/
stdlib.h 1471 # undef srandom
1472 # define srandom rpl_srandom
1474 _GL_FUNCDECL_RPL (srandom, void, (unsigned int seed));
1475 _GL_CXXALIAS_RPL (srandom, void, (unsigned int seed));
1478 _GL_FUNCDECL_SYS (srandom, void, (unsigned int seed));
1482 _GL_CXXALIAS_SYS_CAST (srandom, void, (unsigned int seed));
1484 _GL_CXXALIASWARN (srandom);
1486 # undef srandom macro
1488 _GL_WARN_ON_USE (srandom, "srandom is unportable -
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/hppa/gnulib/import/
stdlib.h 1471 # undef srandom
1472 # define srandom rpl_srandom
1474 _GL_FUNCDECL_RPL (srandom, void, (unsigned int seed));
1475 _GL_CXXALIAS_RPL (srandom, void, (unsigned int seed));
1478 _GL_FUNCDECL_SYS (srandom, void, (unsigned int seed));
1482 _GL_CXXALIAS_SYS_CAST (srandom, void, (unsigned int seed));
1484 _GL_CXXALIASWARN (srandom);
1486 # undef srandom macro
1488 _GL_WARN_ON_USE (srandom, "srandom is unportable -
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/i386/gnulib/import/
stdlib.h 1471 # undef srandom
1472 # define srandom rpl_srandom
1474 _GL_FUNCDECL_RPL (srandom, void, (unsigned int seed));
1475 _GL_CXXALIAS_RPL (srandom, void, (unsigned int seed));
1478 _GL_FUNCDECL_SYS (srandom, void, (unsigned int seed));
1482 _GL_CXXALIAS_SYS_CAST (srandom, void, (unsigned int seed));
1484 _GL_CXXALIASWARN (srandom);
1486 # undef srandom macro
1488 _GL_WARN_ON_USE (srandom, "srandom is unportable -
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/ia64/gnulib/import/
stdlib.h 1471 # undef srandom
1472 # define srandom rpl_srandom
1474 _GL_FUNCDECL_RPL (srandom, void, (unsigned int seed));
1475 _GL_CXXALIAS_RPL (srandom, void, (unsigned int seed));
1478 _GL_FUNCDECL_SYS (srandom, void, (unsigned int seed));
1482 _GL_CXXALIAS_SYS_CAST (srandom, void, (unsigned int seed));
1484 _GL_CXXALIASWARN (srandom);
1486 # undef srandom macro
1488 _GL_WARN_ON_USE (srandom, "srandom is unportable -
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/m68000/gnulib/import/
stdlib.h 1471 # undef srandom
1472 # define srandom rpl_srandom
1474 _GL_FUNCDECL_RPL (srandom, void, (unsigned int seed));
1475 _GL_CXXALIAS_RPL (srandom, void, (unsigned int seed));
1478 _GL_FUNCDECL_SYS (srandom, void, (unsigned int seed));
1482 _GL_CXXALIAS_SYS_CAST (srandom, void, (unsigned int seed));
1484 _GL_CXXALIASWARN (srandom);
1486 # undef srandom macro
1488 _GL_WARN_ON_USE (srandom, "srandom is unportable -
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/m68k/gnulib/import/
stdlib.h 1471 # undef srandom
1472 # define srandom rpl_srandom
1474 _GL_FUNCDECL_RPL (srandom, void, (unsigned int seed));
1475 _GL_CXXALIAS_RPL (srandom, void, (unsigned int seed));
1478 _GL_FUNCDECL_SYS (srandom, void, (unsigned int seed));
1482 _GL_CXXALIAS_SYS_CAST (srandom, void, (unsigned int seed));
1484 _GL_CXXALIASWARN (srandom);
1486 # undef srandom macro
1488 _GL_WARN_ON_USE (srandom, "srandom is unportable -
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/mips64eb/gnulib/import/
stdlib.h 1471 # undef srandom
1472 # define srandom rpl_srandom
1474 _GL_FUNCDECL_RPL (srandom, void, (unsigned int seed));
1475 _GL_CXXALIAS_RPL (srandom, void, (unsigned int seed));
1478 _GL_FUNCDECL_SYS (srandom, void, (unsigned int seed));
1482 _GL_CXXALIAS_SYS_CAST (srandom, void, (unsigned int seed));
1484 _GL_CXXALIASWARN (srandom);
1486 # undef srandom macro
1488 _GL_WARN_ON_USE (srandom, "srandom is unportable -
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/mips64el/gnulib/import/
stdlib.h 1471 # undef srandom
1472 # define srandom rpl_srandom
1474 _GL_FUNCDECL_RPL (srandom, void, (unsigned int seed));
1475 _GL_CXXALIAS_RPL (srandom, void, (unsigned int seed));
1478 _GL_FUNCDECL_SYS (srandom, void, (unsigned int seed));
1482 _GL_CXXALIAS_SYS_CAST (srandom, void, (unsigned int seed));
1484 _GL_CXXALIASWARN (srandom);
1486 # undef srandom macro
1488 _GL_WARN_ON_USE (srandom, "srandom is unportable -
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/mipseb/gnulib/import/
stdlib.h 1471 # undef srandom
1472 # define srandom rpl_srandom
1474 _GL_FUNCDECL_RPL (srandom, void, (unsigned int seed));
1475 _GL_CXXALIAS_RPL (srandom, void, (unsigned int seed));
1478 _GL_FUNCDECL_SYS (srandom, void, (unsigned int seed));
1482 _GL_CXXALIAS_SYS_CAST (srandom, void, (unsigned int seed));
1484 _GL_CXXALIASWARN (srandom);
1486 # undef srandom macro
1488 _GL_WARN_ON_USE (srandom, "srandom is unportable -
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/mipsel/gnulib/import/
stdlib.h 1471 # undef srandom
1472 # define srandom rpl_srandom
1474 _GL_FUNCDECL_RPL (srandom, void, (unsigned int seed));
1475 _GL_CXXALIAS_RPL (srandom, void, (unsigned int seed));
1478 _GL_FUNCDECL_SYS (srandom, void, (unsigned int seed));
1482 _GL_CXXALIAS_SYS_CAST (srandom, void, (unsigned int seed));
1484 _GL_CXXALIASWARN (srandom);
1486 # undef srandom macro
1488 _GL_WARN_ON_USE (srandom, "srandom is unportable -
    [all...]

Completed in 68 milliseconds

1 2 3