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 750 no_proxy = getoptionvalue("no_proxy");
1544 penv = getoptionvalue("https_proxy");
1547 penv = getoptionvalue("http_proxy");
1549 penv = getoptionvalue("ftp_proxy");
2360 proxyenv = getoptionvalue("ftp_proxy");
cmds.c 1342 p = getoptionvalue("pager");
2593 p = getoptionvalue("pager");
2625 p = getoptionvalue("pager");
ssl.c 608 int verify = !ftp_truthy("sslnoverify", getoptionvalue("sslnoverify"), 0);
main.c 1058 getoptionvalue(const char *name) function in typeref:typename:char *
1063 errx(1, "getoptionvalue: invoked with NULL name");
1067 errx(1, "getoptionvalue: invoked with unknown option `%s'", name);
util.c 397 pass = ftp_strdup(getoptionvalue("anonpass"));

Completed in 18 milliseconds