Searched refs:remin (Results 1 - 2 of 2) sorted by path

/external/dropbear/
H A Dscp.c280 int errs, remin, remout; variable
397 remin = STDIN_FILENO;
416 remin = remout = -1;
438 if (remin != -1)
439 (void) close(remin);
522 if (remin == -1) {
527 if (do_cmd(host, tuser, bp, &remin,
579 if (do_cmd(host, suser, bp, &remin, &remout, argc) < 0) {
586 (void) close(remin);
587 remin
[all...]
/external/openssh/
H A Dscp.c354 int errs, remin, remout; variable
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
[all...]

Completed in 68 milliseconds