Home
last modified time | relevance | path

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

/curl/lib/
H A Dcurl_gethostname.c60 const char *force_hostname = getenv("CURL_GETHOSTNAME"); in Curl_gethostname()
61 if(force_hostname) { in Curl_gethostname()
62 if(strlen(force_hostname) < (size_t)namelen) in Curl_gethostname()
63 strcpy(name, force_hostname); in Curl_gethostname()

Completed in 14 milliseconds