Lines Matching refs:remout
382 int errs, remin, remout; variable
540 remout = STDOUT_FILENO; in main()
558 remin = remout = -1; in main()
582 if (remout != -1) in main()
583 (void) close(remout); in main()
938 if (do_cmd(host, suser, sport, bp, &remin, &remout) < 0) in toremote()
943 if (do_cmd2(thost, tuser, tport, bp, remin, remout) < 0) in toremote()
947 (void) close(remout); in toremote()
948 remin = remout = -1; in toremote()
988 &remout) < 0) in toremote()
1049 if (do_cmd(host, suser, sport, bp, &remin, &remout) < 0) { in tolocal()
1057 remin = remout = -1; in tolocal()
1116 if (do_times(remout, verbose_mode, &stb) < 0) in source()
1125 (void) atomicio(vwrite, remout, buf, strlen(buf)); in source()
1137 set_nonblock(remout); in source()
1151 (void)atomicio(vwrite, remout, bp->buf, amt); in source()
1155 if (atomicio6(vwrite, remout, bp->buf, amt, scpio, in source()
1159 unset_nonblock(remout); in source()
1167 (void) atomicio(vwrite, remout, "", 1); in source()
1193 if (do_times(remout, verbose_mode, statp) < 0) { in rsource()
1202 (void) atomicio(vwrite, remout, path, strlen(path)); in rsource()
1221 (void) atomicio(vwrite, remout, "E\n", 2); in rsource()
1267 (void) atomicio(vwrite, remout, "", 1);
1306 (void) atomicio(vwrite, remout, "", 1);
1340 (void) atomicio(vwrite, remout, "", 1);
1443 (void) atomicio(vwrite, remout, "", 1);
1536 (void) atomicio(vwrite, remout, "", 1);
1606 if (fp != NULL || (remout != -1 && (fp = fdopen(remout, "w")))) {