Searched refs:fetchStatFTP (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/share/examples/refuse/ian/libfetch/ |
H A D | fetch.h | 109 int fetchStatFTP(struct url *, struct url_stat *, const char *);
|
H A D | Makefile | 79 MLINKS+= fetch.3 fetchStatFTP.3
|
H A D | fetch.c | 138 return (fetchStatFTP(URL, us, flags)); in fetchStat()
|
H A D | ftp.c | 1180 fetchStatFTP(struct url *url, struct url_stat *us, const char *flags) in fetchStatFTP() function
|
/netbsd-src/external/bsd/fetch/dist/libfetch/ |
H A D | fetch.h | 128 int fetchStatFTP(struct url *, struct url_stat *, const char *);
|
H A D | fetch.c | 145 return (fetchStatFTP(URL, us, flags)); in fetchStat()
|
H A D | ftp.c | 1259 fetchStatFTP(struct url *url, struct url_stat *us, const char *flags) in fetchStatFTP() function
|