HomeSort by: relevance | last modified time | path
    Searched defs:go_fetch (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/ftp/
fetch.c 108 static int go_fetch(const char *, struct urlinfo *);
1249 *rval = go_fetch(location, ui);
2291 go_fetch(const char *url, struct urlinfo *rui) function
2375 * calling go_fetch() for each file.
2411 rval = go_fetch(argv[argpos], NULL);
fetch.c 108 static int go_fetch(const char *, struct urlinfo *);
1249 *rval = go_fetch(location, ui);
2291 go_fetch(const char *url, struct urlinfo *rui) function
2375 * calling go_fetch() for each file.
2411 rval = go_fetch(argv[argpos], NULL);

Completed in 29 milliseconds