Home
last modified time | relevance | path

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

/netbsd/src/usr.bin/ftp/
Dfetch.c109 static int go_fetch(const char *, struct urlinfo *);
1248 *rval = go_fetch(location, ui); in negotiate_connection()
2285 go_fetch(const char *url, struct urlinfo *rui) in go_fetch() function
2405 rval = go_fetch(argv[argpos], NULL); in auto_fetch()