Searched refs:getmntopts (Results 1 – 25 of 26) sorted by relevance
12
/freebsd/sbin/mount/ |
H A D | Makefile | 3 SRCS= mount.c mount_fs.c getmntopts.c vfslist.c 5 MLINKS+= mntopts.3 getmntopts.3
|
H A D | mntopts.h | 100 void getmntopts(const char *, const struct mntopt *, int *, int *);
|
H A D | mount_fs.c | 85 getmntopts(optarg, mopts, &mntflags, 0); in mount_fs()
|
H A D | getmntopts.c | 50 getmntopts(const char *options, const struct mntopt *m0, int *flagp, in getmntopts() function
|
/freebsd/sbin/mount_nullfs/ |
H A D | Makefile | 3 SRCS= mount_nullfs.c getmntopts.c
|
/freebsd/sbin/mount_unionfs/ |
H A D | Makefile | 3 SRCS= mount_unionfs.c getmntopts.c
|
/freebsd/usr.sbin/mountd/ |
H A D | Makefile | 2 SRCS= mountd.c getmntopts.c
|
/freebsd/sbin/tunefs/ |
H A D | Makefile | 3 SRCS= tunefs.c getmntopts.c
|
/freebsd/sbin/mount_msdosfs/ |
H A D | Makefile | 6 SRCS= mount_msdosfs.c getmntopts.c
|
/freebsd/sbin/mount_cd9660/ |
H A D | Makefile | 3 SRCS= mount_cd9660.c getmntopts.c
|
H A D | mount_cd9660.c | 113 getmntopts(optarg, mopts, &mntflags, NULL); in main()
|
/freebsd/sbin/fsck/ |
H A D | Makefile | 6 SRCS+= getmntopts.c
|
/freebsd/sbin/mount_udf/ |
H A D | Makefile | 3 SRCS= mount_udf.c getmntopts.c
|
H A D | mount_udf.c | 88 getmntopts(optarg, mopts, &mntflags, NULL); in main()
|
/freebsd/sbin/mksnap_ffs/ |
H A D | Makefile | 5 SRCS= mksnap_ffs.c getmntopts.c
|
/freebsd/sbin/mount_nfs/ |
H A D | Makefile | 3 SRCS= mount_nfs.c getmntopts.c mounttab.c
|
/freebsd/usr.sbin/mount_smbfs/ |
H A D | Makefile | 3 SRCS= mount_smbfs.c getmntopts.c
|
/freebsd/sbin/init/ |
H A D | Makefile | 4 SRCS= init.c getmntopts.c
|
/freebsd/sbin/growfs/ |
H A D | Makefile | 10 SRCS= growfs.c getmntopts.c
|
/freebsd/sbin/mount_fusefs/ |
H A D | Makefile | 23 SRCS= mount_fusefs.c getmntopts.c
|
/freebsd/usr.sbin/autofs/ |
H A D | Makefile | 9 SRCS+= getmntopts.c
|
/freebsd/sbin/fsck_ffs/ |
H A D | Makefile | 8 pass4.c pass5.c setup.c suj.c utilities.c gjournal.c getmntopts.c \
|
/freebsd/tests/sys/fs/fusefs/ |
H A D | Makefile | 58 SRCS.$p+= getmntopts.c
|
/freebsd/contrib/netbsd-tests/fs/puffs/h_dtfs/ |
H A D | dtfs.c | 150 mp = getmntopts(optarg, puffsmopts, &mntflags, &pflags); in main()
|
/freebsd/contrib/smbfs/mount_smbfs/ |
H A D | mount_smbfs.c | 196 getmntopts(optarg, mopts, &mntflags, 0); in main()
|
12