Home
last modified time | relevance | path

Searched refs:mntent (Results 1 – 20 of 20) sorted by relevance

/external/toybox/toys/pending/
Dfsck.c87 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/
Dsanitizer_platform_limits_posix.cc1118 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/ltp/lib/
Dtst_path_has_mnt_flags.c31 struct mntent *mnt; in tst_path_has_mnt_flags_()
/external/ltp/testcases/open_posix_testsuite/include/
Dnoatime.h49 struct mntent *mnt; in mounted_noatime()
/external/toybox/lib/
Dportability.c129 struct mntent *me; in xgetmountlist()
/external/ppp/pppd/
Dsys-linux.c1421 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/
Dismounted.c99 struct mntent *mnt; in check_mntent_file()
/external/libffi/src/
Dclosures.c366 struct mntent mnt; in open_temp_exec_file_mnt()
/external/f2fs-tools/
Dconfigure.ac96 mntent.h
/external/python/cpython2/Modules/_ctypes/libffi/src/
Dclosures.c338 struct mntent mnt; in open_temp_exec_file_mnt()
/external/ltp/testcases/kernel/io/ltp-aiodio/
Daiocp.c75 struct mntent *mnt; in dev_block_size_by_path()
/external/e2fsprogs/misc/
De4defrag.c215 struct mntent *mnt = NULL; in get_mount_point()
270 struct mntent *mnt = NULL; in is_ext4()
De4crypt.c617 struct mntent *mnt; in get_default_salts()
/external/f2fs-tools/tools/
Df2fscrypt.c654 struct mntent *mnt; in get_default_salts()
/external/f2fs-tools/lib/
Dlibf2fs.c637 struct mntent *mnt = NULL; in is_mounted()
/external/compiler-rt/lib/msan/tests/
Dmsan_test.cc2131 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/e2fsprogs/lib/
Dconfig.h.in313 /* Define to 1 if you have the <mntent.h> header file. */
/external/e2fsprogs/
Dconfigure.ac926 mntent.h
Dconfigure12450 for ac_header in dirent.h errno.h execinfo.h getopt.h malloc.h mntent.h paths.h semaphore.…
/external/e2fsprogs/doc/RelNotes/
Dv1.42.txt1161 Fix a portability problem caused by assuming the present of mntent.h