Searched refs:hoststr (Results 1 – 2 of 2) sorted by relevance
307 char hoststr[1024]; /* is this enough? */ local387 isc_buffer_init(&b, hoststr,388 sizeof(hoststr));411 p = strchr(hoststr, '.');
668 char *hoststr; in put_host_port() local672 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()