Searched refs:hoststr (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/usr.sbin/lpr/common_source/ |
| H A D | common.c | 243 const char *cp, *numstr, *hoststr; in calc_jobnum() local 251 hoststr = cp; in calc_jobnum() 263 hoststr = cp; in calc_jobnum() 266 *hostpp = hoststr; in calc_jobnum()
|
| /freebsd-13.1/contrib/libpcap/ |
| H A D | pcap-rpcap.c | 2879 char hoststr[RPCAP_HOSTLIST_SIZE + 1]; in pcap_remoteact_list() local 2891 if (sock_getascii_addrport((struct sockaddr_storage *) &temp->host, hoststr, in pcap_remoteact_list() 2900 len = len + strlen(hoststr) + 1 /* the separator */; in pcap_remoteact_list() 2909 pcap_strlcat(hostlist, hoststr, PCAP_ERRBUF_SIZE); in pcap_remoteact_list()
|
| /freebsd-13.1/crypto/openssh/ |
| H A D | misc.c | 667 char *hoststr; in put_host_port() local 671 if (asprintf(&hoststr, "[%s]:%d", host, (int)port) == -1) in put_host_port() 673 debug3("put_host_port: %s", hoststr); in put_host_port() 674 return hoststr; in put_host_port()
|