Home
last modified time | relevance | path

Searched refs:rand_r (Results 1 – 6 of 6) sorted by relevance

/freebsd-head/lib/libc/stdlib/
HDrand.c122 rand_r(unsigned *ctx) in rand_r() function
HDSymbol.map51 rand_r;
HDMakefile.inc72 MLINKS+=rand.3 rand_r.3 \
/freebsd-head/include/
HDstdlib.h177 int rand_r(unsigned *); /* (TSF) */
/freebsd-head/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_common_interceptors.inc5310 INTERCEPTOR(int, rand_r, unsigned *seedp) {
5312 COMMON_INTERCEPTOR_ENTER(ctx, rand_r, seedp);
5314 return REAL(rand_r)(seedp);
5316 #define INIT_RAND_R COMMON_INTERCEPT_FUNCTION(rand_r);
/freebsd-head/contrib/llvm-project/compiler-rt/lib/dfsan/
HDlibc_ubuntu1404_abilist.txt2700 fun:rand_r=uninstrumented