Searched refs:remout (Results 1 – 1 of 1) sorted by relevance
/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 …]
|