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

/freebsd-10.0-release/usr.sbin/lpr/common_source/
H A Dcommon.c239 const char *cp, *numstr, *hoststr; local
247 hoststr = cp;
259 hoststr = cp;
262 *hostpp = hoststr;
/freebsd-10.0-release/crypto/openssh/
H A Dmisc.c367 char *hoststr; local
371 if (asprintf(&hoststr, "[%s]:%d", host, (int)port) < 0)
373 debug3("put_host_port: %s", hoststr);
374 return hoststr;

Completed in 108 milliseconds