HomeSort by: relevance | last modified time | path
    Searched refs:ftp_poll (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.bin/ftp/
extern.h 245 int ftp_poll(struct pollfd *, int, int);
ssl.c 120 rv = ftp_poll(pfd, 1, timeout_secs);
388 rv = ftp_poll(pfd, 1, timeout_secs);
696 rv = ftp_poll(pfd, 1, timeout_secs);
util.c 1442 rv = ftp_poll(pfd, 1, timeout);
1494 ftp_poll(struct pollfd *fds, int nfds, int timeout) function in typeref:typename:int
ftp.c 560 if ((nr = ftp_poll(pfd, nfd, sec * 1000)) <= 0)
1736 rv = ftp_poll(pfd, 1, timeout);

Completed in 14 milliseconds