Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dftp.c88 static ssize_t timedread(int fd, void *buf, size_t maxlen, int timeout);
120 bufcnt = timedread(fd, buf, bufsize, timeout); in fdio_fillbuf()
146 timedread(int fd, void *buf, size_t size, int timeout) in timedread() function
1237 while ((c = timedread(infd, buf, FTPBUFSIZ, timeout)) > 0) { in recvrequest()