Home
last modified time | relevance | path

Searched refs:getmntent_r (Results 1 – 7 of 7) sorted by relevance

/external/fio/
Dcgroup.c35 while ((mnt = getmntent_r(f, &dummy, buf, sizeof(buf))) != NULL) { in find_cgroup_mnt()
/external/python/cpython2/Modules/_ctypes/libffi/src/
Dclosures.c341 if (getmntent_r (last_mntent, &mnt, buf, sizeof (buf)) == NULL) in open_temp_exec_file_mnt()
/external/toybox/toys/pending/
Dfsck.c381 while (getmntent_r(fp, &mt, toybuf, 4096)) create_db(&mt); in fsck_main()
/external/compiler-rt/lib/msan/tests/
Dmsan_test.cc2145 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/
Dsanitizer_common_interceptors.inc3612 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/
Dlibc_ubuntu1404_abilist.txt1887 fun:getmntent_r=uninstrumented
/external/python/cpython2/Modules/_ctypes/libffi/
DChangeLog.libffi-3.11677 * src/closures.c (open_temp_exec_file_mnt): Check if getmntent_r