Home
last modified time | relevance | path

Searched defs:optbuf (Results 1 – 11 of 11) sorted by relevance

/freebsd-13.1/contrib/tcp_wrappers/
H A Dfix_options.c42 unsigned char optbuf[BUFFER_SIZE / 3], *cp; local
/freebsd-13.1/sbin/mount/
H A Dmount.c183 char *optbuf, *opt; in specified_ro() local
513 char *opt, *optbuf; in hasopt() local
551 char *optbuf, execname[PATH_MAX], mntpath[PATH_MAX]; in mountfs() local
H A Dgetmntopts.c62 char *opt, *optbuf, *p; in getmntopts() local
/freebsd-13.1/sbin/fsck/
H A Dfsutil.c77 char *opt, *optbuf; in getfsopt() local
H A Dfsck.c308 char *optbuf, execbase[MAXPATHLEN]; in checkfs() local
/freebsd-13.1/bin/sh/
H A Dmiscbltin.c577 char optbuf[40]; in ulimitcmd() local
/freebsd-13.1/sbin/dhclient/
H A Doptions.c637 static char optbuf[32768]; /* XXX */ in pretty_print_option() local
H A Ddhclient.c2786 static char optbuf[32768]; /* XXX */ in option_as_string() local
/freebsd-13.1/contrib/sendmail/src/
H A Dusersmtp.c2029 char optbuf[MAXLINE]; local
2315 char optbuf[MAXLINE]; local
/freebsd-13.1/sys/netinet6/
H A Dip6_output.c1320 u_char *optbuf; in ip6_insert_jumboopt() local
2058 u_char *optbuf; in ip6_ctloutput() local
/freebsd-13.1/crypto/openssh/
H A Dssh-keygen.c2023 show_options(struct sshbuf *optbuf, int in_critical) in show_options()