Home
last modified time | relevance | path

Searched refs:fetchPut (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/share/examples/refuse/ian/libfetch/
H A Dfetch.c110 fetchPut(struct url *URL, const char *flags) in fetchPut() function
205 f = fetchPut(u, flags); in fetchPutURL()
H A Dfetch.h120 FILE *fetchPut(struct url *, const char *);
H A DMakefile73 MLINKS+= fetch.3 fetchPut.3
/netbsd-src/external/bsd/fetch/dist/libfetch/
H A Dfetch.h141 fetchIO *fetchPut(struct url *, const char *);
H A Dfetch.c115 fetchPut(struct url *URL, const char *flags) in fetchPut() function
214 f = fetchPut(u, flags); in fetchPutURL()