Searched defs:fdout (Results 1 - 12 of 12) sorted by relevance
/third_party/musl/libc-test/src/regression/ |
H A D | daemon-failure.c | 20 int r, pid, fd[2], fdout, s; in main() local
|
/third_party/ltp/testcases/kernel/syscalls/tee/ |
H A D | tee02.c | 37 int *fdout; member
|
/third_party/ltp/testcases/kernel/syscalls/splice/ |
H A D | splice03.c | 52 int *fdout; member
|
/third_party/cups-filters/filter/foomatic-rip/ |
H A D | process.c | 192 pid_t start_system_process(const char *name, const char *command, FILE **fdin, FILE **fdout) in start_system_process() argument 197 pid_t start_process(const char *name, int (*proc_func)(FILE *, FILE *, void *), void *user_arg, FILE **fdin, FILE **fdout) in start_process() argument
|
/third_party/libwebsockets/minimal-examples/crypto/minimal-crypto-cose-key/ |
H A D | main.c | 16 static int fdin = 0, fdout = 1; variable [all...] |
/third_party/libwebsockets/minimal-examples/crypto/minimal-crypto-cose-sign/ |
H A D | main.c | 14 static int fdin = 0, fdout = 1; variable [all...] |
/third_party/libfuse/example/ |
H A D | hello_ll_uds.c | 280 static ssize_t stream_splice_send(int fdin, off_t *offin, int fdout, in stream_splice_send() argument
|
/third_party/toybox/porting/liteos_a/toys/posix/ |
H A D | cp.c | 112 int fdout = -1, cfd = try->parent ? try->parent->extra : AT_FDCWD, in cp_node() local [all...] |
/third_party/toybox/toys/pending/ |
H A D | crontab.c | 234 int fdin, fdout; in update_crontab() local
|
/third_party/toybox/toys/posix/ |
H A D | cp.c | 128 int fdout = -1, cfd = try->parent ? try->parent->extra : AT_FDCWD, in cp_node() local [all...] |
/third_party/toybox/lib/ |
H A D | lib.c | 805 void delete_tempfile(int fdin, int fdout, char **tempname) in delete_tempfile() argument 816 void replace_tempfile(int fdin, int fdout, char **tempname) in replace_tempfile() argument
|
/third_party/toybox/generated/ |
H A D | globals.h | 1489 int fdout, noeol; member
|
Completed in 12 milliseconds