Searched refs:fdout (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/tools/lib/subcmd/ |
H A D | run-command.c | 32 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 D | 0005-fix-file-descriptor-leaks-reported-by-cppcheck.patch | 73 + close(fdout); 78 if (write(fdout, buf, 81 + close(fdout);
|
/openbmc/google-misc/subprojects/nemora-postd/ |
H A D | README.md | 30 exec socat udp-recvfrom:3960,fork exec:"$DECODE_CMD",fdout=stdout
|
/openbmc/openbmc/poky/meta/recipes-devtools/expect/expect/ |
H A D | 0001-Add-prototype-to-function-definitions.patch | 39 @@ -760,7 +761,7 @@ expCreateChannel(interp,fdin,fdout,pid)
|
/openbmc/linux/fs/ |
H A D | splice.c | 1939 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 D | syscalls.h | 491 asmlinkage long sys_tee(int fdin, int fdout, size_t len, unsigned int flags);
|