Home
last modified time | relevance | path

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

/external/toybox/scripts/
Dconfig2help.c213 int dashlinesort(char **a, char **b) in dashlinesort() function
306 qsort(new, clen+tlen, sizeof(char *), (void *)dashlinesort); in main()