Home
last modified time | relevance | path

Searched refs:fdout (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/tools/lib/subcmd/
H A Drun-command.c33 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 Dsplice.c1976 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 Dsyscalls.h512 asmlinkage long sys_tee(int fdin, int fdout, size_t len, unsigned int flags);