Home
last modified time | relevance | path

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

/freebsd-14.2/lib/libfetch/
H A Dfile.c98 fetch_stat_file(const char *fn, struct url_stat *us) in fetch_stat_file() function
117 return (fetch_stat_file(u->doc, us)); in fetchStatFile()
146 if (fetch_stat_file(fn, &us) == -1) in fetchListFile()