Home
last modified time | relevance | path

Searched refs:fetchStatFile (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/share/examples/refuse/ian/libfetch/
H A Dfile.c49 if (us && fetchStatFile(u, us, flags) == -1) in fetchXGetFile()
111 fetchStatFile(struct url *u, struct url_stat *us, const char *flags __unused) in fetchStatFile() function
H A Dfetch.h95 int fetchStatFile(struct url *, struct url_stat *, const char *);
H A DMakefile80 MLINKS+= fetch.3 fetchStatFile.3
H A Dfetch.c136 return (fetchStatFile(URL, us, flags)); in fetchStat()
/netbsd-src/external/bsd/fetch/dist/libfetch/
H A Dfetch.h112 int fetchStatFile(struct url *, struct url_stat *, const char *);
H A Dfile.c208 fetchStatFile(struct url *u, struct url_stat *us, const char *flags __unused) in fetchStatFile() function
H A Dfetch.c143 return (fetchStatFile(URL, us, flags)); in fetchStat()