Home
last modified time | relevance | path

Searched refs:hostline (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/unbound/dist/contrib/
H A Dbuild-unbound-localzone-from-hosts.pl19 while ( my $hostline = <HOSTS> ) {
22 if ( $hostline !~ "^#" and $hostline !~ '^\s+$' ) {
24 my @entries = split( /\s+/, $hostline );
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dsshconnect.c1003 char hostline[1000], *hostp, *fp, *ra; in check_host_key() local
1269 snprintf(hostline, sizeof(hostline), "%s,%s", host, ip); in check_host_key()
1270 hostp = hostline; in check_host_key()
1280 hostline, host_key, in check_host_key()