HomeSort by relevance Sort by last modified time
    Searched refs:srandom_r (Results 1 - 8 of 8) sorted by null

  /ndk/sources/host-tools/sed-4.2.1/lib/
stdlib.in.h 250 int srandom_r (unsigned int seed, struct random_data *rand_state);
267 # undef srandom_r
268 # define srandom_r(s,r) \
269 (GL_LINK_WARNING ("srandom_r is unportable - " \
271 srandom_r (s,r))
  /external/bison/darwin-lib/
stdlib.h 961 # undef srandom_r macro
    [all...]
  /external/bison/linux-lib/
stdlib.h 961 # undef srandom_r macro
    [all...]
  /external/bison/lib/
stdlib.in.h 620 # undef srandom_r
621 # define srandom_r rpl_srandom_r
623 _GL_FUNCDECL_RPL (srandom_r, int,
626 _GL_CXXALIAS_RPL (srandom_r, int,
630 _GL_FUNCDECL_SYS (srandom_r, int,
634 _GL_CXXALIAS_SYS (srandom_r, int,
637 _GL_CXXALIASWARN (srandom_r);
639 # undef srandom_r
641 _GL_WARN_ON_USE (srandom_r, "srandom_r is unportable -
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
stdlib.h 363 extern int srandom_r (unsigned int __seed, struct random_data *__buf)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
stdlib.h 363 extern int srandom_r (unsigned int __seed, struct random_data *__buf)
    [all...]
  /external/ltrace/etc/
libc.so.conf 281 int srandom_r(uint, void*);
  /external/valgrind/main/perf/
test_input_for_tinycc.c 579 extern int srandom_r (unsigned int __seed, struct random_data *__buf)
    [all...]

Completed in 183 milliseconds