Home
last modified time | relevance | path

Searched refs:getmntent_r (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/llvm/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp2363 TEST(MemorySanitizer, getmntent_r) { in TEST() argument
2370 struct mntent *mnt = getmntent_r(fp, &mntbuf, buf, sizeof(buf)); in TEST()
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc4496 INTERCEPTOR(__sanitizer_mntent *, getmntent_r, void *fp,
4499 COMMON_INTERCEPTOR_ENTER(ctx, getmntent_r, fp, mntbuf, buf, buflen);
4500 __sanitizer_mntent *res = REAL(getmntent_r)(fp, mntbuf, buf, buflen);
4504 #define INIT_GETMNTENT_R COMMON_INTERCEPT_FUNCTION(getmntent_r);
/openbsd/gnu/llvm/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt1888 fun:getmntent_r=uninstrumented