Searched refs:fdout (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/tools/lib/subcmd/ |
| H A D | run-command.c | 33 int fdin[2], fdout[2], fderr[2]; in start_command() local 55 if (pipe(fdout) < 0) { in start_command() 62 cmd->out = fdout[0]; in start_command() 73 close_pair(fdout); in start_command() 106 dup2(fdout[1], 1); in start_command() 107 close_pair(fdout); in start_command() 143 close_pair(fdout); in start_command() 159 close(fdout[1]); in start_command()
|
| /linux-6.15/fs/ |
| H A D | splice.c | 1976 SYSCALL_DEFINE4(tee, int, fdin, int, fdout, size_t, len, unsigned int, flags) in SYSCALL_DEFINE4() argument 1988 CLASS(fd, out)(fdout); in SYSCALL_DEFINE4()
|
| /linux-6.15/include/linux/ |
| H A D | syscalls.h | 512 asmlinkage long sys_tee(int fdin, int fdout, size_t len, unsigned int flags);
|