Home
last modified time | relevance | path

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

/freebsd-13.1/libexec/phttpget/
H A Dphttpget.c51 static const char * env_HTTP_USER_AGENT; variable
184 env_HTTP_USER_AGENT = getenv("HTTP_USER_AGENT"); in readenv()
185 if (env_HTTP_USER_AGENT == NULL) in readenv()
186 env_HTTP_USER_AGENT = "phttpget/0.1"; in readenv()
214 path, server, env_HTTP_USER_AGENT, in makerequest()