Home
last modified time | relevance | path

Searched refs:setmntent (Results 1 – 25 of 25) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/misc/
Dgetmntent.c37 FILE *ffp = setmntent("/proc/mounts", "r"); in getmntent_0100()
60 FILE *ffp = setmntent("/data/getmntent.txt", "r"); in getmntent_0200()
Dgetmntent_r.c40 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/
Dmntent.h32 FILE *setmntent(const char *, const char *);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dmntent.h31 FILE *setmntent(const char *, const char *);
/third_party/musl/porting/uniproton/kernel/include/
Dmntent.h32 FILE *setmntent(const char *, const char *);
/third_party/musl/include/
Dmntent.h32 FILE *setmntent(const char *, const char *);
/third_party/musl/porting/liteos_m/kernel/include/
Dmntent.h32 FILE *setmntent(const char *, const char *);
/third_party/ltp/lib/
Dtst_path_has_mnt_flags.c50 f = setmntent("/proc/mounts", "r"); in tst_path_has_mnt_flags_()
Dtst_cgroup.c444 FILE *f = setmntent("/proc/self/mounts", "r"); in tst_cgroup_scan()
/third_party/ltp/testcases/open_posix_testsuite/include/
Dnoatime.h54 f = setmntent("/proc/mounts", "r"); in mounted_noatime()
/third_party/musl/src/misc/
Dmntent.c11 FILE *setmntent(const char *name, const char *mode) in setmntent() function
/third_party/libfuse/util/
Dfusermount.c197 fp = setmntent(mtab, "r"); in may_unmount()
291 fp = setmntent(procmounts, "r"); in check_is_mount_child()
303 fp = setmntent(procmounts, "r"); in check_is_mount_child()
496 FILE *fp = setmntent(mtab, "r"); in count_fuse_fs()
/third_party/f2fs-tools/
Dconfigure.ac153 setmntent
/third_party/ltp/testcases/kernel/io/ltp-aiodio/
Daiocp.c83 f = setmntent("/proc/mounts", "r"); in dev_block_size_by_path()
/third_party/toybox/toys/pending/
Dfsck.c380 if (!(fp = setmntent(tmp, "r"))) perror_exit("setmntent failed:"); in fsck_main()
/third_party/ntfs-3g/libfuse-lite/
Dfusermount.c174 FILE *fp = setmntent(mtab, "r"); in count_fuse_fs()
/third_party/toybox/lib/
Dportability.c156 if (!(fp = setmntent(p, "r"))) perror_exit("bad %s", p); in xgetmountlist()
/third_party/ntfs-3g/libntfs-3g/
Dvolume.c1511 f = setmntent("/proc/mounts", "r"); in ntfs_mntent_check()
1512 if (!f && !(f = setmntent(MOUNTED, "r"))) { in ntfs_mntent_check()
/third_party/libffi/src/
Dclosures.c630 last_mntent = setmntent (mounts, "r"); in open_temp_exec_file_mnt()
/third_party/f2fs-tools/tools/
Df2fscrypt.c665 FILE *f = setmntent("/etc/mtab", "r"); in get_default_salts()
/third_party/f2fs-tools/lib/
Dlibf2fs.c723 file = setmntent(mpt, "r"); in is_mounted()
/third_party/musl/
Dlibc.map.txt1604 setmntent;
/third_party/rust/crates/libc/libc-test/semver/
Dlinux.txt3230 setmntent
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs4325 pub fn setmntent(filename: *const ::c_char, ty: *const ::c_char) -> *mut ::FILE; in setmntent() function
/third_party/e2fsprogs/
D1002-add-header-file-to-musl-compile-mk2efs.patch724 +/* Define to 1 if you have the `setmntent' function. */