/third_party/musl/libc-test/src/functionalext/supplement/misc/ |
D | getmntent.c | 37 FILE *ffp = setmntent("/proc/mounts", "r"); in getmntent_0100() 60 FILE *ffp = setmntent("/data/getmntent.txt", "r"); in getmntent_0200()
|
D | getmntent_r.c | 40 FILE *ffp = setmntent("/proc/mounts", "r"); in getmntent_rOne() 95 FILE *ffp = setmntent("/data/getmntent.txt", "r"); in getmntent_r_0200()
|
/third_party/musl/ndk_musl_include/ |
D | mntent.h | 32 FILE *setmntent(const char *, const char *);
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | mntent.h | 31 FILE *setmntent(const char *, const char *);
|
/third_party/musl/include/ |
D | mntent.h | 32 FILE *setmntent(const char *, const char *);
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | mntent.h | 32 FILE *setmntent(const char *, const char *);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | mntent.h | 32 FILE *setmntent(const char *, const char *);
|
/third_party/ltp/lib/ |
D | tst_path_has_mnt_flags.c | 50 f = setmntent("/proc/mounts", "r"); in tst_path_has_mnt_flags_()
|
D | tst_cgroup.c | 444 FILE *f = setmntent("/proc/self/mounts", "r"); in tst_cgroup_scan()
|
/third_party/ltp/testcases/open_posix_testsuite/include/ |
D | noatime.h | 54 f = setmntent("/proc/mounts", "r"); in mounted_noatime()
|
/third_party/musl/src/misc/ |
D | mntent.c | 11 FILE *setmntent(const char *name, const char *mode) in setmntent() function
|
/third_party/e2fsprogs/misc/ |
D | ismounted.c | 92 if ((f = setmntent (mtab_file, "r")) == NULL) in check_mntent_file()
|
D | e4defrag.c | 224 fp = setmntent(mtab, "r"); in get_mount_point() 291 fp = setmntent(mtab, "r"); in is_ext4()
|
D | e4crypt.c | 617 FILE *f = setmntent("/etc/mtab", "r"); in get_default_salts()
|
/third_party/glib/gio/ |
D | gunixmounts.c | 199 #define setmntent(f,m) fopen(f,m) macro 584 file = setmntent (read_file, "r"); in _g_get_unix_mounts() 726 file = setmntent (read_file, "r"); in _g_get_unix_mounts() 1114 file = setmntent (read_file, "r"); in _g_get_unix_mount_points() 1204 file = setmntent (read_file, "r"); in _g_get_unix_mount_points() 1380 file = setmntent (read_file, "r"); in _g_get_unix_mount_points()
|
/third_party/e2fsprogs/lib/ext2fs/ |
D | ismounted.c | 109 if ((f = setmntent (mtab_file, "r")) == NULL) { in check_mntent_file()
|
/third_party/f2fs-tools/ |
D | configure.ac | 130 setmntent
|
/third_party/ltp/testcases/kernel/io/ltp-aiodio/ |
D | aiocp.c | 83 f = setmntent("/proc/mounts", "r"); in dev_block_size_by_path()
|
/third_party/toybox/toys/pending/ |
D | fsck.c | 380 if (!(fp = setmntent(tmp, "r"))) perror_exit("setmntent failed:"); in fsck_main()
|
/third_party/ntfs-3g/libfuse-lite/ |
D | fusermount.c | 174 FILE *fp = setmntent(mtab, "r"); in count_fuse_fs()
|
/third_party/toybox/lib/ |
D | portability.c | 156 if (!(fp = setmntent(p, "r"))) perror_exit("bad %s", p); in xgetmountlist()
|
/third_party/ntfs-3g/libntfs-3g/ |
D | volume.c | 1511 f = setmntent("/proc/mounts", "r"); in ntfs_mntent_check() 1512 if (!f && !(f = setmntent(MOUNTED, "r"))) { in ntfs_mntent_check()
|
/third_party/libffi/src/ |
D | closures.c | 630 last_mntent = setmntent (mounts, "r"); in open_temp_exec_file_mnt()
|
/third_party/f2fs-tools/tools/ |
D | f2fscrypt.c | 653 FILE *f = setmntent("/etc/mtab", "r"); in get_default_salts()
|
/third_party/f2fs-tools/lib/ |
D | libf2fs.c | 713 file = setmntent(mpt, "r"); in is_mounted()
|