Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.rlogind.c138 static int readstream(int, char *, int);
1113 if ((nsize = readstream(f, rlbuf, BUFSIZ)) < 0) in doit()
1577 readstream(int fd, char *buf, int size) in readstream() function
H A Din.telnetd.c269 static int readstream(int, char *, int);
2981 while ((nsize = readstream(f, netibuf, ncc + netip - netibuf)) > 0) { in doit()
4540 readstream(int fd, char *buf, int offset) in readstream() function