/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/porting/uniproton/kernel/include/ |
D | mntent.h | 32 FILE *setmntent(const char *, const char *);
|
/third_party/musl/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/libfuse/util/ |
D | fusermount.c | 197 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/ |
D | configure.ac | 153 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 | 665 FILE *f = setmntent("/etc/mtab", "r"); in get_default_salts()
|
/third_party/f2fs-tools/lib/ |
D | libf2fs.c | 723 file = setmntent(mpt, "r"); in is_mounted()
|
/third_party/musl/ |
D | libc.map.txt | 1604 setmntent;
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | linux.txt | 3230 setmntent
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
D | mod.rs | 4325 pub fn setmntent(filename: *const ::c_char, ty: *const ::c_char) -> *mut ::FILE; in setmntent() function
|
/third_party/e2fsprogs/ |
D | 1002-add-header-file-to-musl-compile-mk2efs.patch | 724 +/* Define to 1 if you have the `setmntent' function. */
|