Searched refs:debug_printf_exec (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.c171 #define debug_printf_exec(...) do {} while (0) macro
730 #ifndef debug_printf_exec
731 #define debug_printf_exec(...) (indent(), fprintf(stderr, __VA_ARGS__)) macro
1266 debug_printf_exec("HUPing pgrp %d\n", job->pgrp);
3158 debug_printf_exec("re_execute_shell pid:%d cmd:'%s'\n", getpid(), s);
3365 debug_printf_exec("cmd %p releases child func at %p\n", command, command->child_func);
3466 debug_printf_exec("found builtin '%s'\n", name);
3500 debug_printf_exec("found function '%s'\n", name);
3512 debug_printf_exec("func %p parent_cmd %p\n", funcp, cmd);
3514 debug_printf_exec("freein
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/shell/
H A Dhush.c171 #define debug_printf_exec(...) do {} while (0) macro
730 #ifndef debug_printf_exec
731 #define debug_printf_exec(...) (indent(), fprintf(stderr, __VA_ARGS__)) macro
1266 debug_printf_exec("HUPing pgrp %d\n", job->pgrp);
3158 debug_printf_exec("re_execute_shell pid:%d cmd:'%s'\n", getpid(), s);
3365 debug_printf_exec("cmd %p releases child func at %p\n", command, command->child_func);
3466 debug_printf_exec("found builtin '%s'\n", name);
3500 debug_printf_exec("found function '%s'\n", name);
3512 debug_printf_exec("func %p parent_cmd %p\n", funcp, cmd);
3514 debug_printf_exec("freein
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/shell/
H A Dhush.c171 #define debug_printf_exec(...) do {} while (0) macro
730 #ifndef debug_printf_exec
731 #define debug_printf_exec(...) (indent(), fprintf(stderr, __VA_ARGS__)) macro
1266 debug_printf_exec("HUPing pgrp %d\n", job->pgrp);
3158 debug_printf_exec("re_execute_shell pid:%d cmd:'%s'\n", getpid(), s);
3365 debug_printf_exec("cmd %p releases child func at %p\n", command, command->child_func);
3466 debug_printf_exec("found builtin '%s'\n", name);
3500 debug_printf_exec("found function '%s'\n", name);
3512 debug_printf_exec("func %p parent_cmd %p\n", funcp, cmd);
3514 debug_printf_exec("freein
[all...]

Completed in 188 milliseconds