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 109 static int go_fetch(const char *, struct urlinfo *);
1248 *rval = go_fetch(location, ui);
2285 go_fetch(const char *url, struct urlinfo *rui) function in typeref:typename:int
2369 * calling go_fetch() for each file.
2405 rval = go_fetch(argv[argpos], NULL);
fetch.c 109 static int go_fetch(const char *, struct urlinfo *);
1248 *rval = go_fetch(location, ui);
2285 go_fetch(const char *url, struct urlinfo *rui) function in typeref:typename:int
2369 * calling go_fetch() for each file.
2405 rval = go_fetch(argv[argpos], NULL);

Completed in 27 milliseconds