Home
last modified time | relevance | path

Searched refs:optlist (Results 1 – 17 of 17) sorted by relevance

/freebsd-12-stable/contrib/nvi/common/
Doptions.c48 OPTLIST const optlist[] = { variable
418 for (op = optlist, cnt = 0; op->name != NULL; ++op, ++cnt) { in opts_init()
448 OI(*oargs, optlist[*oargs].name); in opts_init()
452 err: msgq_wstr(sp, M_ERR, optlist[optindx].name, in opts_init()
525 offset = op - optlist; in opts_set()
801 msgq_wstr(sp, M_ERR, optlist[off].name, in opts_empty()
847 for (b_num = s_num = 0, op = optlist; op->name != NULL; ++op) { in opts_dump()
848 cnt = op - optlist; in opts_dump()
923 cnt = opts_print(sp, &optlist[s_op[base]]); in opts_dump()
935 (void)opts_print(sp, &optlist[b_op[row]]); in opts_dump()
[all …]
Doptions.h98 extern OPTLIST const optlist[];
/freebsd-12-stable/sys/kern/
Dvfs_mount.c77 uint64_t fsflags, struct vfsoptlist **optlist);
581 struct vfsoptlist *optlist; in vfs_donmount() local
592 error = vfs_buildopts(fsoptions, &optlist); in vfs_donmount()
596 if (vfs_getopt(optlist, "errmsg", (void **)&errmsg, &errmsg_len) == 0) in vfs_donmount()
597 errmsg_pos = vfs_getopt_pos(optlist, "errmsg"); in vfs_donmount()
605 error = vfs_getopt(optlist, "fstype", (void **)&fstype, &fstypelen); in vfs_donmount()
613 error = vfs_getopt(optlist, "fspath", (void **)&fspath, &fspathlen); in vfs_donmount()
627 TAILQ_FOREACH_SAFE(opt, optlist, link, tmp_opt) { in vfs_donmount()
630 vfs_freeopt(optlist, opt); in vfs_donmount()
636 vfs_freeopt(optlist, opt); in vfs_donmount()
[all …]
/freebsd-12-stable/usr.bin/patch/
Dbackupfile.c175 argmatch(const char *arg, const char **optlist) in argmatch() argument
185 for (i = 0; optlist[i]; i++) { in argmatch()
186 if (!strncmp(optlist[i], arg, arglen)) { in argmatch()
187 if (strlen(optlist[i]) == arglen) in argmatch()
/freebsd-12-stable/contrib/traceroute/
Dtraceroute.c798 register u_char *optlist; in main() local
800 optlist = outp; in main()
809 optlist[0] = IPOPT_NOP; in main()
811 optlist[1] = IPOPT_LSRR; in main()
813 optlist[2] = i + 3; in main()
815 optlist[3] = IPOPT_MINOFF; in main()
816 memcpy(optlist + 4, gwlist + 1, i); in main()
856 u_char optlist[MAX_IPOPTLEN]; in main() local
869 optlist[0] = IPOPT_NOP; in main()
871 optlist[1] = IPOPT_LSRR; in main()
[all …]
/freebsd-12-stable/sbin/etherswitchcfg/
Difmedia.c529 char *optlist, *optptr; in get_media_options() local
533 optlist = strdup(val); in get_media_options()
534 if (optlist == NULL) in get_media_options()
549 optptr = optlist; in get_media_options()
561 free(optlist); in get_media_options()
/freebsd-12-stable/sbin/ifconfig/
Difmedia.c568 char *optlist, *optptr; in get_media_options() local
572 optlist = strdup(val); in get_media_options()
573 if (optlist == NULL) in get_media_options()
588 optptr = optlist; in get_media_options()
601 free(optlist); in get_media_options()
/freebsd-12-stable/bin/stty/
Dextern.h41 void optlist(void);
/freebsd-12-stable/contrib/ipfilter/tools/
DBNF.ipf49 ipopts = optlist | "sec-class" [ secname ] .
61 optlist = "nop" | "rr" | "zsu" | "mtup" | "mtur" | "encode" | "ts" | "tr" |
/freebsd-12-stable/share/examples/ipfilter/
DBNF50 ipopts = optlist | "sec-class" [ secname ] .
62 optlist = "nop" | "rr" | "zsu" | "mtup" | "mtur" | "encode" | "ts" | "tr" |
/freebsd-12-stable/crypto/openssh/
Dmdoc2man.awk26 optlist=0
/freebsd-12-stable/bin/ps/
Dps.c1362 kludge_oldps_options(const char *optlist, char *origval, const char *nextarg) in kludge_oldps_options() argument
1372 if (optlist != NULL) { in kludge_oldps_options()
1374 optp = strchr(optlist, *cp); in kludge_oldps_options()
/freebsd-12-stable/sbin/ipf/common/
Dipf_y.y109 %type <num> opt compare range opttype flagset optlist ipv6hdrlist ipv6hdr
1495 ipopts: optlist { DOALL(fr->fr_mip.fi_optmsk |= $1;
1508 optlist:
1510 | optlist ',' opt { $$ |= $1 | $3; }
/freebsd-12-stable/sys/netpfil/ipfilter/netinet/
Dfil.c193 static const struct optlist ipopts[] = {
217 static const struct optlist ip6exthdr[] = {
234 static const struct optlist secopt[] = {
1659 const struct optlist *op; in ipf_pr_ipv4hdr()
1863 const struct optlist *sp; in ipf_checkripso()
Dip_fil.h1089 typedef struct optlist { struct
/freebsd-12-stable/contrib/binutils/opcodes/
DChangeLog-92972977 (optlist, list_search): Made appropriate arguments now point to
/freebsd-12-stable/contrib/unbound/doc/
DChangelog5233 - Fix libubound for edns optlist feature.