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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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.c493 static void pseudo_exec(struct child_prog *child) ATTRIBUTE_NORETURN;
1379 static void pseudo_exec(struct child_prog *child) function
1390 debug_printf_exec("pseudo_exec: setting interactive_fd=0\n");
1393 debug_printf_exec("pseudo_exec: run_list_real\n");
1401 debug_printf("trying to pseudo_exec null command\n");
1682 * pseudo_exec. "echo foo | read bar" doesn't work on bash, either.
1819 pseudo_exec(child);
1905 /* NB: called by pseudo_exec, and therefore must not modify any

Completed in 55 milliseconds