Searched refs:debug_printf_clean (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.c179 #define debug_printf_clean(...) do {} while (0) macro
771 #ifndef debug_printf_clean
772 # define debug_printf_clean(...) (indent(), fprintf(stderr, __VA_ARGS__)) macro
3342 debug_printf_clean("run pipe: (pid %d)\n", getpid());
3345 debug_printf_clean(" command %d:\n", i);
3348 debug_printf_clean(" argv[%d] = %s\n", a, *p);
3355 debug_printf_clean(" begin group (cmd_type:%d)\n",
3358 debug_printf_clean(" end group\n");
3374 debug_printf_clean(" redirect %d%s",
3378 debug_printf_clean(" fnam
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/shell/
H A Dhush.c179 #define debug_printf_clean(...) do {} while (0) macro
771 #ifndef debug_printf_clean
772 # define debug_printf_clean(...) (indent(), fprintf(stderr, __VA_ARGS__)) macro
3342 debug_printf_clean("run pipe: (pid %d)\n", getpid());
3345 debug_printf_clean(" command %d:\n", i);
3348 debug_printf_clean(" argv[%d] = %s\n", a, *p);
3355 debug_printf_clean(" begin group (cmd_type:%d)\n",
3358 debug_printf_clean(" end group\n");
3374 debug_printf_clean(" redirect %d%s",
3378 debug_printf_clean(" fnam
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/shell/
H A Dhush.c179 #define debug_printf_clean(...) do {} while (0) macro
771 #ifndef debug_printf_clean
772 # define debug_printf_clean(...) (indent(), fprintf(stderr, __VA_ARGS__)) macro
3342 debug_printf_clean("run pipe: (pid %d)\n", getpid());
3345 debug_printf_clean(" command %d:\n", i);
3348 debug_printf_clean(" argv[%d] = %s\n", a, *p);
3355 debug_printf_clean(" begin group (cmd_type:%d)\n",
3358 debug_printf_clean(" end group\n");
3374 debug_printf_clean(" redirect %d%s",
3378 debug_printf_clean(" fnam
[all...]

Completed in 118 milliseconds