Searched refs:pseudo_exec (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/shell/
H A Dlash.c122 static int pseudo_exec(struct child_prog *cmd) ATTRIBUTE_NORETURN;
244 pseudo_exec(child);
1128 static int pseudo_exec(struct child_prog *child) function
1235 * and are handled in pseudo_exec. "echo foo | read bar"
1305 pseudo_exec(child);
H A Dhush.c492 static void pseudo_exec(struct child_prog *child) ATTRIBUTE_NORETURN;
1378 static void pseudo_exec(struct child_prog *child) function
1389 debug_printf_exec("pseudo_exec: setting interactive_fd=0\n");
1392 debug_printf_exec("pseudo_exec: run_list_real\n");
1400 debug_printf("trying to pseudo_exec null command\n");
1681 * pseudo_exec. "echo foo | read bar" doesn't work on bash, either.
1818 pseudo_exec(child);
1904 /* NB: called by pseudo_exec, and therefore must not modify any

Completed in 34 milliseconds