Searched refs:fds (Results 1 – 6 of 6) sorted by relevance
| /third_party/uapp/dash/src/ |
| A D | process.c | 55 int *fds, char err_msg[FDIO_SPAWN_ERR_MSG_MAX_LENGTH]) in process_subshell() argument 96 … {.action = FDIO_SPAWN_ACTION_CLONE_FD, .fd = {.local_fd = fds ? fds[0] : 0, .target_fd = 0}}, in process_subshell() 97 … {.action = FDIO_SPAWN_ACTION_CLONE_FD, .fd = {.local_fd = fds ? fds[1] : 1, .target_fd = 1}}, in process_subshell() 98 … {.action = FDIO_SPAWN_ACTION_CLONE_FD, .fd = {.local_fd = fds ? fds[2] : 2, .target_fd = 2}}, in process_subshell()
|
| A D | eval.c | 562 int fds[3] = { STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO }; in evalpipe() local 582 fds[0] = pip[0]; in evalpipe() 586 fds[1] = pip[1]; in evalpipe() 588 fds[1] = STDOUT_FILENO; in evalpipe() 592 …zx_status_t status = process_subshell(lp->n, envp, &processes[idx], jp->zx_job_hndl, fds, err_msg); in evalpipe() 593 if (fds[0] != STDIN_FILENO) in evalpipe() 594 close(fds[0]); in evalpipe() 595 if (fds[1] != STDOUT_FILENO) in evalpipe() 596 close(fds[1]); in evalpipe() 647 int fds[3] = { STDIN_FILENO, pip[1], STDERR_FILENO }; in evalbackcmd() local [all …]
|
| A D | process.h | 18 int *fds, char err_msg[FDIO_SPAWN_ERR_MSG_MAX_LENGTH]);
|
| /third_party/ulib/musl/stubs/ |
| A D | iostubs.c | 510 static int stub_poll(struct pollfd* fds, nfds_t n, int timeout) { in stub_poll() argument 517 static int stub_ppoll(struct pollfd* fds, nfds_t n, const struct timespec* timeout_ts, in stub_ppoll() argument
|
| /third_party/ulib/jemalloc/ |
| A D | ChangeLog | 723 "swap.prezeroed", "swap.nfds", and "swap.fds" mallctls.
|
| /third_party/ulib/musl/ |
| A D | WHATSNEW | 1028 - linux's lack of support for fchdir, fchmod, fchown, fstat on O_PATH fds
|
Completed in 13 milliseconds