Searched refs:_host (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/crypto/openssh/regress/
H A Dcfginclude.sh87 _host="$1"
89 ${REAL_SSH} -F $OBJ/ssh_config.i -G "$_host" > $OBJ/ssh_config.out ||
93 fail "host $_host include fail: expected $_exp got $_got"
228 _host="$1"
230 ${REAL_SSH} -F $OBJ/ssh_config.i -G "$_host" > $OBJ/ssh_config.out ||
234 fail "host $_host include fail: expected $_exp got $_got"
H A Dkeygen-knownhosts.sh40 _host=$1
49 echo "# Host $_host found: line $_line $_mark" >> $OBJ/kh.expect
56 _host=$1
59 ${SSHKEYGEN} $_keygenopt -f $OBJ/kh.invalid -F $_host > $OBJ/kh.result
92 _host=$1
96 ${SSHKEYGEN} -f $_file -HF $_host | grep '|1|' | \
97 sed "s/^[^ ]*/$_host/" > $OBJ/kh.result
/freebsd-10-stable/lib/libutil/
H A Dlibutil.h126 int realhostname(char *_host, size_t _hsize, const struct in_addr *_ip);
127 int realhostname_sa(char *_host, size_t _hsize, struct sockaddr *_addr,
/freebsd-10-stable/sys/kern/
H A Dkern_jail.c4509 SYSCTL_JAIL_PARAM_STRING(_host, hostname, CTLFLAG_RW, MAXHOSTNAMELEN,
4511 SYSCTL_JAIL_PARAM_STRING(_host, domainname, CTLFLAG_RW, MAXHOSTNAMELEN,
4513 SYSCTL_JAIL_PARAM_STRING(_host, hostuuid, CTLFLAG_RW, HOSTUUIDLEN,
4515 SYSCTL_JAIL_PARAM(_host, hostid, CTLTYPE_ULONG | CTLFLAG_RW,

Completed in 55 milliseconds