Searched refs:fdout (Results 1 – 3 of 3) sorted by relevance
/linux/tools/lib/subcmd/ |
A D | run-command.c | 32 int fdin[2], fdout[2], fderr[2]; in start_command() local 54 if (pipe(fdout) < 0) { in start_command() 61 cmd->out = fdout[0]; in start_command() 72 close_pair(fdout); in start_command() 105 dup2(fdout[1], 1); in start_command() 106 close_pair(fdout); in start_command() 140 close_pair(fdout); in start_command() 156 close(fdout[1]); in start_command()
|
/linux/fs/ |
A D | splice.c | 1698 SYSCALL_DEFINE4(tee, int, fdin, int, fdout, size_t, len, unsigned int, flags) in SYSCALL_DEFINE4() argument 1712 out = fdget(fdout); in SYSCALL_DEFINE4()
|
/linux/include/linux/ |
A D | syscalls.h | 548 asmlinkage long sys_tee(int fdin, int fdout, size_t len, unsigned int flags);
|
Completed in 7 milliseconds