Searched refs:remin (Results 1 – 1 of 1) sorted by relevance
/external/dropbear/ |
D | scp.c | 280 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 …]
|