Searched refs:mntbuf (Results 1 – 2 of 2) sorted by relevance
/external/compiler-rt/lib/msan/tests/ |
D | msan_test.cc | 2147 struct mntent mntbuf; in TEST() local 2149 struct mntent *mnt = getmntent_r(fp, &mntbuf, buf, sizeof(buf)); in TEST()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_interceptors.inc | 3613 __sanitizer_mntent *mntbuf, char *buf, int buflen) { 3615 COMMON_INTERCEPTOR_ENTER(ctx, getmntent_r, fp, mntbuf, buf, buflen); 3616 __sanitizer_mntent *res = REAL(getmntent_r)(fp, mntbuf, buf, buflen);
|