Searched refs:xpopen_both (Results 1 – 6 of 6) sorted by relevance
/external/toybox/toys/other/ |
D | watch.c | 129 TT.pid = xpopen_both(FLAG(x) ? toys.optargs : cmdv, fds); in watch_main()
|
/external/toybox/lib/ |
D | xwrap.c | 313 pid_t xpopen_both(char **argv, int *pipes) in xpopen_both() function 346 pid = xpopen_both(argv, pipes); in xpopen() 362 return xpclose_both(xpopen_both(argv, 0), 0); in xrun()
|
D | lib.h | 138 pid_t xpopen_both(char **argv, int *pipes);
|
/external/toybox/toys/pending/ |
D | man.c | 135 xpopen_both((char *[]){toybuf, s, 0}, fds); in zopen()
|
D | sh.c | 974 if (-1 == (pp->pid = xpopen_both(pp->arg.v, 0))) in run_command()
|
/external/toybox/toys/posix/ |
D | tar.c | 865 xpopen_both(zcat ? (char *[]){zcat->str, 0} : in tar_main() 888 pid = xpopen_both(0, pipefd); in tar_main() 936 xpopen_both((char *[]){archiver, "-f", 0}, pipefd); in tar_main()
|