HomeSort by: relevance | last modified time | path
    Searched defs:fetch_url (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.bin/ftp/
fetch.c 110 static int fetch_url(const char *, const char *, char *, char *,
1108 *rval = fetch_url(url, penv,
1243 *rval = fetch_url(url, location,
1393 fetch_url(const char *url, const char *proxyenv, char *proxyauth, function
2281 * "host:path", "ftp://host/path" if $ftpproxy, call fetch_url() else
2283 * "http://host/path" call fetch_url() to use HTTP
2284 * "file:///path" call fetch_url() to copy
2340 return (fetch_url(url, NULL, NULL, NULL, rui));
2359 return fetch_url(url, NULL, NULL, NULL, rui);
2363 * If ftpproxy is set with an FTP URL, use fetch_url()
    [all...]

Completed in 44 milliseconds