| /freebsd-12-stable/contrib/atf/atf-c/detail/ |
| D | fs.c | 220 do_mkstemp(char *tmpl, int *fdout) in do_mkstemp() argument 226 *fdout = mkstemp(tmpl); in do_mkstemp() 227 if (*fdout == -1) in do_mkstemp() 821 atf_fs_mkstemp(atf_fs_path_t *p, int *fdout) in atf_fs_mkstemp() argument 841 *fdout = fd; in atf_fs_mkstemp()
|
| /freebsd-12-stable/contrib/libedit/ |
| D | el.c | 72 int fdin, int fdout, int fderr, int flags) in el_init_internal() argument 84 el->el_outfd = fdout; in el_init_internal() 122 int fdin, int fdout, int fderr) in el_init_fd() argument 124 return el_init_internal(prog, fin, fout, ferr, fdin, fdout, fderr, 0); in el_init_fd()
|
| /freebsd-12-stable/usr.bin/gzip/ |
| D | unlz.c | 323 lz_create(struct lz_decoder *lz, int fin, int fdout, int dict_size) in lz_create() argument 331 lz->fout = fdopen(dup(fdout), "w"); in lz_create() 542 lz_decode(int fin, int fdout, unsigned dict_size, off_t *insize) in lz_decode() argument 547 if (lz_create(&lz, fin, fdout, dict_size) == -1) in lz_decode()
|
| /freebsd-12-stable/sys/dev/fdc/ |
| D | fdc.c | 518 fdout_wr(fdc, fdc->fdout & ~(FDO_FRST|FDO_FDMAEN)); in fdc_reset() 521 fdout_wr(fdc, fdc->fdout & ~FDO_FDMAEN); in fdc_reset() 524 fdout_wr(fdc, fdc->fdout); in fdc_reset() 628 fdc->fdout &= ~FDO_FDSEL; in fd_select() 629 fdc->fdout |= FDO_FDMAEN | FDO_FRST | fd->fdsu; in fd_select() 630 fdout_wr(fdc, fdc->fdout); in fd_select() 667 fdc->fdout |= (FDO_MOEN0 << fd->fdsu); in fd_motor() 672 fdc->fdout &= ~(FDO_MOEN0 << fd->fdsu); in fd_motor() 674 fdout_wr(fdc, fdc->fdout); in fd_motor() 1840 fdout_wr(fdc, fdc->fdout = 0); in fdc_attach()
|
| D | fdcvar.h | 54 int fdout; /* mirror of the w/o digital output reg */ member
|
| /freebsd-12-stable/crypto/heimdal/appl/rcp/ |
| D | rcp.c | 54 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) in do_cmd() argument 785 *fdout = pin[1]; in do_cmd()
|
| /freebsd-12-stable/crypto/openssh/ |
| D | session.c | 561 int fdout, ptyfd, ttyfd, ptymaster; in do_exec_pty() local 576 if ((fdout = dup(ptyfd)) == -1) { in do_exec_pty() 587 close(fdout); in do_exec_pty() 595 close(fdout); in do_exec_pty() 603 close(fdout); in do_exec_pty() 650 session_set_fds(ssh, s, ptyfd, fdout, -1, 1, 1); in do_exec_pty() 2262 int fdin, int fdout, int fderr, int ignore_fderr, int is_tty) in session_set_fds() argument 2271 fdout, fdin, fderr, in session_set_fds()
|
| D | scp.c | 273 char *cmd, int *fdin, int *fdout, pid_t *pid) in do_cmd() argument 341 *fdout = pin[1]; in do_cmd() 357 int fdin, int fdout) in do_cmd2() argument 375 dup2(fdout, 1); in do_cmd2()
|
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/include/sanitizer/ |
| D | linux_syscall_hooks.h | 1683 #define __sanitizer_syscall_pre_tee(fdin, fdout, len, flags) \ argument 1684 __sanitizer_syscall_pre_impl_tee((long)(fdin), (long)(fdout), (long)(len), \ 1686 #define __sanitizer_syscall_post_tee(res, fdin, fdout, len, flags) \ argument 1687 __sanitizer_syscall_post_impl_tee(res, (long)(fdin), (long)(fdout), \ 2970 void __sanitizer_syscall_pre_impl_tee(long fdin, long fdout, long len, 2972 void __sanitizer_syscall_post_impl_tee(long res, long fdin, long fdout,
|
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| D | sanitizer_common_syscalls.inc | 2659 PRE_SYSCALL(tee)(long fdin, long fdout, long len, long flags) {} 2661 POST_SYSCALL(tee)(long res, long fdin, long fdout, long len, long flags) {}
|