Searched refs:debug_printf_expand (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.c174 #define debug_printf_expand(...) do {} while (0) macro
745 #ifndef debug_printf_expand
746 # define debug_printf_expand(...) (indent(), fprintf(stderr, __VA_ARGS__)) macro
2327 debug_printf_expand("finalized n:%d\n", n);
2453 debug_printf_expand("expand_vars_to_list: arg:'%s' or_mask:%x\n", arg, or_mask);
2494 debug_printf_expand("expand_vars_to_list: argv %d (last %d)\n", i, G.global_argc - 1);
2650 debug_printf_expand("expand: length(%s)=", val);
2652 debug_printf_expand("%s\n", val);
2751 debug_printf_expand("expand: op:%c (null:%s) test:%i\n", exp_op,
2790 debug_printf_expand("unquote
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/shell/
H A Dhush.c174 #define debug_printf_expand(...) do {} while (0) macro
745 #ifndef debug_printf_expand
746 # define debug_printf_expand(...) (indent(), fprintf(stderr, __VA_ARGS__)) macro
2327 debug_printf_expand("finalized n:%d\n", n);
2453 debug_printf_expand("expand_vars_to_list: arg:'%s' or_mask:%x\n", arg, or_mask);
2494 debug_printf_expand("expand_vars_to_list: argv %d (last %d)\n", i, G.global_argc - 1);
2650 debug_printf_expand("expand: length(%s)=", val);
2652 debug_printf_expand("%s\n", val);
2751 debug_printf_expand("expand: op:%c (null:%s) test:%i\n", exp_op,
2790 debug_printf_expand("unquote
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/shell/
H A Dhush.c174 #define debug_printf_expand(...) do {} while (0) macro
745 #ifndef debug_printf_expand
746 # define debug_printf_expand(...) (indent(), fprintf(stderr, __VA_ARGS__)) macro
2327 debug_printf_expand("finalized n:%d\n", n);
2453 debug_printf_expand("expand_vars_to_list: arg:'%s' or_mask:%x\n", arg, or_mask);
2494 debug_printf_expand("expand_vars_to_list: argv %d (last %d)\n", i, G.global_argc - 1);
2650 debug_printf_expand("expand: length(%s)=", val);
2652 debug_printf_expand("%s\n", val);
2751 debug_printf_expand("expand: op:%c (null:%s) test:%i\n", exp_op,
2790 debug_printf_expand("unquote
[all...]

Completed in 182 milliseconds