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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/shell/
H A Dhush.c2410 static int expand_vars_to_list(char **list, int n, char **posp, char *arg, char or_mask) function
2423 if (n) debug_printf_expand("expand_vars_to_list finalized list[%d]=%p '%s' "
2457 debug_printf_expand("expand_vars_to_list: argv %d (last %d)\n", i, global_argc-1);
2462 if (n) debug_printf_expand("expand_vars_to_list 2 finalized list[%d]=%p '%s' "
2478 if (n) debug_printf_expand("expand_vars_to_list 3 finalized list[%d]=%p '%s' "
2519 debug_printf_expand("expand_vars_to_list adding tail '%s' at %p\n", arg, pos);
2524 debug_printf_expand("expand_vars_to_list list[%d] empty, going back\n", n);
2559 n = expand_vars_to_list(list, n, &pos, *v++, or_mask);

Completed in 74 milliseconds