Home
last modified time | relevance | path

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

/dragonfly/lib/libfetch/
H A Dfetch.h114 FILE *fetchPutFTP(struct url *, const char *);
H A DMakefile56 MLINKS+= fetch.3 fetchPutFTP.3
H A Dfetch.c120 return (fetchPutFTP(URL, flags)); in fetchPut()
H A Dftp.c1178 fetchPutFTP(struct url *url, const char *flags) in fetchPutFTP() function