Searched refs:xpopen_setup (Results 1 – 4 of 4) sorted by relevance
/external/toybox/toys/other/ |
D | timeout.c | 73 TT.pid = xpopen_setup(toys.optargs+1, FLAG(i) ? TT.fds : 0, callback); in timeout_main()
|
/external/toybox/lib/ |
D | xwrap.c | 249 pid_t xpopen_setup(char **argv, int *pipes, void (*callback)(char **argv)) in xpopen_setup() function 336 return xpopen_setup(argv, pipes, 0); in xpopen_both()
|
D | lib.h | 126 pid_t xpopen_setup(char **argv, int *pipes, void (*callback)(char **argv));
|
/external/toybox/toys/pending/ |
D | sh.c | 1459 pid = xpopen_setup(0, 0, subshell_callback); in run_subshell() 3027 } else if (-1==(pp->pid = xpopen_setup(pp->arg.v, 0, sh_exec))) in run_command()
|