HomeSort by relevance Sort by last modified time
    Searched refs:hoststr (Results 1 - 3 of 3) sorted by null

  /external/curl/lib/
curl_addrinfo.c 396 char *hoststr; local
405 hoststr = strdup(hostname);
406 if(!hoststr) {
425 free(hoststr);
431 h->h_name = hoststr;
447 free(hoststr);
  /external/libpcap/
pcap-new.c 1227 char hoststr[RPCAP_HOSTLIST_SIZE + 1]; local
    [all...]
  /external/openssh/
misc.c 374 char *hoststr; local
378 if (asprintf(&hoststr, "[%s]:%d", host, (int)port) < 0)
380 debug3("put_host_port: %s", hoststr);
381 return hoststr;

Completed in 184 milliseconds