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

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc3027 __sanitizer_mntent *mntbuf, char *buf, int buflen) {
3029 COMMON_INTERCEPTOR_ENTER(ctx, getmntent_r, fp, mntbuf, buf, buflen);
3030 __sanitizer_mntent *res = REAL(getmntent_r)(fp, mntbuf, buf, buflen);
/external/compiler-rt/lib/msan/tests/
H A Dmsan_test.cc2003 struct mntent mntbuf; local
2005 struct mntent *mnt = getmntent_r(fp, &mntbuf, buf, sizeof(buf));

Completed in 70 milliseconds