Home
last modified time | relevance | path

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

/freebsd/contrib/tnftp/src/
H A Dextern.h140 char *getoptionvalue(const char *);
H A Dfetch.c608 proxyenv = getoptionvalue("http_proxy"); in fetch_url()
610 proxyenv = getoptionvalue("ftp_proxy"); in fetch_url()
622 no_proxy = getoptionvalue("no_proxy"); in fetch_url()
1761 proxyenv = getoptionvalue("ftp_proxy"); in go_fetch()
H A Dcmds.c1345 p = getoptionvalue("pager"); in ls()
2575 p = getoptionvalue("pager"); in lpage()
2606 p = getoptionvalue("pager"); in page()
H A Dmain.c1036 getoptionvalue(const char *name) in getoptionvalue() function
H A Dutil.c404 pass = ftp_strdup(getoptionvalue("anonpass")); in ftp_login()
/freebsd/contrib/tnftp/
H A DChangeLog1547 - add getoptionvalue() to retrieve an option's value, and replace a few