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

/freebsd-12-stable/contrib/tnftp/src/
H A Dextern.h248 int ftp_poll(struct pollfd *, int, int);
H A Dutil.c1426 rv = ftp_poll(pfd, 1, timeout);
1478 ftp_poll(struct pollfd *fds, int nfds, int timeout) function
H A Dftp.c534 if ((nr = ftp_poll(pfd, nfd, sec * 1000)) <= 0)
1682 rv = ftp_poll(pfd, 1, timeout);

Completed in 107 milliseconds