Home
last modified time | relevance | path

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

/linux-6.12.1/tools/lib/subcmd/
Drun-command.c32 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()
142 close_pair(fdout); in start_command()
158 close(fdout[1]); in start_command()
/linux-6.12.1/fs/
Dsplice.c2006 SYSCALL_DEFINE4(tee, int, fdin, int, fdout, size_t, len, unsigned int, flags) in SYSCALL_DEFINE4() argument
2020 out = fdget(fdout); in SYSCALL_DEFINE4()
/linux-6.12.1/include/linux/
Dsyscalls.h499 asmlinkage long sys_tee(int fdin, int fdout, size_t len, unsigned int flags);