HomeSort by relevance Sort by last modified time
    Searched full:expand_set (Results 1 - 1 of 1) sorted by null

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

Completed in 47 milliseconds