Home
last modified time | relevance | path

Searched refs:timedread (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dftp.c91 static ssize_t timedread(int fd, void *buf, size_t maxlen, int timeout);
123 bufcnt = timedread(fd, buf, bufsize, timeout); in fdio_fillbuf()
149 timedread(int fd, void *buf, size_t size, int timeout) in timedread() function
1233 while ((c = timedread(infd, buf, FTPBUFSIZ, timeout)) > 0) { in recvrequest()