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

  /src/usr.bin/ftp/
fetch.c 111 static int fetch_url(const char *, const char *, char *, char *,
1107 *rval = fetch_url(url, penv,
1242 *rval = fetch_url(url, location,
1392 fetch_url(const char *url, const char *proxyenv, char *proxyauth, function in typeref:typename:int
2275 * "host:path", "ftp://host/path" if $ftpproxy, call fetch_url() else
2277 * "http://host/path" call fetch_url() to use HTTP
2278 * "file:///path" call fetch_url() to copy
2334 return (fetch_url(url, NULL, NULL, NULL, rui));
2353 return fetch_url(url, NULL, NULL, NULL, rui);
2357 * If ftpproxy is set with an FTP URL, use fetch_url()
    [all...]
fetch.c 111 static int fetch_url(const char *, const char *, char *, char *,
1107 *rval = fetch_url(url, penv,
1242 *rval = fetch_url(url, location,
1392 fetch_url(const char *url, const char *proxyenv, char *proxyauth, function in typeref:typename:int
2275 * "host:path", "ftp://host/path" if $ftpproxy, call fetch_url() else
2277 * "http://host/path" call fetch_url() to use HTTP
2278 * "file:///path" call fetch_url() to copy
2334 return (fetch_url(url, NULL, NULL, NULL, rui));
2353 return fetch_url(url, NULL, NULL, NULL, rui);
2357 * If ftpproxy is set with an FTP URL, use fetch_url()
    [all...]

Completed in 26 milliseconds