Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dhush.c7180 static char **expand_strvec_to_strvec(char **argv) in expand_strvec_to_strvec() function
8606 argv = expand_strvec_to_strvec(argv + assignment_cnt); in pseudo_exec_argv()
9381 argv_expanded = expand_strvec_to_strvec(argv + command->assignment_cnt); in run_pipe()
9819 for_list = expand_strvec_to_strvec(vals); in run_list()