Home
last modified time | relevance | path

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

/freebsd-14.2/usr.sbin/lpr/common_source/
H A Dcommon.c241 const char *cp, *numstr, *hoststr; in calc_jobnum() local
249 hoststr = cp; in calc_jobnum()
261 hoststr = cp; in calc_jobnum()
264 *hostpp = hoststr; in calc_jobnum()
/freebsd-14.2/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-14.2/crypto/openssh/
H A Dmisc.c693 char *hoststr; in put_host_port() local
697 if (asprintf(&hoststr, "[%s]:%d", host, (int)port) == -1) in put_host_port()
699 debug3("put_host_port: %s", hoststr); in put_host_port()
700 return hoststr; in put_host_port()