Home
last modified time | relevance | path

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

/dflybsd-src/lib/libfetch/
H A Dfile.c51 if (us && fetchStatFile(u, us, flags) == -1) in fetchXGetFile()
118 fetchStatFile(struct url *u, struct url_stat *us, const char *flags __unused) in fetchStatFile() function
H A Dfetch.h99 int fetchStatFile(struct url *, struct url_stat *, const char *);
H A DMakefile63 MLINKS+= fetch.3 fetchStatFile.3
H A Dfetch.c142 return (fetchStatFile(URL, us, flags)); in fetchStat()