/src/lib/libutil/ |
Makefile | 16 getfsspecname.c getmntopts.c getrawpartition.c getdiskrawname.c \ 28 getmaxpartitions.3 getmntopts.3 getrawpartition.3 \ 105 MLINKS+=getmntopts.3 getmntoptstr.3 106 MLINKS+=getmntopts.3 getmntoptnum.3 107 MLINKS+=getmntopts.3 freemntopts.3
|
getmntopts.c | 1 /* $NetBSD: getmntopts.c,v 1.4 2007/08/26 22:46:15 pooka Exp $ */ 35 static char sccsid[] = "@(#)getmntopts.c 8.3 (Berkeley) 3/29/95"; 37 __RCSID("$NetBSD: getmntopts.c,v 1.4 2007/08/26 22:46:15 pooka Exp $"); 123 getmntopts(const char *options, const struct mntopt *m0, int *flagp, function in typeref:typename:mntoptparse_t
|
/src/include/ |
mntopts.h | 108 mntoptparse_t getmntopts(const char *, const struct mntopt *, int *, int *);
|
/src/sbin/mount_fdesc/ |
mount_fdesc.c | 126 mp = getmntopts(optarg, mopts, mntflags, 0); 128 err(1, "getmntopts");
|
/src/sbin/mount_hfs/ |
mount_hfs.c | 117 optparse = getmntopts(optarg, mopts, mntflags, 0); 119 err(1, "getmntopts");
|
/src/sbin/mount_kernfs/ |
mount_kernfs.c | 126 mp = getmntopts(optarg, mopts, mntflags, 0); 128 err(1, "getmntopts");
|
/src/sbin/mount_null/ |
mount_null.c | 92 mp = getmntopts(optarg, mopts, &mntflags, 0); 94 err(1, "getmntopts");
|
/src/sbin/mount_overlay/ |
mount_overlay.c | 92 mp = getmntopts(optarg, mopts, &mntflags, 0); 94 err(1, "getmntopts");
|
/src/sbin/mount_procfs/ |
mount_procfs.c | 131 mp = getmntopts(optarg, mopts, &mntflags, &altflags); 133 err(1, "getmntopts");
|
/src/sbin/mount_autofs/ |
mount_autofs.c | 84 mp = getmntopts(optarg, mopts, mntflags, 0); 86 err(EXIT_FAILURE, "getmntopts");
|
/src/sbin/mount_chfs/ |
mount_chfs.c | 85 mp = getmntopts(optarg, mopts, mntflags, 0); 87 err(1, "getmntopts");
|
/src/sbin/mount_ext2fs/ |
mount_ext2fs.c | 103 mp = getmntopts(optarg, mopts, mntflags, 0); 105 err(1, "getmntopts");
|
/src/sbin/mount_ffs/ |
mount_ffs.c | 108 mp = getmntopts(optarg, mopts, mntflags, 0); 110 err(1, "getmntopts");
|
/src/sbin/mount_sysvbfs/ |
mount_sysvbfs.c | 96 mp = getmntopts(optarg, mopts, mntflags, 0); 98 err(1, "getmntopts");
|
/src/sbin/mount_union/ |
mount_union.c | 101 mp = getmntopts(optarg, mopts, &mntflags, 0); 103 err(1, "getmntopts");
|
/src/sbin/mount_v7fs/ |
mount_v7fs.c | 149 mp = getmntopts(optarg, mopts, mntflags, 0); 151 err(1, "getmntopts");
|
/src/share/examples/puffs/pnullfs/ |
pnullfs.c | 71 mp = getmntopts(optarg, puffsmopts, &mntflags, &pflags); 73 err(1, "getmntopts");
|
/src/usr.sbin/puffs/rump_nqmfs/ |
rump_nqmfs.c | 86 mp = getmntopts(optarg, mopts, &mntflags, &altflags); 88 err(1, "getmntopts");
|
/src/sbin/mount_efs/ |
mount_efs.c | 68 mp = getmntopts(optarg, mopts, mntflags, NULL); 70 err(1, "getmntopts");
|
/src/sbin/mount_ados/ |
mount_ados.c | 105 mp = getmntopts(optarg, mopts, &mntflags, 0); 107 err(1, "getmntopts");
|
/src/sbin/mount_filecore/ |
mount_filecore.c | 153 mp = getmntopts(optarg, mopts, &mntflags, 0); 155 err(1, "getmntopts");
|
/src/sbin/mount_nilfs/ |
mount_nilfs.c | 118 mp = getmntopts(optarg, mopts, mntflags, 0); 120 err(EXIT_FAILURE, "getmntopts");
|
/src/sbin/mount_ntfs/ |
mount_ntfs.c | 112 mp = getmntopts(optarg, mopts, mntflags, 0); 114 err(1, "getmntopts");
|
/src/sbin/mount_ptyfs/ |
mount_ptyfs.c | 179 mp = getmntopts(optarg, mopts, &mntflags, &altflags); 181 err(1, "getmntopts");
|
/src/sbin/mount_lfs/ |
mount_lfs.c | 126 mp = getmntopts(optarg, mopts, mntflags, 0); 128 err(1, "getmntopts");
|