Home
last modified time | relevance | path

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

/linux-6.6.21/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()
140 close_pair(fdout); in start_command()
156 close(fdout[1]); in start_command()
/linux-6.6.21/fs/
Dsplice.c1939 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/
Dsyscalls.h491 asmlinkage long sys_tee(int fdin, int fdout, size_t len, unsigned int flags);