Searched refs:getmntent_r (Results 1 – 4 of 4) sorted by relevance
/openbsd/gnu/usr.bin/perl/pod/ |
H A D | perlclib.pod | 482 getmntent_r() mbsinit() vsprintf() 814 getmntent_r() openpty() vsyslog()
|
/openbsd/gnu/llvm/compiler-rt/lib/msan/tests/ |
H A D | msan_test.cpp | 2363 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 D | sanitizer_common_interceptors.inc | 4496 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 D | libc_ubuntu1404_abilist.txt | 1888 fun:getmntent_r=uninstrumented
|