/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/ltp/lib/ |
D | tst_path_has_mnt_flags.c | 31 struct mntent *mnt; in tst_path_has_mnt_flags_()
|
/external/ltp/testcases/open_posix_testsuite/include/ |
D | noatime.h | 49 struct mntent *mnt; in mounted_noatime()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_posix.cc | 1118 CHECK_TYPE_SIZE(mntent); 1119 CHECK_SIZE_AND_OFFSET(mntent, mnt_fsname); 1120 CHECK_SIZE_AND_OFFSET(mntent, mnt_dir); 1121 CHECK_SIZE_AND_OFFSET(mntent, mnt_type); 1122 CHECK_SIZE_AND_OFFSET(mntent, mnt_opts); 1123 CHECK_SIZE_AND_OFFSET(mntent, mnt_freq); 1124 CHECK_SIZE_AND_OFFSET(mntent, mnt_passno);
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_posix.cpp | 1113 CHECK_TYPE_SIZE(mntent); 1114 CHECK_SIZE_AND_OFFSET(mntent, mnt_fsname); 1115 CHECK_SIZE_AND_OFFSET(mntent, mnt_dir); 1116 CHECK_SIZE_AND_OFFSET(mntent, mnt_type); 1117 CHECK_SIZE_AND_OFFSET(mntent, mnt_opts); 1118 CHECK_SIZE_AND_OFFSET(mntent, mnt_freq); 1119 CHECK_SIZE_AND_OFFSET(mntent, mnt_passno);
|
/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 | 99 struct mntent *mnt; in check_mntent_file()
|
/external/python/cpython2/Modules/_ctypes/libffi/src/ |
D | closures.c | 338 struct mntent mnt; in open_temp_exec_file_mnt()
|
/external/mtools/ |
D | mzip.c | 75 struct mntent *mnt; in test_mounted()
|
D | configure.in | 98 sys/floppy.h mntent.h sys/sysmacros.h netinet/in.h netinet/tcp.h assert.h \
|
D | config.h.in | 132 /* Define to 1 if you have the <mntent.h> header file. */
|
D | configure | 4584 sys/floppy.h mntent.h sys/sysmacros.h netinet/in.h netinet/tcp.h assert.h \
|
/external/f2fs-tools/ |
D | configure.ac | 110 mntent.h
|
/external/ltp/testcases/kernel/io/ltp-aiodio/ |
D | aiocp.c | 75 struct mntent *mnt; in dev_block_size_by_path()
|
/external/libffi/src/ |
D | closures.c | 641 struct mntent mnt; in open_temp_exec_file_mnt()
|
/external/toybox/lib/ |
D | portability.c | 153 struct mntent *me; in xgetmountlist()
|
/external/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 | 617 struct mntent *mnt; in get_default_salts()
|
/external/f2fs-tools/tools/ |
D | f2fscrypt.c | 654 struct mntent *mnt; in get_default_salts()
|
/external/rust/crates/libc/src/unix/linux_like/linux/ |
D | mod.rs | 444 pub struct mntent { 3463 pub fn getmntent(stream: *mut ::FILE) -> *mut ::mntent; in getmntent() argument 3464 pub fn addmntent(stream: *mut ::FILE, mnt: *const ::mntent) -> ::c_int; in addmntent() 3466 pub fn hasmntopt(mnt: *const ::mntent, opt: *const ::c_char) -> *mut ::c_char; in hasmntopt() argument
|
/external/f2fs-tools/lib/ |
D | libf2fs.c | 714 struct mntent *mnt = NULL; in is_mounted()
|
/external/compiler-rt/lib/msan/tests/ |
D | msan_test.cc | 2131 struct mntent *mnt = getmntent(fp); in TEST() 2147 struct mntent mntbuf; in TEST() 2149 struct mntent *mnt = getmntent_r(fp, &mntbuf, buf, sizeof(buf)); in TEST()
|
/external/llvm-project/compiler-rt/lib/msan/tests/ |
D | msan_test.cpp | 2325 struct mntent *mnt = getmntent(fp); in TEST() 2343 struct mntent mntbuf; in TEST() 2345 struct mntent *mnt = getmntent_r(fp, &mntbuf, buf, sizeof(buf)); in TEST()
|
/external/e2fsprogs/lib/ |
D | config.h.in | 313 /* Define to 1 if you have the <mntent.h> header file. */
|
/external/e2fsprogs/ |
D | configure.ac | 926 mntent.h
|