usr.bin/ftp/fetch.c
1002
getresponse(FETCH *fin, char **cp, size_t buflen, int *hcode)
usr.bin/ftp/fetch.c
1120
negotiate_connection(FETCH *fin, const char *url, const char *penv,
usr.bin/ftp/fetch.c
1286
connectmethod(FETCH *fin, const char *url, const char *penv,
usr.bin/ftp/fetch.c
1420
FETCH *volatile fin;
usr.bin/ftp/fetch.c
818
print_host(FETCH *fin, const struct urlinfo *ui)
usr.bin/ftp/fetch.c
844
print_agent(FETCH *fin)
usr.bin/ftp/fetch.c
856
print_cache(FETCH *fin, int isproxy)
usr.bin/ftp/fetch.c
864
print_get(FETCH *fin, int hasleading, int isproxy, const struct urlinfo *oui,
usr.bin/ftp/fetch.c
927
print_proxy(FETCH *fin, int hasleading, const char *wwwauth,
usr.bin/ftp/fetch.c
951
print_connect(FETCH *fin, const struct urlinfo *ui)
usr.bin/ftp/fetch.c
980
getresponseline(FETCH *fin, char *buf, size_t buflen, int *len)