Home
last modified time | relevance | path

Searched refs:random_r (Results 1 – 5 of 5) sorted by relevance

/freebsd/lib/libc/stdlib/
H A Drandom.c225 (void)random_r(estate); in srandom_r()
450 random_r(struct __random_state *estate) in random_r() function
484 return (random_r(&implicit)); in random()
H A Drandom.h81 long random_r(struct __random_state *);
H A Drand.c79 return ((int)random_r(rand3_state)); in rand()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc4734 INTERCEPTOR(int, random_r, void *buf, u32 *result) {
4736 COMMON_INTERCEPTOR_ENTER(ctx, random_r, buf, result);
4740 int res = REAL(random_r)(buf, result);
4745 #define INIT_RANDOM_R COMMON_INTERCEPT_FUNCTION(random_r);
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt2702 fun:random_r=uninstrumented