Searched refs:ftp_last_respline (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/src/
H A Dftp.h47 extern char ftp_last_respline[];
H A Dftp-basic.c48 char ftp_last_respline[128]; variable
89 strncpy (ftp_last_respline, line, sizeof (ftp_last_respline));
90 ftp_last_respline[sizeof (ftp_last_respline) - 1] = '\0';
H A Dftp.c1022 expected_bytes = ftp_expected_bytes (ftp_last_respline);
1068 expected_bytes = ftp_expected_bytes (ftp_last_respline);

Completed in 80 milliseconds