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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/shell/
H A Dhush.c97 #define debug_printf_expand(...) do {} while (0) macro
117 #ifndef debug_printf_expand
118 #define debug_printf_expand(...) fprintf(stderr, __VA_ARGS__) macro
2307 debug_printf_expand("count_ifs('%s') ifs='%s'", str, ifs);
2314 debug_printf_expand(" return %d\n", cnt);
2394 if (n) debug_printf_expand("expand_on_ifs finalized list[%d]=%p '%s' "
2424 if (n) debug_printf_expand("expand_vars_to_list finalized list[%d]=%p '%s' "
2458 debug_printf_expand("expand_vars_to_list: argv %d (last %d)\n", i, global_argc-1);
2463 if (n) debug_printf_expand("expand_vars_to_list 2 finalized list[%d]=%p '%s' "
2479 if (n) debug_printf_expand("expand_vars_to_lis
[all...]

Completed in 43 milliseconds