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

/freebsd-9.3-release/usr.bin/fetch/
H A Dfetch.c94 static long ftp_timeout = TIMEOUT; /* default timeout for FTP transfers */ variable
469 timeout = T_secs ? T_secs : ftp_timeout;
1072 ftp_timeout = strtol(s, &end, 10);
1073 if (*s == '\0' || *end != '\0' || ftp_timeout < 0) {
1075 ftp_timeout = 0;
/freebsd-9.3-release/lib/libftpio/
H A Dftpio.c65 static void ftp_timeout(int sig);
536 ftp_timeout(int sig) function
539 /* Debug("ftp_pkg: ftp_timeout called - operation timed out"); */
552 new.sa_handler = ftp_timeout;

Completed in 101 milliseconds