Searched refs:mntent (Results 1 - 25 of 40) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/libbb/
H A Dfind_mount_point.c11 #include <mntent.h>
20 struct mntent *find_mount_point(const char *name, const char *table)
25 struct mntent *mountEntry;
H A Dmatch_fstype.c15 int match_fstype(const struct mntent *mt, const char *fstype)
H A Dmtab.c10 #include <mntent.h>
16 struct mntent *entries = NULL;
19 struct mntent *m;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/util-linux/
H A Dswaponoff.c11 #include <mntent.h>
43 struct mntent *m;
H A Dumount.c11 #include <mntent.h>
28 struct mntent me;
H A Dmount.c22 #include <mntent.h>
38 struct mntent *getmntent_r(FILE* stream, struct mntent* result, char* buffer, int bufsize)
40 struct mntent* ment = getmntent(stream);
41 memcpy(result, ment, sizeof(struct mntent));
250 static int mount_it_now(struct mntent *mp, int vfsflags, char *filteropts)
765 static int nfsmount(struct mntent *mp, int vfsflags, char *filteropts)
1364 int nfsmount(struct mntent *mp, int vfsflags, char *filteropts);
1370 static int singlemount(struct mntent *mp, int ignore_busy)
1536 struct mntent mtpai
[all...]
H A Dmkfs_minix.c66 #include <mntent.h>
609 struct mntent *mp;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/include/
H A Dsysquotas.h27 #include <mntent.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/client/
H A Dsmbumount.c12 #include <mntent.h>
112 struct mntent *mnt;
H A Dsmbmnt.c27 #include <mntent.h>
195 struct mntent ment;
H A Dumount.cifs.c36 #include <mntent.h>
165 struct mntent * mount_entry;
H A Dsmbmount.c23 #include <mntent.h>
258 struct mntent *mnt;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/coreutils/
H A Ddf.c21 #include <mntent.h>
43 struct mntent *mount_entry;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DPlatformSpecific.cpp185 #include <mntent.h>
193 struct mntent *entry = NULL;
238 #include <sys/mntent.h>
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dismounted.c25 #include <mntent.h>
47 struct mntent *mnt;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/smbd/
H A Dquotas.c56 #include <mntent.h>
203 struct mntent *mnt;
292 #include <mntent.h>
300 struct mntent *mnt;
398 #include <sys/mntent.h>
401 #include <mntent.h>
590 struct mntent *mnt;
804 #include <mntent.h>
814 struct mntent *mnt;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/
H A Dvolume.h42 #include <mntent.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/libfuse-lite/
H A Dmount_util.c18 #include <mntent.h>
H A Dfusermount.c22 #include <mntent.h>
138 struct mntent *entp;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dunix.h57 #include <mntent.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dsysincludes.h228 # include <mntent.h>
H A Dmzip.c75 struct mntent *mnt;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Dsys-linux.c89 #include <mntent.h>
1384 struct mntent *mntent; local
1393 while ((mntent = getmntent(fp)) != NULL) {
1394 if (strcmp(mntent->mnt_type, MNTTYPE_IGNORE) == 0)
1396 if (strcmp(mntent->mnt_type, "proc") == 0) {
1397 strlcpy(proc_path, mntent->mnt_dir, sizeof(proc_path));
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Dsys-linux.c38 #include <mntent.h>
1291 struct mntent *mntent; local
1300 while ((mntent = getmntent(fp)) != NULL) {
1301 if (strcmp(mntent->mnt_type, MNTTYPE_IGNORE) == 0)
1303 if (strcmp(mntent->mnt_type, "proc") == 0) {
1304 strlcpy(proc_path, mntent->mnt_dir, sizeof(proc_path));
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/include/
H A Dlibbb.h20 #include <mntent.h>
733 extern int match_fstype(const struct mntent *mt, const char *fstypes);
734 extern struct mntent *find_mount_point(const char *name, const char *table);

Completed in 163 milliseconds

12