Searched refs:timedread (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/ |
H A D | ftp.c | 91 static ssize_t timedread(int fd, void *buf, size_t maxlen, int timeout); 123 bufcnt = timedread(fd, buf, bufsize, timeout); 145 * timedread - read buffer (like "read"), but with timeout (in seconds) 149 timedread(int fd, void *buf, size_t size, int timeout) function 1233 while ((c = timedread(infd, buf, FTPBUFSIZ, timeout)) > 0) {
|
Completed in 88 milliseconds