Symbol: optlist
bin/ps/ps.c
1436
kludge_oldps_options(const char *optlist, char *origval, const char *nextarg)
bin/ps/ps.c
1446
if (optlist != NULL) {
bin/ps/ps.c
1448
optp = strchr(optlist, *cp);
bin/stty/extern.h
40
void optlist(void);
sbin/etherswitchcfg/ifmedia.c
528
char *optlist, *optptr;
sbin/etherswitchcfg/ifmedia.c
532
optlist = strdup(val);
sbin/etherswitchcfg/ifmedia.c
533
if (optlist == NULL)
sbin/etherswitchcfg/ifmedia.c
548
optptr = optlist;
sbin/etherswitchcfg/ifmedia.c
560
free(optlist);
sbin/ipf/common/ipf_y.y
108
%type <num> opt compare range opttype flagset optlist ipv6hdrlist ipv6hdr
sbin/ipf/common/ipf_y.y
1494
ipopts: optlist { DOALL(fr->fr_mip.fi_optmsk |= $1;
sbin/ipf/common/ipf_y.y
1507
optlist:
sbin/ipf/common/ipf_y.y
1509
| optlist ',' opt { $$ |= $1 | $3; }
sys/kern/vfs_mount.c
1011
jail_export, &optlist);
sys/kern/vfs_mount.c
1030
jail_export, &optlist);
sys/kern/vfs_mount.c
1047
if (optlist != NULL)
sys/kern/vfs_mount.c
1048
vfs_freeopts(optlist);
sys/kern/vfs_mount.c
1130
struct vfsoptlist **optlist /* Options local to the filesystem. */
sys/kern/vfs_mount.c
1168
optlist, fsflags);
sys/kern/vfs_mount.c
1206
mp->mnt_optnew = *optlist;
sys/kern/vfs_mount.c
1267
*optlist = NULL;
sys/kern/vfs_mount.c
1339
struct vfsoptlist **optlist /* Options local to the filesystem. */
sys/kern/vfs_mount.c
1358
if (vfs_copyopt(*optlist, "export", &export, sizeof(export))
sys/kern/vfs_mount.c
1396
error = mac_mount_check_update(td->td_ucred, mp, optlist,
sys/kern/vfs_mount.c
1423
if (vfs_getopt(*optlist, "fsid", (void **)&fsid_up,
sys/kern/vfs_mount.c
1433
vfs_deleteopt(*optlist, "fsid");
sys/kern/vfs_mount.c
1470
mp->mnt_optnew = *optlist;
sys/kern/vfs_mount.c
1592
*optlist = NULL;
sys/kern/vfs_mount.c
1630
struct vfsoptlist **optlist /* Options local to the filesystem. */
sys/kern/vfs_mount.c
1728
fsflags, optlist);
sys/kern/vfs_mount.c
1733
jail_export, optlist);
sys/kern/vfs_mount.c
810
struct vfsoptlist *optlist;
sys/kern/vfs_mount.c
82
struct vfsoptlist **optlist);
sys/kern/vfs_mount.c
821
error = vfs_buildopts(fsoptions, &optlist);
sys/kern/vfs_mount.c
825
if (vfs_getopt(optlist, "errmsg", (void **)&errmsg, &errmsg_len) == 0)
sys/kern/vfs_mount.c
826
errmsg_pos = vfs_getopt_pos(optlist, "errmsg");
sys/kern/vfs_mount.c
834
error = vfs_getopt(optlist, "fstype", (void **)&fstype, &fstypelen);
sys/kern/vfs_mount.c
842
error = vfs_getopt(optlist, "fspath", (void **)&fspath, &fspathlen);
sys/kern/vfs_mount.c
870
TAILQ_FOREACH_SAFE(opt, optlist, link, tmp_opt) {
sys/kern/vfs_mount.c
982
vfs_freeopt(optlist, opt);
sys/netpfil/ipfilter/netinet/fil.c
1667
const struct optlist *op;
sys/netpfil/ipfilter/netinet/fil.c
187
static const struct optlist ipopts[] = {
sys/netpfil/ipfilter/netinet/fil.c
1871
const struct optlist *sp;
sys/netpfil/ipfilter/netinet/fil.c
211
static const struct optlist ip6exthdr[] = {
sys/netpfil/ipfilter/netinet/fil.c
228
static const struct optlist secopt[] = {
sys/security/mac/mac_framework.h
253
struct vfsconf *, struct vfsoptlist **optlist, uint64_t fsflags);
sys/security/mac/mac_framework.h
255
struct vfsoptlist **optlist, uint64_t fsflags);
sys/security/mac/mac_policy.h
301
struct vfsoptlist **optlist, uint64_t fsflags);
sys/security/mac/mac_policy.h
304
struct vfsoptlist **optlist, uint64_t fsflags);
sys/security/mac/mac_vfs.c
134
struct vfsconf *vfsp, struct vfsoptlist **optlist, uint64_t fsflags)
sys/security/mac/mac_vfs.c
139
optlist, fsflags);
sys/security/mac/mac_vfs.c
140
MAC_CHECK_PROBE5(mount_check_mount, error, cred, vp, vfsp, optlist,
sys/security/mac/mac_vfs.c
150
struct vfsoptlist **optlist, uint64_t fsflags)
sys/security/mac/mac_vfs.c
155
optlist, fsflags);
sys/security/mac/mac_vfs.c
157
optlist, fsflags);
sys/security/mac_stub/mac_stub.c
580
struct vfsoptlist **optlist, uint64_t fsflags)
sys/security/mac_stub/mac_stub.c
588
struct label *mplabel, struct vfsoptlist **optlist, uint64_t fsflags)
sys/security/mac_test/mac_test.c
1085
struct vfsoptlist **optlist, uint64_t fsflags)
sys/security/mac_test/mac_test.c
1096
struct label *mplabel, struct vfsoptlist **optlist, uint64_t fsflags)
usr.bin/patch/backupfile.c
174
argmatch(const char *arg, const char **optlist)
usr.bin/patch/backupfile.c
184
for (i = 0; optlist[i]; i++) {
usr.bin/patch/backupfile.c
185
if (!strncmp(optlist[i], arg, arglen)) {
usr.bin/patch/backupfile.c
186
if (strlen(optlist[i]) == arglen)
usr.sbin/traceroute/traceroute.c
768
register u_char *optlist;
usr.sbin/traceroute/traceroute.c
770
optlist = outp;
usr.sbin/traceroute/traceroute.c
779
optlist[0] = IPOPT_NOP;
usr.sbin/traceroute/traceroute.c
781
optlist[1] = IPOPT_LSRR;
usr.sbin/traceroute/traceroute.c
783
optlist[2] = i + 3;
usr.sbin/traceroute/traceroute.c
785
optlist[3] = IPOPT_MINOFF;
usr.sbin/traceroute/traceroute.c
786
memcpy(optlist + 4, gwlist + 1, i);