Searched refs:remin (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/crypto/openssh/
H A Dscp.c356 int errs, remin, remout; variable
500 remin = STDIN_FILENO;
519 remin = remout = -1;
541 if (remin != -1)
542 (void) close(remin);
638 if (do_cmd(host, suser, bp, &remin, &remout) < 0)
644 if (do_cmd2(host, tuser, bp, remin, remout) < 0)
647 (void) close(remin);
649 remin = remout = -1;
688 if (remin
[all...]
/freebsd-11-stable/crypto/heimdal/appl/rcp/
H A Drcp.c37 int errs, remin, remout; variable
113 remin = STDIN_FILENO; /* XXX */
132 remin = remout = -1;
210 if (remin == -1) {
215 if (do_cmd(host, tuser, bp, &remin, &remout) < 0)
264 if (do_cmd(host, suser, bp, &remin, &remout) < 0) {
271 close(remin);
272 remin = remout = -1;
445 if (read(remin, cp, 1) <= 0)
450 if (read(remin,
[all...]

Completed in 105 milliseconds