Home
last modified time | relevance | path

Searched refs:mntbuf (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp2353 struct mntent mntbuf; in TEST() local
2355 struct mntent *mnt = getmntent_r(fp, &mntbuf, buf, sizeof(buf)); in TEST()
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc4574 __sanitizer_mntent *mntbuf, char *buf, int buflen) {
4576 COMMON_INTERCEPTOR_ENTER(ctx, getmntent_r, fp, mntbuf, buf, buflen);
4577 __sanitizer_mntent *res = REAL(getmntent_r)(fp, mntbuf, buf, buflen);