HomeSort by: relevance | last modified time | path
    Searched refs:getoptionvalue (Results 1 - 6 of 6) sorted by relevancy

  /src/usr.bin/ftp/
extern.h 136 char *getoptionvalue(const char *);
fetch.c 749 no_proxy = getoptionvalue("no_proxy");
1545 penv = getoptionvalue("https_proxy");
1548 penv = getoptionvalue("http_proxy");
1550 penv = getoptionvalue("ftp_proxy");
2366 proxyenv = getoptionvalue("ftp_proxy");
cmds.c 1342 p = getoptionvalue("pager");
2593 p = getoptionvalue("pager");
2625 p = getoptionvalue("pager");
main.c 1053 getoptionvalue(const char *name) function
1058 errx(1, "getoptionvalue: invoked with NULL name");
1062 errx(1, "getoptionvalue: invoked with unknown option `%s'", name);
ssl.c 608 int verify = !ftp_truthy("sslnoverify", getoptionvalue("sslnoverify"), 0);
util.c 397 pass = ftp_strdup(getoptionvalue("anonpass"));

Completed in 111 milliseconds