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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/shell/
H A Dhush.c532 static char **expand_strvec_to_strvec(char **argv);
1336 argv = expand_strvec_to_strvec(argv);
1726 argv_expanded = expand_strvec_to_strvec(argv + i);
1742 argv_expanded = expand_strvec_to_strvec(argv + i);
2032 for_list = expand_strvec_to_strvec(pi->next->progs->argv);
2292 /* expand_strvec_to_strvec() takes a list of strings, expands
2583 static char **expand_strvec_to_strvec(char **argv) function

Completed in 110 milliseconds