Searched refs:getmntent_r (Results 1 – 7 of 7) sorted by relevance
/external/fio/ |
D | cgroup.c | 35 while ((mnt = getmntent_r(f, &dummy, buf, sizeof(buf))) != NULL) { in find_cgroup_mnt()
|
/external/python/cpython2/Modules/_ctypes/libffi/src/ |
D | closures.c | 341 if (getmntent_r (last_mntent, &mnt, buf, sizeof (buf)) == NULL) in open_temp_exec_file_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
|
/external/python/cpython2/Modules/_ctypes/libffi/ |
D | ChangeLog.libffi-3.1 | 1677 * src/closures.c (open_temp_exec_file_mnt): Check if getmntent_r
|