Home
last modified time | relevance | path

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

/busybox-1.35.0/docs/
Dkeep_data_small.txt243 expand_vars_to_list - 1712 +1712 win
/busybox-1.35.0/shell/
Dhush.c6029 static int expand_vars_to_list(o_string *output, int n, char *arg);
6332 return expand_vars_to_list(output, n, str); in encode_then_append_var_plusminus()
6352 n = expand_vars_to_list(output, n, dest.data); in encode_then_append_var_plusminus()
6443 n = expand_vars_to_list(output, n, dest.data); in encode_then_append_var_plusminus()
6964 static NOINLINE int expand_vars_to_list(o_string *output, int n, char *arg) in expand_vars_to_list() function
7168 n = expand_vars_to_list(&output, n, *argv++); in expand_variables()