Searched refs:fdout (Results 1 – 3 of 3) sorted by relevance
/linux-6.6.21/tools/lib/subcmd/ |
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-6.6.21/fs/ |
D | splice.c | 1939 SYSCALL_DEFINE4(tee, int, fdin, int, fdout, size_t, len, unsigned int, flags) in SYSCALL_DEFINE4() argument 1953 out = fdget(fdout); in SYSCALL_DEFINE4()
|
/linux-6.6.21/include/linux/ |
D | syscalls.h | 491 asmlinkage long sys_tee(int fdin, int fdout, size_t len, unsigned int flags);
|