Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp1350 TEST(MemorySanitizer, random_r) { in TEST() argument
1361 res = random_r(&buf, &x); in TEST()
/openbsd/gnu/usr.bin/perl/plan9/
H A Dconfig_h.sample1917 * This symbol, if defined, indicates that the random_r routine
1921 * This symbol encodes the prototype of random_r.
H A Dconfig.plan92008 * This symbol, if defined, indicates that the random_r routine
2012 * This symbol encodes the prototype of random_r.
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc4773 INTERCEPTOR(int, random_r, void *buf, u32 *result) {
4775 COMMON_INTERCEPTOR_ENTER(ctx, random_r, buf, result);
4779 int res = REAL(random_r)(buf, result);
4784 #define INIT_RANDOM_R COMMON_INTERCEPT_FUNCTION(random_r);
/openbsd/gnu/usr.bin/perl/
H A DConfigure17649 : see if random_r exists
17650 set random_r d_random_r
17657 set d_random_r_proto random_r $hdrs
/openbsd/gnu/usr.bin/perl/Porting/
H A Dconfig_H4858 * This symbol, if defined, indicates that the random_r routine
4862 * This symbol encodes the prototype of random_r.
H A DGlossary2136 which indicates to the C program that the random_r()
4829 This variable encodes the prototype of random_r.
/openbsd/gnu/usr.bin/perl/win32/
H A Dconfig_H.gc5000 * This symbol, if defined, indicates that the random_r routine
5004 * This symbol encodes the prototype of random_r.
H A Dconfig_H.vc5000 * This symbol, if defined, indicates that the random_r routine
5004 * This symbol encodes the prototype of random_r.
/openbsd/gnu/llvm/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt2697 fun:random_r=uninstrumented