Home
last modified time | relevance | path

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

/netbsd/src/usr.bin/ftp/
Dextern.h136 char *getoptionvalue(const char *);
Dfetch.c750 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()
Dcmds.c1342 p = getoptionvalue("pager"); in ls()
2593 p = getoptionvalue("pager"); in lpage()
2625 p = getoptionvalue("pager"); in page()
Dssl.c608 int verify = !ftp_truthy("sslnoverify", getoptionvalue("sslnoverify"), 0); in fetch_start_ssl()
Dmain.c1058 getoptionvalue(const char *name) in getoptionvalue() function
Dutil.c397 pass = ftp_strdup(getoptionvalue("anonpass")); in ftp_login()