Searched refs:remout (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/cmd/ssh/scp/ |
H A D | scp.c | 278 int errs, remin, remout; variable 378 remout = STDOUT_FILENO; 396 remin = remout = -1; 422 if (remout != -1) { 423 (void) close(remout); 514 &remout, argc) < 0) 569 if (do_cmd(host, suser, bp, &remin, &remout, argc) < 0) { 577 remin = remout = -1; 637 (void) atomicio(write, remout, buf, strlen(buf)); 656 (void) atomicio(write, remout, buf, strlen(buf)); [all …]
|