Searched refs:mntbuf (Results 1 – 3 of 3) sorted by relevance
/external/fsck_msdos/ |
D | fsutil.c | 166 struct statfs *mntbuf, *statfsp; in getmntpt() local 175 mntsize = getmntinfo(&mntbuf, MNT_NOWAIT); in getmntpt() 177 statfsp = &mntbuf[i]; in getmntpt()
|
/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);
|