Home
last modified time | relevance | path

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

/freebsd/libexec/phttpget/
H A Dphttpget.c48 static const char * env_HTTP_USER_AGENT; variable
181 env_HTTP_USER_AGENT = getenv("HTTP_USER_AGENT"); in readenv()
182 if (env_HTTP_USER_AGENT == NULL) in readenv()
183 env_HTTP_USER_AGENT = "phttpget/0.1"; in readenv()
211 path, server, env_HTTP_USER_AGENT, in makerequest()