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

/freebsd-9.3-release/contrib/bind9/lib/irs/
H A Dgetnameinfo.c287 char hoststr[1024]; /* is this enough? */ local
359 isc_buffer_init(&b, hoststr,
360 sizeof(hoststr));
385 p = strchr(hoststr, '.');
/freebsd-9.3-release/usr.sbin/lpr/common_source/
H A Dcommon.c240 const char *cp, *numstr, *hoststr; local
248 hoststr = cp;
260 hoststr = cp;
263 *hostpp = hoststr;
/freebsd-9.3-release/crypto/openssh/
H A Dmisc.c369 char *hoststr; local
373 if (asprintf(&hoststr, "[%s]:%d", host, (int)port) < 0)
375 debug3("put_host_port: %s", hoststr);
376 return hoststr;

Completed in 101 milliseconds