Home
last modified time | relevance | path

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

/linux/tools/lib/subcmd/
H A Drun-command.c34 int fdin[2], fdout[2], fderr[2]; in start_command() local
56 if (pipe(fdout) < 0) { in start_command()
63 cmd->out = fdout[0]; in start_command()
74 close_pair(fdout); in start_command()
107 dup2(fdout[1], 1); in start_command()
108 close_pair(fdout); in start_command()
144 close_pair(fdout); in start_command()
160 close(fdout[1]); in start_command()
/linux/fs/
H A Dsplice.c1977 SYSCALL_DEFINE4(tee, int, fdin, int, fdout, size_t, len, unsigned int, flags) in SYSCALL_DEFINE4() argument
1989 CLASS(fd, out)(fdout); in SYSCALL_DEFINE4()
/linux/include/linux/
H A Dsyscalls.h522 asmlinkage long sys_tee(int fdin, int fdout, size_t len, unsigned int flags);