Lines Matching defs:out
14 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
1503 int i, r, in, out, max, ch, skipargs = 0, log_stderr = 0;
1613 out = STDOUT_FILENO;
1617 setmode(out, O_BINARY);
1623 if (out > max)
1624 max = out;
1661 FD_SET(out, wset);
1685 if (FD_ISSET(out, wset)) {
1686 len = write(out, sshbuf_ptr(oqueue), olen);