Searched refs:getmntent_r (Results 1 – 5 of 5) sorted by relevance
/external/fio/ |
D | cgroup.c | 35 while ((mnt = getmntent_r(f, &dummy, buf, sizeof(buf))) != NULL) { in find_cgroup_mnt()
|
/external/toybox/toys/pending/ |
D | fsck.c | 381 while (getmntent_r(fp, &mt, toybuf, 4096)) create_db(&mt); in fsck_main()
|
/external/compiler-rt/lib/msan/tests/ |
D | msan_test.cc | 2145 TEST(MemorySanitizer, getmntent_r) { in TEST() argument 2149 struct mntent *mnt = getmntent_r(fp, &mntbuf, buf, sizeof(buf)); in TEST()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_interceptors.inc | 3612 INTERCEPTOR(__sanitizer_mntent *, getmntent_r, void *fp, 3615 COMMON_INTERCEPTOR_ENTER(ctx, getmntent_r, fp, mntbuf, buf, buflen); 3616 __sanitizer_mntent *res = REAL(getmntent_r)(fp, mntbuf, buf, buflen); 3620 #define INIT_GETMNTENT_R COMMON_INTERCEPT_FUNCTION(getmntent_r);
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 1887 fun:getmntent_r=uninstrumented
|