Searched refs:remout (Results 1 – 2 of 2) sorted by relevance
/external/openssh/ |
D | scp.c | 354 int errs, remin, remout; variable 487 remout = STDOUT_FILENO; in main() 505 remin = remout = -1; in main() 529 if (remout != -1) in main() 530 (void) close(remout); 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() 614 (void) close(remout); in toremote() 615 remin = remout = -1; in toremote() 658 &remout) < 0) in toremote() [all …]
|
/external/dropbear/ |
D | scp.c | 280 int errs, remin, remout; variable 398 remout = STDOUT_FILENO; in scp_main() 416 remin = remout = -1; in scp_main() 440 if (remout != -1) in scp_main() 441 (void) close(remout); in scp_main() 528 &remout, argc) < 0) in toremote() 579 if (do_cmd(host, suser, bp, &remin, &remout, argc) < 0) { in tolocal() 587 remin = remout = -1; in tolocal() 646 (void) atomicio(vwrite, remout, buf, strlen(buf)); in source() 657 (void) atomicio(vwrite, remout, buf, strlen(buf)); in source() [all …]
|