/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | mntent.h | 22 struct mntent { struct 33 struct mntent *getmntent(FILE *); argument 34 struct mntent *getmntent_r(FILE *, struct mntent *, char *, int); 35 int addmntent(FILE *, const struct mntent *); 36 char *hasmntopt(const struct mntent *, const char *);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | mntent.h | 23 struct mntent { struct 34 struct mntent *getmntent(FILE *); argument 35 struct mntent *getmntent_r(FILE *, struct mntent *, char *, int); 36 int addmntent(FILE *, const struct mntent *); 37 char *hasmntopt(const struct mntent *, const char *);
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | mntent.h | 23 struct mntent { struct 34 struct mntent *getmntent(FILE *); argument 35 struct mntent *getmntent_r(FILE *, struct mntent *, char *, int); 36 int addmntent(FILE *, const struct mntent *); 37 char *hasmntopt(const struct mntent *, const char *);
|
/third_party/musl/include/ |
D | mntent.h | 23 struct mntent { struct 34 struct mntent *getmntent(FILE *); argument 35 struct mntent *getmntent_r(FILE *, struct mntent *, char *, int); 36 int addmntent(FILE *, const struct mntent *); 37 char *hasmntopt(const struct mntent *, const char *);
|
/third_party/musl/ndk_musl_include/ |
D | mntent.h | 23 struct mntent { struct 34 struct mntent *getmntent(FILE *); argument 35 struct mntent *getmntent_r(FILE *, struct mntent *, char *, int); 36 char *hasmntopt(const struct mntent *, const char *);
|
/third_party/musl/src/misc/ |
D | mntent.c | 22 struct mntent *getmntent_r(FILE *f, struct mntent *mnt, char *linebuf, int buflen) in getmntent_r() 60 struct mntent *getmntent(FILE *f) in getmntent() 62 static struct mntent mnt; in getmntent() 66 int addmntent(FILE *f, const struct mntent *mnt) in addmntent() 74 char *hasmntopt(const struct mntent *mnt, const char *opt) in hasmntopt()
|
/third_party/musl/libc-test/src/functionalext/supplement/misc/ |
D | getmntent_r.c | 36 struct mntent *m = NULL; in getmntent_rOne() 37 struct mntent mntbuf; in getmntent_rOne() 91 struct mntent *m = NULL; in getmntent_r_0200() 92 struct mntent mntbuf; in getmntent_r_0200()
|
D | hasmntopt.c | 30 struct mntent ent; in hasmntopt_0100() 45 struct mntent ent; in hasmntopt_0200()
|
D | getmntent.c | 36 struct mntent *m = NULL; in getmntent_0100() 59 struct mntent *m = NULL; in getmntent_0200()
|
/third_party/toybox/toys/pending/ |
D | fsck.c | 87 static struct f_sys_info* create_db(struct mntent *f_info) in create_db() 176 if (hasmntopt((const struct mntent *)finfo, TT.arr_type[i])) return 1; in to_be_ignored() 178 if (!hasmntopt((const struct mntent *)finfo, TT.arr_type[i])) return 1; in to_be_ignored() 364 struct mntent mt; in fsck_main()
|
/third_party/ltp/lib/ |
D | tst_path_has_mnt_flags.c | 31 struct mntent *mnt; in tst_path_has_mnt_flags_()
|
D | tst_cgroup.c | 443 struct mntent *mnt; in tst_cgroup_scan()
|
/third_party/ltp/testcases/open_posix_testsuite/include/ |
D | noatime.h | 49 struct mntent *mnt; in mounted_noatime()
|
/third_party/e2fsprogs/ |
D | 0005-resize2fs-resize2fs-disk-hardlinks-will-be-error.patch | 36 struct mntent *mnt;
|
/third_party/libfuse/util/ |
D | fusermount.c | 150 struct mntent *entp; in may_unmount() 246 struct mntent *entp; in check_is_mount_child() 458 struct mntent *entp; in count_fuse_fs()
|
/third_party/f2fs-tools/ |
D | configure.ac | 111 mntent.h
|
/third_party/ltp/testcases/kernel/io/ltp-aiodio/ |
D | aiocp.c | 75 struct mntent *mnt; in dev_block_size_by_path()
|
/third_party/toybox/lib/ |
D | portability.c | 152 struct mntent *me; in xgetmountlist()
|
/third_party/ntfs-3g/libfuse-lite/ |
D | fusermount.c | 171 struct mntent *entp; in count_fuse_fs()
|
/third_party/libffi/src/ |
D | closures.c | 641 struct mntent mnt; in open_temp_exec_file_mnt()
|
/third_party/f2fs-tools/tools/ |
D | f2fscrypt.c | 666 struct mntent *mnt; in get_default_salts()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
D | mod.rs | 450 pub struct mntent { 4326 pub fn getmntent(stream: *mut ::FILE) -> *mut ::mntent; in getmntent() argument 4327 pub fn addmntent(stream: *mut ::FILE, mnt: *const ::mntent) -> ::c_int; in addmntent() 4329 pub fn hasmntopt(mnt: *const ::mntent, opt: *const ::c_char) -> *mut ::c_char; in hasmntopt() argument
|
/third_party/f2fs-tools/lib/ |
D | libf2fs.c | 721 struct mntent *mnt = NULL; in is_mounted()
|
/third_party/ntfs-3g/libntfs-3g/ |
D | volume.c | 1494 struct mntent *mnt; in ntfs_mntent_check()
|
/third_party/ntfs-3g/ |
D | configure.ac | 478 mntent.h stddef.h stdint.h stdlib.h stdio.h stdarg.h string.h \
|