Home
last modified time | relevance | path

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

/freebsd/contrib/tcp_wrappers/
H A Dfix_options.c41 unsigned char optbuf[BUFFER_SIZE / 3], *cp; in fix_options() local
/freebsd/sbin/mount/
H A Dmount.c179 char *optbuf, *opt; in specified_ro() local
507 char *opt, *optbuf; in hasopt() local
545 char *optbuf, execname[PATH_MAX], mntpath[PATH_MAX]; in mountfs() local
H A Dgetmntopts.c55 char *opt, *optbuf, *p; in getmntopts() local
/freebsd/sbin/fsck/
H A Dfsutil.c75 char *opt, *optbuf; in getfsopt() local
H A Dfsck.c304 char *optbuf, execbase[MAXPATHLEN]; in checkfs() local
/freebsd/bin/sh/
H A Dmiscbltin.c574 char optbuf[40]; in ulimitcmd() local
/freebsd/sbin/dhclient/
H A Doptions.c635 static char optbuf[32768]; /* XXX */ in pretty_print_option() local
H A Ddhclient.c2818 static char optbuf[32768]; /* XXX */ in option_as_string() local
/freebsd/contrib/sendmail/src/
H A Dusersmtp.c2065 char optbuf[MAXLINE]; local
2393 char optbuf[MAXLINE]; local
/freebsd/sys/netinet6/
H A Dip6_output.c1337 u_char *optbuf; in ip6_insert_jumboopt() local
2039 u_char *optbuf; in ip6_ctloutput() local
/freebsd/crypto/openssh/
H A Dssh-keygen.c2077 show_options(struct sshbuf *optbuf, int in_critical) in show_options()