Searched refs:httpuseragent (Results 1 – 3 of 3) sorted by relevance
165 char *httpuseragent; variable420 httpuseragent = NULL; in main()550 free (httpuseragent); in main()553 if (asprintf(&httpuseragent, "User-Agent: %s", in main()586 if (httpuseragent == NULL) in main()587 httpuseragent = HTTP_USER_AGENT; in main()
179 extern char *httpuseragent; /* user agent for http(s) connections */
710 epath, proxyhost, buf ? buf : "", httpuseragent); in url_get()777 ftp_printf(fin, "\r\n%s%s\r\n", buf ? buf : "", httpuseragent); in url_get()