Lines Matching defs:read
157 * read-wrapper to support reading from stdin on Windows.
169 return read(fd, buf, count);
185 #undef read
186 #define read(a,b,c) read_wincon(a,b,c)
225 * fullread is a wrapper around the read() function. This will repeat the call
226 * to read() until it actually has read the complete number of bytes indicated
228 * retry of the read call.
237 ssize_t rc = read(filedes,
250 logmsg("unrecoverable read() failure: (%d) %s",
265 logmsg("read %zd bytes", nread);
317 * read_stdin tries to read from stdin nbytes into the given buffer. This is a
319 * read or FALSE when an unrecoverable error has been detected. Failure of this
827 /* stdout and stderr are never ready for read or exceptional */
839 /* remove from descriptor set if not ready for read/accept/close */
923 /* We must read more data to stay in sync */
1031 logmsg("No socket to read on");
1038 logmsg("disconnected, no socket to read on");
1072 /* read from stdin, commands/data to be dealt with and possibly passed on
1175 /* read from socket, pass on data to stdout */