Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dsh.c913 static int run_subshell(char *str, int len) in run_subshell() function
985 run_subshell(s, len); in pipe_subshell()
3279 if (!(pp->pid = run_subshell(0, -1))) { in run_lines()