Searched refs:mntbuf (Results 1 – 7 of 7) 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/llvm-project/compiler-rt/lib/msan/tests/ |
D | msan_test.cpp | 2343 struct mntent mntbuf; in TEST() local 2345 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);
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_interceptors.inc | 4350 __sanitizer_mntent *mntbuf, char *buf, int buflen) { 4352 COMMON_INTERCEPTOR_ENTER(ctx, getmntent_r, fp, mntbuf, buf, buflen); 4353 __sanitizer_mntent *res = REAL(getmntent_r)(fp, mntbuf, buf, buflen);
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | test15-pr18892.so.abi | 12189 …<parameter type-id='type-id-1188' name='mntbuf' filepath='../../.././libsanitizer/sanitizer_common… 14648 <parameter type-id='type-id-1188' name='mntbuf'/>
|
/external/libabigail/tests/data/test-annotate/ |
D | test15-pr18892.so.abi | 20649 …<parameter type-id='type-id-1188' name='mntbuf' filepath='../../.././libsanitizer/sanitizer_common… 25167 <parameter type-id='type-id-1188' name='mntbuf'/>
|