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

/freebsd-current/usr.bin/fetch/
H A Dfetch.c94 static long ftp_timeout = TIMEOUT; /* default timeout for FTP transfers */ variable
496 timeout = T_secs ? T_secs : ftp_timeout;
1110 ftp_timeout = strtol(s, &end, 10);
1111 if (*s == '\0' || *end != '\0' || ftp_timeout < 0) {
1113 ftp_timeout = 0;

Completed in 62 milliseconds