Home
last modified time | relevance | path

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

/freebsd/usr.sbin/lpr/common_source/
H A Dcommon.c235 const char *cp, *numstr, *hoststr; in calc_jobnum() local
243 hoststr = cp; in calc_jobnum()
255 hoststr = cp; in calc_jobnum()
258 *hostpp = hoststr; in calc_jobnum()
/freebsd/contrib/libpcap/
H A Dpcap-rpcap.c3262 char hoststr[RPCAP_HOSTLIST_SIZE + 1]; in pcap_remoteact_list() local
3274 if (sock_getascii_addrport((struct sockaddr_storage *) &temp->host, hoststr, in pcap_remoteact_list()
3284 len = len + strlen(hoststr) + 1 /* the separator */; in pcap_remoteact_list()
3293 pcapint_strlcat(hostlist, hoststr, PCAP_ERRBUF_SIZE); in pcap_remoteact_list()
/freebsd/crypto/openssh/
H A Dmisc.c728 char *hoststr; in put_host_port() local
732 if (asprintf(&hoststr, "[%s]:%d", host, (int)port) == -1) in put_host_port()
734 debug3("put_host_port: %s", hoststr); in put_host_port()
735 return hoststr; in put_host_port()