Home
last modified time | relevance | path

Searched refs:debug_printf_subst (Results 1 – 1 of 1) sorted by relevance

/busybox-1.35.0/shell/
Dhush.c471 #define debug_printf_subst(...) do {} while (0) macro
1315 #ifndef debug_printf_subst
1316 # define debug_printf_subst(...) (indent(), fdprintf(2, __VA_ARGS__)) macro
7077 debug_printf_subst("SUBST '%s' first_ch %x\n", arg, first_ch); in expand_vars_to_list()
7080 debug_printf_subst("SUBST RES:%d '%s'\n", G.last_exitcode, subst_result.data); in expand_vars_to_list()
7093 debug_printf_subst("ARITH '%s' first_ch %x\n", arg, first_ch); in expand_vars_to_list()
7095 debug_printf_subst("ARITH RES '"ARITH_FMT"'\n", res); in expand_vars_to_list()