Home
last modified time | relevance | path

Searched refs:remout (Results 1 – 2 of 2) sorted by relevance

/freebsd-14-stable/crypto/heimdal/appl/rcp/
HDrcp.c37 int errs, remin, remout; variable
114 remout = STDOUT_FILENO; in main()
132 remin = remout = -1; in main()
215 if (do_cmd(host, tuser, bp, &remin, &remout) < 0) in toremote()
264 if (do_cmd(host, suser, bp, &remin, &remout) < 0) { in tolocal()
272 remin = remout = -1; in tolocal()
314 write(remout, buf, strlen(buf)); in source()
324 write(remout, buf, strlen(buf)); in source()
343 write(remout, bp->buf, amt); in source()
345 result = write(remout, bp->buf, (size_t)amt); in source()
[all …]
/freebsd-14-stable/crypto/openssh/
HDscp.c447 int errs, remin, remout, remin2, remout2; variable
668 remout = STDOUT_FILENO; in main()
686 remin = remout = -1; in main()
710 if (remout != -1) in main()
711 (void) close(remout); in main()
1092 &remin, &remout, &do_cmd_pid); in toremote()
1098 remin, remout, (long)do_cmd_pid); in toremote()
1131 bp, &remin, &remout, &do_cmd_pid) < 0) in toremote()
1137 remin, remout) < 0) in toremote()
1141 (void) close(remout); in toremote()
[all …]