Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dtr.c127 static char *expand_set(char *arg, int *len) in expand_set() function
257 set1 = expand_set(toys.optargs[0], &TT.len1); in tr_main()
261 set2 = expand_set(toys.optargs[1], &TT.len2); in tr_main()