Searched refs:lrand48_r (Results 1 – 8 of 8) sorted by relevance
/external/ltp/utils/ffsb-6.0-rc2/ |
D | configure.in | 46 AC_CHECK_FUNCS(system gettimeofday mkdir strerror open64 stat64 fseeko64 lrand48_r srand48_r)
|
D | rand.c | 59 lrand48_r(&(state->data), &rand); in sgenrand()
|
D | config.h.in | 24 /* Define to 1 if you have the `lrand48_r' function. */
|
D | configure | 5561 for ac_func in system gettimeofday mkdir strerror open64 stat64 fseeko64 lrand48_r srand48_r
|
/external/compiler-rt/lib/msan/tests/ |
D | msan_test.cc | 1845 TEST(MemorySanitizer, lrand48_r) { in TEST() argument 1849 lrand48_r(&buf, &d); in TEST()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_interceptors.inc | 4320 INTERCEPTOR(int, lrand48_r, void *buffer, long *result) { 4322 COMMON_INTERCEPTOR_ENTER(ctx, lrand48_r, buffer, result); 4326 int res = REAL(lrand48_r)(buffer, result); 4332 COMMON_INTERCEPT_FUNCTION(lrand48_r);
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 2225 fun:lrand48_r=uninstrumented
|
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/ |
D | libc-2.13.so.sym | 195 PUBLIC 37c20 0 lrand48_r
|