Home
last modified time | relevance | path

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

/freebsd/lib/libfetch/
H A Dfile.c47 if (us && fetchStatFile(u, us, flags) == -1) in fetchXGetFile()
114 fetchStatFile(struct url *u, struct url_stat *us, const char *flags __unused) in fetchStatFile() function
H A Dfetch.h97 int fetchStatFile(struct url *, struct url_stat *, const char *);
H A DMakefile72 MLINKS+= fetch.3 fetchStatFile.3
H A Dfetch.c138 return (fetchStatFile(URL, us, flags)); in fetchStat()