Home
last modified time | relevance | path

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

/openbmc/linux/tools/lib/subcmd/
H A 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()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libtar/files/
H A D0005-fix-file-descriptor-leaks-reported-by-cppcheck.patch73 + close(fdout);
78 if (write(fdout, buf,
81 + close(fdout);
/openbmc/google-misc/subprojects/nemora-postd/
H A DREADME.md30 exec socat udp-recvfrom:3960,fork exec:"$DECODE_CMD",fdout=stdout
/openbmc/openbmc/poky/meta/recipes-devtools/expect/expect/
H A D0001-Add-prototype-to-function-definitions.patch39 @@ -760,7 +761,7 @@ expCreateChannel(interp,fdin,fdout,pid)
/openbmc/linux/fs/
H A 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()
/openbmc/linux/include/linux/
H A Dsyscalls.h491 asmlinkage long sys_tee(int fdin, int fdout, size_t len, unsigned int flags);