Searched refs:getmntopts (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-12-stable/bin/df/
H A DMakefile14 SRCS+= getmntopts.c
/freebsd-12-stable/sbin/mount/
H A DMakefile6 SRCS= mount.c mount_fs.c getmntopts.c vfslist.c
8 # We do NOT install the getmntopts.3 man page.
H A Dmntopts.h100 void getmntopts(const char *, const struct mntopt *, int *, int *);
H A Dmount_fs.c99 getmntopts(optarg, mopts, &mntflags, 0);
H A Dgetmntopts.c34 static char sccsid[] = "@(#)getmntopts.c 8.3 (Berkeley) 3/29/95";
57 getmntopts(const char *options, const struct mntopt *m0, int *flagp, function
/freebsd-12-stable/sbin/mount_cd9660/
H A DMakefile6 SRCS= mount_cd9660.c getmntopts.c
H A Dmount_cd9660.c114 getmntopts(optarg, mopts, &mntflags, NULL);
/freebsd-12-stable/sbin/mount_msdosfs/
H A DMakefile7 SRCS= mount_msdosfs.c getmntopts.c
/freebsd-12-stable/sbin/mount_nullfs/
H A DMakefile6 SRCS= mount_nullfs.c getmntopts.c
/freebsd-12-stable/sbin/mount_udf/
H A DMakefile5 SRCS= mount_udf.c getmntopts.c
H A Dmount_udf.c90 getmntopts(optarg, mopts, &mntflags, NULL);
/freebsd-12-stable/sbin/mount_unionfs/
H A DMakefile6 SRCS= mount_unionfs.c getmntopts.c
/freebsd-12-stable/sbin/tunefs/
H A DMakefile6 SRCS= tunefs.c getmntopts.c
/freebsd-12-stable/usr.sbin/mountd/
H A DMakefile5 SRCS= mountd.c getmntopts.c
/freebsd-12-stable/sbin/mksnap_ffs/
H A DMakefile7 SRCS= mksnap_ffs.c getmntopts.c
/freebsd-12-stable/sbin/mount_nfs/
H A DMakefile7 SRCS= mount_nfs.c getmntopts.c mounttab.c
/freebsd-12-stable/usr.sbin/mount_smbfs/
H A DMakefile4 SRCS= mount_smbfs.c getmntopts.c
/freebsd-12-stable/sbin/growfs/
H A DMakefile13 SRCS= growfs.c getmntopts.c
/freebsd-12-stable/sbin/mount_fusefs/
H A DMakefile25 SRCS= mount_fusefs.c getmntopts.c
/freebsd-12-stable/sbin/fsck_ffs/
H A DMakefile11 pass4.c pass5.c setup.c suj.c utilities.c gjournal.c getmntopts.c \
/freebsd-12-stable/sbin/init/
H A DMakefile7 SRCS= init.c getmntopts.c
25 # Needed for getmntopts.c
/freebsd-12-stable/usr.sbin/autofs/
H A DMakefile11 SRCS+= getmntopts.c
23 # Needed for getmntopts.c
/freebsd-12-stable/tests/sys/fs/fusefs/
H A DMakefile55 SRCS.$p+= getmntopts.c
/freebsd-12-stable/contrib/netbsd-tests/fs/puffs/h_dtfs/
H A Ddtfs.c150 mp = getmntopts(optarg, puffsmopts, &mntflags, &pflags);
152 err(1, "getmntopts");
/freebsd-12-stable/contrib/smbfs/mount_smbfs/
H A Dmount_smbfs.c196 getmntopts(optarg, mopts, &mntflags, 0);

Completed in 217 milliseconds

12