Searched refs:fdin (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/crypto/openssh/
H A Dserverloop.c92 static int fdin; /* Descriptor for stdin (for writing) */ variable
94 May be same number as fdin. */
103 static int fdin_is_tty = 0; /* fdin points to a tty. */
341 if (fdin != -1 && buffer_len(&stdin_buffer) > 0)
342 FD_SET(fdin, *writesetp);
480 if (!compat20 && fdin != -1 && FD_ISSET(fdin, writeset)) {
483 len = write(fdin, data, dlen);
488 if (fdin != fdout)
489 close(fdin);
[all...]
H A Dscp.c124 int do_cmd(char *host, char *remuser, char *cmd, int *fdin, int *fdout);
125 int do_cmd2(char *host, char *remuser, char *cmd, int fdin, int fdout);
232 do_cmd(char *host, char *remuser, char *cmd, int *fdin, int *fdout) argument
293 *fdin = pout[0];
306 do_cmd2(char *host, char *remuser, char *cmd, int fdin, int fdout) argument
320 dup2(fdin, 0);
H A Dsession.c634 * handle the case that fdin and fdout are the same.
2365 session_set_fds(Session *s, int fdin, int fdout, int fderr, int ignore_fderr, argument
2377 fdout, fdin, fderr,
/freebsd-10-stable/contrib/ntp/sntp/libopts/
H A Dmakeshell.c40 emit_var_text(char const * prog, char const * var, int fdin);
219 * The "fdin" is the read end of a pipe to a forked process that
227 * @param[in] fdin the input end of a pipe
230 emit_var_text(char const * prog, char const * var, int fdin) argument
232 FILE * fp = fdopen(fdin, "r" FOPEN_BINARY_FLAG);
/freebsd-10-stable/crypto/heimdal/appl/rcp/
H A Drcp.c54 int do_cmd(char *host, char *remuser, char *cmd, int *fdin, int *fdout);
714 do_cmd(char *host, char *remuser, char *cmd, int *fdin, int *fdout) argument
787 *fdin = pout[0];

Completed in 146 milliseconds