Searched refs:collect_wildcards (Results 1 – 1 of 1) sorted by relevance
/external/toybox/toys/pending/ |
D | sh.c | 1258 static void collect_wildcards(char *new, long oo, struct sh_arg *deck) in collect_wildcards() function 1331 collect_wildcards("", 0, deck); in wildcard_add_files() 1367 else if (deck) collect_wildcards(ss, ii, deck); in slashcopy() 1372 collect_wildcards("", 0, deck); in slashcopy() 1429 if (!(flags&NO_PATH) && !(qq&1)) collect_wildcards(new, oo, ant); in expand_arg_nobrace() 1795 for (jj = 0; ifs[jj]; jj++) collect_wildcards(ifs, jj, ant); in expand_arg_nobrace() 1808 else while (dd--) collect_wildcards(new, oo++, ant); in expand_arg_nobrace() 1852 if (ant!=&deck && ant->v) collect_wildcards("", 0, ant); in expand_arg_nobrace()
|