Home
last modified time | relevance | path

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

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