Searched refs:expand_vars_to_list (Results 1 – 2 of 2) sorted by relevance
/busybox-1.35.0/docs/ |
D | keep_data_small.txt | 243 expand_vars_to_list - 1712 +1712 win
|
/busybox-1.35.0/shell/ |
D | hush.c | 6029 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()
|