Searched refs:debug_printf_jobs (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/shell/
H A Dhush.c173 #define debug_printf_jobs(...) do {} while (0) macro
738 #ifndef debug_printf_jobs
739 # define debug_printf_jobs(...) (indent(), fprintf(stderr, __VA_ARGS__)) macro
3951 debug_printf_jobs("checkjobs %p\n", fg_pipe);
4010 debug_printf_jobs("pid %d stopped by sig %d (exitcode %d)\n",
4013 debug_printf_jobs("pid %d killed by sig %d (exitcode %d)\n",
4016 debug_printf_jobs("pid %d exited, exitcode %d\n",
4022 debug_printf_jobs("check pid %d\n", fg_pipe->cmds[i].pid);
4048 debug_printf_jobs("fg_pipe: alive_cmds %d stopped_cmds %d\n",
4114 debug_printf_jobs("f
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/shell/
H A Dhush.c173 #define debug_printf_jobs(...) do {} while (0) macro
738 #ifndef debug_printf_jobs
739 # define debug_printf_jobs(...) (indent(), fprintf(stderr, __VA_ARGS__)) macro
3951 debug_printf_jobs("checkjobs %p\n", fg_pipe);
4010 debug_printf_jobs("pid %d stopped by sig %d (exitcode %d)\n",
4013 debug_printf_jobs("pid %d killed by sig %d (exitcode %d)\n",
4016 debug_printf_jobs("pid %d exited, exitcode %d\n",
4022 debug_printf_jobs("check pid %d\n", fg_pipe->cmds[i].pid);
4048 debug_printf_jobs("fg_pipe: alive_cmds %d stopped_cmds %d\n",
4114 debug_printf_jobs("f
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/shell/
H A Dhush.c173 #define debug_printf_jobs(...) do {} while (0) macro
738 #ifndef debug_printf_jobs
739 # define debug_printf_jobs(...) (indent(), fprintf(stderr, __VA_ARGS__)) macro
3951 debug_printf_jobs("checkjobs %p\n", fg_pipe);
4010 debug_printf_jobs("pid %d stopped by sig %d (exitcode %d)\n",
4013 debug_printf_jobs("pid %d killed by sig %d (exitcode %d)\n",
4016 debug_printf_jobs("pid %d exited, exitcode %d\n",
4022 debug_printf_jobs("check pid %d\n", fg_pipe->cmds[i].pid);
4048 debug_printf_jobs("fg_pipe: alive_cmds %d stopped_cmds %d\n",
4114 debug_printf_jobs("f
[all...]

Completed in 215 milliseconds