Searched refs:fetchPut (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/lib/libfetch/
H A Dfetch.h123 FILE *fetchPut(struct url *, const char *);
H A DMakefile66 MLINKS+= fetch.3 fetchPut.3
H A Dfetch.c109 fetchPut(struct url *URL, const char *flags) function
196 * Attempt to parse the given URL; if successful, call fetchPut().
207 f = fetchPut(u, flags);

Completed in 60 milliseconds