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

  /src/usr.bin/ftp/
fetch.c 110 static int fetch_ftp(const char *);
1459 rval = fetch_ftp(url);
1489 rval = fetch_ftp(url);
1557 rval = fetch_ftp(url);
1947 fetch_ftp(const char *url) function in typeref:typename:int
2276 * call fetch_ftp()
2358 * Otherwise, use fetch_ftp().
2364 return (fetch_ftp(url));
fetch.c 110 static int fetch_ftp(const char *);
1459 rval = fetch_ftp(url);
1489 rval = fetch_ftp(url);
1557 rval = fetch_ftp(url);
1947 fetch_ftp(const char *url) function in typeref:typename:int
2276 * call fetch_ftp()
2358 * Otherwise, use fetch_ftp().
2364 return (fetch_ftp(url));

Completed in 24 milliseconds