Searched defs:fdout (Results 1 – 13 of 13) sorted by relevance
/external/linux-tools-perf/src/tools/perf/util/ |
D | run-command.c | 21 int fdin[2], fdout[2], fderr[2]; in start_command() local
|
/external/toybox/toys/posix/ |
D | cp.c | 106 int fdout = -1, cfd = try->parent ? try->parent->extra : AT_FDCWD, local
|
/external/e2fsprogs/lib/ext2fs/ |
D | qcow2.c | 129 static int qcow2_copy_data(int fdin, int fdout, ext2_off64_t off_in, in qcow2_copy_data()
|
/external/toybox/toys/pending/ |
D | crontab.c | 231 int fdin, fdout; in update_crontab() local
|
/external/openssh/ |
D | scp.c | 230 do_cmd(char *host, char *remuser, char *cmd, int *fdin, int *fdout) in do_cmd() 304 do_cmd2(char *host, char *remuser, char *cmd, int fdin, int fdout) in do_cmd2()
|
D | session.c | 632 int fdout, ptyfd, ttyfd, ptymaster; in do_exec_pty() local 2327 session_set_fds(Session *s, int fdin, int fdout, int fderr, int ignore_fderr, in session_set_fds()
|
D | serverloop.c | 94 static int fdout; /* Descriptor for stdout (for reading); variable
|
/external/libedit/src/ |
D | el.c | 96 int fdin, int fdout, int fderr) in el_init_fd()
|
/external/toybox/lib/ |
D | lib.c | 539 void delete_tempfile(int fdin, int fdout, char **tempname) in delete_tempfile() 550 void replace_tempfile(int fdin, int fdout, char **tempname) in replace_tempfile()
|
/external/fio/engines/ |
D | net.c | 349 static int splice_io_u(int fdin, int fdout, unsigned int len) in splice_io_u()
|
/external/libvncserver/x11vnc/ |
D | user.c | 2494 char fdout[128]; in do_run_cmd() local
|
/external/toybox/generated/ |
D | globals.h | 1089 int fdout, noeol; member
|
/external/compiler-rt/include/sanitizer/ |
D | linux_syscall_hooks.h | 1684 #define __sanitizer_syscall_pre_tee(fdin, fdout, len, flags) \ argument 1687 #define __sanitizer_syscall_post_tee(res, fdin, fdout, len, flags) \ argument
|