Home
last modified time | relevance | path

Searched refs:xpopen_both (Results 1 – 7 of 7) sorted by relevance

/third_party/toybox/lib/
Dxwrap.c227 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()
Dlib.h143 pid_t xpopen_both(char **argv, int *pipes);
/third_party/toybox/toys/other/
Dwatch.c129 TT.pid = xpopen_both(FLAG(x) ? toys.optargs : cmdv, fds); in watch_main()
/third_party/toybox/toys/pending/
Dman.c135 xpopen_both((char *[]){toybuf, s, 0}, fds); in zopen()
Dsh.c500 if (-1 == (pp->pid = xpopen_both(pp->arg.v, pipe))) in run_command()
/third_party/toybox/toys/posix/
Dtar.c858 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/
Dlib.h138 pid_t xpopen_both(char **argv, int *pipes);