Home
last modified time | relevance | path

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

/netbsd-src/external/mpl/dhcp/bind/dist/lib/irs/
H A Dgetnameinfo.c307 char hoststr[1024]; /* is this enough? */ local
387 isc_buffer_init(&b, hoststr,
388 sizeof(hoststr));
411 p = strchr(hoststr, '.');
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dmisc.c668 char *hoststr; in put_host_port() local
672 if (asprintf(&hoststr, "[%s]:%d", host, (int)port) == -1) in put_host_port()
674 debug3("put_host_port: %s", hoststr); in put_host_port()
675 return hoststr; in put_host_port()