Searched refs:expand_strvec_to_strvec (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.c531 static char **expand_strvec_to_strvec(char **argv);
1335 argv = expand_strvec_to_strvec(argv);
1725 argv_expanded = expand_strvec_to_strvec(argv + i);
1741 argv_expanded = expand_strvec_to_strvec(argv + i);
2031 for_list = expand_strvec_to_strvec(pi->next->progs->argv);
2291 /* expand_strvec_to_strvec() takes a list of strings, expands
2582 static char **expand_strvec_to_strvec(char **argv) function

Completed in 34 milliseconds