Home
last modified time | relevance | path

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

/netbsd-src/usr.sbin/sysinst/
H A Dnet.c968 static int do_ftp_fetch(const char *, bool, struct ftpinfo *);
973 return do_ftp_fetch(set_name, use_tgz_for_set(set_name), &ftp); in ftp_fetch()
979 return do_ftp_fetch(set_name, true, &pkgsrc); in pkgsrc_fetch()
983 do_ftp_fetch(const char *set_name, bool force_tgz, struct ftpinfo *f) in do_ftp_fetch() function