Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/fetch/dist/libfetch/
H A Dfile.c53 static int fetch_stat_file(int, struct url_stat *);
101 if (us && fetch_stat_file(fd, us) == -1) { in fetchXGetFile()
190 fetch_stat_file(int fd, struct url_stat *us) in fetch_stat_file() function
226 rv = fetch_stat_file(fd, us); in fetchStatFile()