Home | History | Annotate | Download | only in openssh

Lines Matching refs:remin

354 int errs, remin, remout;
486 remin = STDIN_FILENO;
505 remin = remout = -1;
527 if (remin != -1)
528 (void) close(remin);
605 if (do_cmd(host, suser, bp, &remin, &remout) < 0)
610 if (do_cmd2(host, tuser, bp, remin, remout) < 0)
613 (void) close(remin);
615 remin = remout = -1;
654 if (remin == -1) {
657 if (do_cmd(host, tuser, bp, &remin,
709 if (do_cmd(host, suser, bp, &remin, &remout) < 0) {
716 (void) close(remin);
717 remin = remout = -1;
936 if (atomicio(read, remin, cp, 1) != 1)
941 if (atomicio(read, remin, &ch, sizeof(ch)) != sizeof(ch))
1083 set_nonblock(remin);
1090 j = atomicio6(read, remin, cp, amt,
1115 unset_nonblock(remin);
1185 if (atomicio(read, remin, &resp, sizeof(resp)) != sizeof(resp))
1198 if (atomicio(read, remin, &ch, sizeof(ch)) != sizeof(ch))