/third_party/glib/gio/ |
D | gunixmounts.c | 572 struct mntent ent; in _g_get_unix_mounts() 575 struct mntent *mntent; in _g_get_unix_mounts() local 593 while ((mntent = getmntent_r (file, &ent, buf, sizeof (buf))) != NULL) in _g_get_unix_mounts() 596 while ((mntent = getmntent (file)) != NULL) in _g_get_unix_mounts() 612 if (mntent->mnt_fsname != NULL && in _g_get_unix_mounts() 613 mntent->mnt_fsname[0] == '/' && in _g_get_unix_mounts() 614 g_hash_table_lookup (mounts_hash, mntent->mnt_fsname)) in _g_get_unix_mounts() 617 if (g_strcmp0 (mntent->mnt_fsname, "/dev/root") == 0) in _g_get_unix_mounts() 620 device_path = mntent->mnt_fsname; in _g_get_unix_mounts() 623 if (hasmntopt (mntent, MNTOPT_RO) != NULL) in _g_get_unix_mounts() [all …]
|
/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/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/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/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/lib/ext2fs/ |
D | ismounted.c | 99 struct mntent *mnt; in check_mntent_file()
|
/third_party/f2fs-tools/ |
D | configure.ac | 97 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/ntfs-3g/libfuse-lite/ |
D | fusermount.c | 171 struct mntent *entp; in count_fuse_fs()
|
/third_party/toybox/lib/ |
D | portability.c | 152 struct mntent *me; in xgetmountlist()
|
/third_party/e2fsprogs/misc/ |
D | e4defrag.c | 215 struct mntent *mnt = NULL; in get_mount_point() 270 struct mntent *mnt = NULL; in is_ext4()
|
D | e4crypt.c | 618 struct mntent *mnt; in get_default_salts()
|
/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 | 654 struct mntent *mnt; in get_default_salts()
|
/third_party/f2fs-tools/lib/ |
D | libf2fs.c | 711 struct mntent *mnt = NULL; in is_mounted()
|
/third_party/e2fsprogs/lib/ |
D | config.h.in | 223 /* Define to 1 if you have the <mntent.h> header file. */
|