Searched refs:rand_r (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/lib/libc/stdlib/
H A Drand.c38 rand_r(u_int *seed) function
43 DEF_WEAK(rand_r); variable
46 __warn_references(rand_r,
47 "rand_r() is not random, it is deterministic.");
55 return (rand_r(&next));
/openbsd-current/gnu/usr.bin/binutils/gdb/testsuite/gdb.threads/
H A Dlinux-dp.c78 result = rand_r (&seed);
/openbsd-current/lib/libc/hidden/
H A Dstdlib.h136 PROTO_NORMAL(rand_r); variable
/openbsd-current/include/
H A Dstdlib.h146 int rand_r(unsigned int *);
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc5349 INTERCEPTOR(int, rand_r, unsigned *seedp) {
5351 COMMON_INTERCEPTOR_ENTER(ctx, rand_r, seedp);
5353 return REAL(rand_r)(seedp);
5355 #define INIT_RAND_R COMMON_INTERCEPT_FUNCTION(rand_r);

Completed in 130 milliseconds