Home
last modified time | relevance | path

Searched refs:remin (Results 1 – 2 of 2) sorted by relevance

/external/openssh/
Dscp.c354 int errs, remin, remout; variable
486 remin = STDIN_FILENO; in main()
505 remin = remout = -1; in main()
527 if (remin != -1) in main()
528 (void) close(remin); in main()
605 if (do_cmd(host, suser, bp, &remin, &remout) < 0) in toremote()
610 if (do_cmd2(host, tuser, bp, remin, remout) < 0) in toremote()
613 (void) close(remin); in toremote()
615 remin = remout = -1; in toremote()
654 if (remin == -1) { in toremote()
[all …]
/external/dropbear/
Dscp.c280 int errs, remin, remout; variable
397 remin = STDIN_FILENO; in scp_main()
416 remin = remout = -1; in scp_main()
438 if (remin != -1) in scp_main()
439 (void) close(remin); in scp_main()
522 if (remin == -1) { in toremote()
527 if (do_cmd(host, tuser, bp, &remin, in toremote()
579 if (do_cmd(host, suser, bp, &remin, &remout, argc) < 0) { in tolocal()
586 (void) close(remin); in tolocal()
587 remin = remout = -1; in tolocal()
[all …]