Home
last modified time | relevance | path

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

/external/openssh/
Dmisc.c366 char *hoststr; in put_host_port() local
370 if (asprintf(&hoststr, "[%s]:%d", host, (int)port) < 0) in put_host_port()
372 debug3("put_host_port: %s", hoststr); in put_host_port()
373 return hoststr; in put_host_port()