Searched refs:optlist (Results 1 - 12 of 12) sorted by relevance

/freebsd-current/bin/stty/
H A Dextern.h38 void optlist(void);
/freebsd-current/crypto/openssh/
H A Dmdoc2man.awk26 optlist=0
307 oldoptlist=optlist
309 optlist=1
311 optlist=2
314 optlist=3
316 optlist=4
318 optlist=1
321 optlist=oldoptlist
322 if(!optlist)
331 } else if(match(words[w],"^It$")&&optlist) {
[all...]
/freebsd-current/usr.bin/patch/
H A Dbackupfile.c174 argmatch(const char *arg, const char **optlist) argument
184 for (i = 0; optlist[i]; i++) {
185 if (!strncmp(optlist[i], arg, arglen)) {
186 if (strlen(optlist[i]) == arglen)
/freebsd-current/contrib/nvi/common/
H A Doptions.c48 OPTLIST const optlist[] = { variable
420 for (op = optlist, cnt = 0; op->name != NULL; ++op, ++cnt) {
450 OI(*oargs, optlist[*oargs].name);
454 err: msgq_wstr(sp, M_ERR, optlist[optindx].name,
527 offset = op - optlist;
803 msgq_wstr(sp, M_ERR, optlist[off].name,
849 for (b_num = s_num = 0, op = optlist; op->name != NULL; ++op) {
850 cnt = op - optlist;
925 cnt = opts_print(sp, &optlist[s_op[base]]);
937 (void)opts_print(sp, &optlist[b_o
[all...]
H A Doptions.h98 extern OPTLIST const optlist[];
/freebsd-current/sys/kern/
H A Dvfs_mount.c79 struct vfsoptlist **optlist);
803 struct vfsoptlist *optlist; local
814 error = vfs_buildopts(fsoptions, &optlist);
818 if (vfs_getopt(optlist, "errmsg", (void **)&errmsg, &errmsg_len) == 0)
819 errmsg_pos = vfs_getopt_pos(optlist, "errmsg");
827 error = vfs_getopt(optlist, "fstype", (void **)&fstype, &fstypelen);
835 error = vfs_getopt(optlist, "fspath", (void **)&fspath, &fspathlen);
863 TAILQ_FOREACH_SAFE(opt, optlist, link, tmp_opt) {
976 vfs_freeopt(optlist, opt);
997 error = vfs_domount(td, fstype, fspath, fsflags, jail_export, &optlist);
[all...]
/freebsd-current/sbin/etherswitchcfg/
H A Difmedia.c528 char *optlist, *optptr; local
532 optlist = strdup(val);
533 if (optlist == NULL)
548 optptr = optlist;
560 free(optlist);
/freebsd-current/usr.sbin/traceroute/
H A Dtraceroute.c768 register u_char *optlist; local
770 optlist = outp;
779 optlist[0] = IPOPT_NOP;
781 optlist[1] = IPOPT_LSRR;
783 optlist[2] = i + 3;
785 optlist[3] = IPOPT_MINOFF;
786 memcpy(optlist + 4, gwlist + 1, i);
/freebsd-current/bin/ps/
H A Dps.c1378 kludge_oldps_options(const char *optlist, char *origval, const char *nextarg) argument
1388 if (optlist != NULL) {
1390 optp = strchr(optlist, *cp);
/freebsd-current/sbin/ipf/common/
H A Dipf_y.y108 %type <num> opt compare range opttype flagset optlist ipv6hdrlist ipv6hdr
1494 ipopts: optlist { DOALL(fr->fr_mip.fi_optmsk |= $1;
1507 optlist: label
1509 | optlist ',' opt { $$ |= $1 | $3; }
/freebsd-current/sys/netpfil/ipfilter/netinet/
H A Dfil.c187 static const struct optlist ipopts[] = {
211 static const struct optlist ip6exthdr[] = {
228 static const struct optlist secopt[] = {
1653 const struct optlist *op;
1857 const struct optlist *sp;
H A Dip_fil.h1086 typedef struct optlist { struct

Completed in 200 milliseconds