Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/ftp/
H A Dfetch.c71 static int file_get(const char *, const char *);
181 file_get(const char *path, const char *outfile) in file_get() function
1295 if (file_get(url + sizeof(FILE_URL) - 1, outfile) == -1) in auto_fetch()