Home | History | Annotate | Download | only in openssh

Lines Matching defs:in

7  * copyright notice and this permission notice appear in all copies.
11 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
13 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
15 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
121 /* NB. SSH2_FXP_OPEN does the readonly check in the handler itself */
160 verbose("Refusing %s request in read-only mode", h->name);
696 verbose("Refusing open request in read-only mode");
1072 /* send up to 100 entries in one message */
1503 int i, r, in, out, max, ch, skipargs = 0, log_stderr = 0;
1612 in = STDIN_FILENO;
1616 setmode(in, O_BINARY);
1621 if (in > max)
1622 max = in;
1654 FD_SET(in, rset);
1671 if (FD_ISSET(in, rset)) {
1672 len = read(in, buf, sizeof buf);