Home
last modified time | relevance | path

Searched defs:optlist (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/usr.bin/patch/
H A Dbackupfile.c175 argmatch(const char *arg, const char **optlist) in argmatch()
/freebsd-13.1/sys/kern/
H A Dvfs_mount.c664 struct vfsoptlist *optlist; in vfs_donmount() local
937 struct vfsoptlist **optlist /* Options local to the filesystem. */ in vfs_domount_first()
1101 struct vfsoptlist **optlist /* Options local to the filesystem. */ in vfs_domount_update()
1323 struct vfsoptlist **optlist /* Options local to the filesystem. */ in vfs_domount()
/freebsd-13.1/sbin/etherswitchcfg/
H A Difmedia.c529 char *optlist, *optptr; in get_media_options() local
/freebsd-13.1/contrib/nvi/common/
H A Doptions.c48 OPTLIST const optlist[] = { variable
/freebsd-13.1/contrib/traceroute/
H A Dtraceroute.c798 register u_char *optlist; in main() local
856 u_char optlist[MAX_IPOPTLEN]; in main() local
/freebsd-13.1/bin/ps/
H A Dps.c1362 kludge_oldps_options(const char *optlist, char *origval, const char *nextarg) in kludge_oldps_options()
/freebsd-13.1/sys/netpfil/ipfilter/netinet/
H A Dip_fil.h1089 typedef struct optlist { struct
1092 } optlist_t; argument