Home
last modified time | relevance | path

Searched refs:fetchStatFTP (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/lib/libfetch/
H A Dfetch.h113 int fetchStatFTP(struct url *, struct url_stat *, const char *);
H A DMakefile71 MLINKS+= fetch.3 fetchStatFTP.3
H A Dfetch.c140 return (fetchStatFTP(URL, us, flags)); in fetchStat()
H A Dftp.c1188 fetchStatFTP(struct url *url, struct url_stat *us, const char *flags) in fetchStatFTP() function