Searched refs:getoptionvalue (Results 1 – 6 of 6) sorted by relevance
136 char *getoptionvalue(const char *);
750 no_proxy = getoptionvalue("no_proxy"); in handle_noproxy()1544 penv = getoptionvalue("https_proxy"); in fetch_url()1547 penv = getoptionvalue("http_proxy"); in fetch_url()1549 penv = getoptionvalue("ftp_proxy"); in fetch_url()2360 proxyenv = getoptionvalue("ftp_proxy"); in go_fetch()
1342 p = getoptionvalue("pager"); in ls()2593 p = getoptionvalue("pager"); in lpage()2625 p = getoptionvalue("pager"); in page()
608 int verify = !ftp_truthy("sslnoverify", getoptionvalue("sslnoverify"), 0); in fetch_start_ssl()
1058 getoptionvalue(const char *name) in getoptionvalue() function
397 pass = ftp_strdup(getoptionvalue("anonpass")); in ftp_login()