Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/nvi/common/
H A Doptions.c48 OPTLIST const optlist[] = { variable
450 OI(*oargs, optlist[*oargs].name); in opts_init()
527 offset = op - optlist; in opts_set()
803 msgq_wstr(sp, M_ERR, optlist[off].name, in opts_empty()
850 cnt = op - optlist; in opts_dump()
955 offset = op - optlist; in opts_print()
995 cnt = op - optlist; in opts_save()
1052 return (optlist + ap->offset); in opts_search()
1056 if ((op = bsearch(&otmp, optlist, sizeof(optlist) / sizeof(OPTLIST) - 1, in opts_search()
1120 if (optlist[cnt].type != OPT_STR || in opts_copy()
[all …]
H A Doptions.h98 extern OPTLIST const optlist[];
/freebsd-14.2/usr.bin/patch/
H A Dbackupfile.c174 argmatch(const char *arg, const char **optlist) in argmatch() argument
184 for (i = 0; optlist[i]; i++) { in argmatch()
185 if (!strncmp(optlist[i], arg, arglen)) { in argmatch()
186 if (strlen(optlist[i]) == arglen) in argmatch()
/freebsd-14.2/sys/kern/
H A Dvfs_mount.c804 struct vfsoptlist *optlist; in vfs_donmount() local
977 vfs_freeopt(optlist, opt); in vfs_donmount()
1017 &optlist); in vfs_donmount()
1034 if (optlist != NULL) in vfs_donmount()
1035 vfs_freeopts(optlist); in vfs_donmount()
1180 mp->mnt_optnew = *optlist; in vfs_domount_first()
1241 *optlist = NULL; in vfs_domount_first()
1433 mp->mnt_optnew = *optlist; in vfs_domount_update()
1554 *optlist = NULL; in vfs_domount_update()
1689 fsflags, optlist); in vfs_domount()
[all …]
/freebsd-14.2/contrib/traceroute/
H A Dtraceroute.c807 register u_char *optlist; in main() local
809 optlist = outp; in main()
818 optlist[0] = IPOPT_NOP; in main()
820 optlist[1] = IPOPT_LSRR; in main()
822 optlist[2] = i + 3; in main()
824 optlist[3] = IPOPT_MINOFF; in main()
865 u_char optlist[MAX_IPOPTLEN]; in main() local
878 optlist[0] = IPOPT_NOP; in main()
880 optlist[1] = IPOPT_LSRR; in main()
882 optlist[2] = i + 3; in main()
[all …]
/freebsd-14.2/sbin/etherswitchcfg/
H A Difmedia.c528 char *optlist, *optptr; in get_media_options() local
532 optlist = strdup(val); in get_media_options()
533 if (optlist == NULL) in get_media_options()
548 optptr = optlist; in get_media_options()
560 free(optlist); in get_media_options()
/freebsd-14.2/bin/stty/
H A Dextern.h40 void optlist(void);
/freebsd-14.2/crypto/openssh/
H A Dmdoc2man.awk26 optlist=0
/freebsd-14.2/share/examples/ipfilter/
H A DBNF50 ipopts = optlist | "sec-class" [ secname ] .
62 optlist = "nop" | "rr" | "zsu" | "mtup" | "mtur" | "encode" | "ts" | "tr" |
/freebsd-14.2/bin/ps/
H A Dps.c1389 kludge_oldps_options(const char *optlist, char *origval, const char *nextarg) in kludge_oldps_options() argument
1399 if (optlist != NULL) { in kludge_oldps_options()
1401 optp = strchr(optlist, *cp); in kludge_oldps_options()
/freebsd-14.2/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:
1509 | optlist ',' opt { $$ |= $1 | $3; }
/freebsd-14.2/sys/netpfil/ipfilter/netinet/
H A Dfil.c191 static const struct optlist ipopts[] = {
215 static const struct optlist ip6exthdr[] = {
232 static const struct optlist secopt[] = {
1657 const struct optlist *op; in ipf_pr_ipv4hdr()
1861 const struct optlist *sp; in ipf_checkripso()
H A Dip_fil.h1088 typedef struct optlist { struct
/freebsd-14.2/contrib/unbound/doc/
H A DChangelog5964 - Fix libubound for edns optlist feature.