Searched refs:xpopen_both (Results 1 – 7 of 7) sorted by relevance
/third_party/toybox/lib/ |
D | xwrap.c | 227 pid_t xpopen_both(char **argv, int *pipes) in xpopen_both() function 339 pid = xpopen_both(argv, pipes); in xpopen() 355 return xpclose_both(xpopen_both(argv, 0), 0); in xrun()
|
D | lib.h | 143 pid_t xpopen_both(char **argv, int *pipes);
|
/third_party/toybox/toys/other/ |
D | watch.c | 129 TT.pid = xpopen_both(FLAG(x) ? toys.optargs : cmdv, fds); in watch_main()
|
/third_party/toybox/toys/pending/ |
D | man.c | 135 xpopen_both((char *[]){toybuf, s, 0}, fds); in zopen()
|
D | sh.c | 500 if (-1 == (pp->pid = xpopen_both(pp->arg.v, pipe))) in run_command()
|
/third_party/toybox/toys/posix/ |
D | tar.c | 858 xpopen_both(zcat ? (char *[]){zcat->str, 0} : in tar_main() 881 pid = xpopen_both(0, pipefd); in tar_main() 929 xpopen_both((char *[]){archiver, "-f", 0}, pipefd); in tar_main()
|
/third_party/toybox/porting/liteos_a/lib/ |
D | lib.h | 138 pid_t xpopen_both(char **argv, int *pipes);
|