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

/freebsd-11-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-11-stable/crypto/openssh/
H A Dscp.c123 int do_cmd(char *host, char *remuser, char *cmd, int *fdin, int *fdout);
124 int do_cmd2(char *host, char *remuser, char *cmd, int fdin, int fdout);
231 do_cmd(char *host, char *remuser, char *cmd, int *fdin, int *fdout) argument
292 *fdin = pout[0];
305 do_cmd2(char *host, char *remuser, char *cmd, int fdin, int fdout) argument
319 dup2(fdin, 0);
H A Dsession.c464 * handle the case that fdin and fdout are the same.
2134 session_set_fds(Session *s, int fdin, int fdout, int fderr, int ignore_fderr, argument
2144 fdout, fdin, fderr,
/freebsd-11-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];
/freebsd-11-stable/lib/libedit/
H A Del.c75 int fdin, int fdout, int fderr)
88 el->el_infd = fdin;
74 el_init_fd(const char *prog, FILE *fin, FILE *fout, FILE *ferr, int fdin, int fdout, int fderr) argument
/freebsd-11-stable/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dlinux_syscall_hooks.h1683 #define __sanitizer_syscall_pre_tee(fdin, fdout, len, flags) \
1684 __sanitizer_syscall_pre_impl_tee((long)(fdin), (long)(fdout), (long)(len), \
1686 #define __sanitizer_syscall_post_tee(res, fdin, fdout, len, flags) \
1687 __sanitizer_syscall_post_impl_tee(res, (long)(fdin), (long)(fdout), \
2968 void __sanitizer_syscall_pre_impl_tee(long fdin, long fdout, long len,
2970 void __sanitizer_syscall_post_impl_tee(long res, long fdin, long fdout,

Completed in 209 milliseconds