Home
last modified time | relevance | path

Searched refs:getmntent (Results 1 – 25 of 26) sorted by relevance

12

/third_party/musl/libc-test/src/functionalext/supplement/misc/
Dgetmntent.c39 m = getmntent(ffp); in getmntent_0100()
63 m = getmntent(ffp); in getmntent_0200()
Dtest_src_functionalext_supplement_misc.gni37 "getmntent",
/third_party/musl/ndk_musl_include/
Dmntent.h34 struct mntent *getmntent(FILE *);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dmntent.h33 struct mntent *getmntent(FILE *);
/third_party/musl/porting/uniproton/kernel/include/
Dmntent.h34 struct mntent *getmntent(FILE *);
/third_party/musl/include/
Dmntent.h34 struct mntent *getmntent(FILE *);
/third_party/musl/porting/liteos_m/kernel/include/
Dmntent.h34 struct mntent *getmntent(FILE *);
/third_party/ltp/lib/
Dtst_path_has_mnt_flags.c57 while ((mnt = getmntent(f))) { in tst_path_has_mnt_flags_()
Dtst_cgroup.c451 mnt = getmntent(f); in tst_cgroup_scan()
462 } while ((mnt = getmntent(f))); in tst_cgroup_scan()
/third_party/ltp/testcases/open_posix_testsuite/include/
Dnoatime.h61 while ((mnt = getmntent(f))) { in mounted_noatime()
/third_party/musl/src/misc/
Dmntent.c60 struct mntent *getmntent(FILE *f) in getmntent() function
/third_party/libfuse/
Dmeson.build169 struct mntent *entp = getmntent(f);
183 message('getmntent does not unescape')
/third_party/f2fs-tools/
Dconfigure.ac147 getmntent
/third_party/ltp/testcases/kernel/io/ltp-aiodio/
Daiocp.c89 while ((mnt = getmntent(f))) { in dev_block_size_by_path()
/third_party/libfuse/util/
Dfusermount.c87 struct mntent *entp = getmntent(stream); in GETMNTENT()
97 #define GETMNTENT getmntent
/third_party/ntfs-3g/libfuse-lite/
Dfusermount.c180 while ((entp = getmntent(fp)) != NULL) { in count_fuse_fs()
/third_party/toybox/lib/
Dportability.c162 while ((me = getmntent(fp))) { in xgetmountlist()
/third_party/ntfs-3g/libntfs-3g/
Dvolume.c1516 while ((mnt = getmntent(f))) { in ntfs_mntent_check()
1570 while (!getmntent(f, mnt)) { in ntfs_mntent_check()
/third_party/f2fs-tools/tools/
Df2fscrypt.c668 while (f && ((mnt = getmntent(f)) != NULL)) { in get_default_salts()
/third_party/f2fs-tools/lib/
Dlibf2fs.c727 while ((mnt = getmntent(file)) != NULL) { in is_mounted()
/third_party/musl/
Dlibc.map.txt826 getmntent;
DWHATSNEW1763 - getmntent failed to handle long records
/third_party/rust/crates/libc/libc-test/semver/
Dlinux.txt2972 getmntent
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs4326 pub fn getmntent(stream: *mut ::FILE) -> *mut ::mntent; in getmntent() function
/third_party/libabigail/tests/data/test-annotate/
Dtest15-pr18892.so.abi394 …c-type' binding='global-binding' visibility='default-visibility' alias='getmntent' is-defined='yes…
2591 <!-- getmntent -->
2592 …<elf-symbol name='getmntent' type='func-type' binding='weak-binding' visibility='default-visibilit…

12