Searched refs:readstream (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | in.rlogind.c | 138 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 D | in.telnetd.c | 269 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
|