Home
last modified time | relevance | path

Searched refs:xpopen_setup (Results 1 – 4 of 4) sorted by relevance

/external/toybox/toys/other/
Dtimeout.c73 TT.pid = xpopen_setup(toys.optargs+1, FLAG(i) ? TT.fds : 0, callback); in timeout_main()
/external/toybox/lib/
Dxwrap.c249 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()
Dlib.h126 pid_t xpopen_setup(char **argv, int *pipes, void (*callback)(char **argv));
/external/toybox/toys/pending/
Dsh.c1459 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()