HomeSort by: relevance | last modified time | path
    Searched refs:fetchStat (Results 1 - 5 of 5) sorted by relevancy

  /src/share/examples/refuse/ian/libfetch/
fetch.h 121 int fetchStat(struct url *, struct url_stat *, const char *);
Makefile 78 MLINKS+= fetch.3 fetchStat.3
fetch.c 129 fetchStat(struct url *URL, struct url_stat *us, const char *flags)
212 * Attempt to parse the given URL; if successful, call fetchStat().
223 s = fetchStat(u, us, flags);
  /src/external/bsd/fetch/dist/libfetch/
fetch.h 142 int fetchStat(struct url *, struct url_stat *, const char *);
fetch.c 135 fetchStat(struct url *URL, struct url_stat *us, const char *flags)
221 * Attempt to parse the given URL; if successful, call fetchStat().
232 s = fetchStat(u, us, flags);

Completed in 21 milliseconds