Searched refs:mntent (Results 1 – 15 of 15) sorted by relevance
/external/ltrace/etc/ |
D | libc.so.conf | 538 typedef mntent = struct(string, string, string, string, int, int); 539 int addmntent(file, mntent*); 544 mntent *getmntent(addr); 545 mntent *getmntent_r(file, +mntent*, string, int); 546 mntent *__getmntent_r(file, +mntent*, string, int); 547 string hasmntopt(mntent*, string);
|
/external/f2fs-tools/ |
D | configure.ac | 40 mntent.h 59 AC_CHECK_HEADERS([linux/fs.h fcntl.h mntent.h stdlib.h string.h \
|
/external/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()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_posix.cc | 1106 CHECK_TYPE_SIZE(mntent); 1107 CHECK_SIZE_AND_OFFSET(mntent, mnt_fsname); 1108 CHECK_SIZE_AND_OFFSET(mntent, mnt_dir); 1109 CHECK_SIZE_AND_OFFSET(mntent, mnt_type); 1110 CHECK_SIZE_AND_OFFSET(mntent, mnt_opts); 1111 CHECK_SIZE_AND_OFFSET(mntent, mnt_freq); 1112 CHECK_SIZE_AND_OFFSET(mntent, mnt_passno);
|
/external/fio/ |
D | cgroup.c | 25 struct mntent *mnt, dummy; in find_cgroup_mnt()
|
/external/toybox/lib/ |
D | getmountlist.c | 159 struct mntent *me; in xgetmountlist()
|
/external/ppp/pppd/ |
D | sys-linux.c | 1421 struct mntent *mntent; in path_to_procfs() local 1430 while ((mntent = getmntent(fp)) != NULL) { in path_to_procfs() 1431 if (strcmp(mntent->mnt_type, MNTTYPE_IGNORE) == 0) in path_to_procfs() 1433 if (strcmp(mntent->mnt_type, "proc") == 0) { in path_to_procfs() 1434 strlcpy(proc_path, mntent->mnt_dir, sizeof(proc_path)); in path_to_procfs()
|
/external/e2fsprogs/lib/ext2fs/ |
D | ismounted.c | 83 struct mntent *mnt; in check_mntent_file()
|
/external/f2fs-tools/lib/ |
D | libf2fs.c | 370 struct mntent *mnt = NULL; in is_mounted()
|
/external/e2fsprogs/misc/ |
D | e4defrag.c | 269 struct mntent *mnt = NULL; in get_mount_point() 324 struct mntent *mnt = NULL; in is_ext4()
|
/external/e2fsprogs/lib/ |
D | config.h.in | 245 /* Define to 1 if you have the <mntent.h> header file. */
|
/external/compiler-rt/lib/msan/tests/ |
D | msan_test.cc | 2124 struct mntent *mnt = getmntent(fp); in TEST() 2140 struct mntent mntbuf; in TEST() 2142 struct mntent *mnt = getmntent_r(fp, &mntbuf, buf, sizeof(buf)); in TEST()
|
/external/e2fsprogs/ |
D | configure.in | 854 mntent.h
|
D | configure | 10373 for ac_header in dirent.h errno.h execinfo.h getopt.h malloc.h mntent.h paths.h semaphore.…
|
D | RELEASE-NOTES | 722 Fix a portability problem caused by assuming the present of mntent.h
|