Lines Matching full:sort
33 .Nd radix sort
49 are implementations of radix sort.
51 These functions sort an array of pointers to byte strings, the initial
58 Applications may specify a sort order by providing the
66 + 1 bytes which contains the sort
68 The end-of-string byte must have a sort weight of 0 or 255
70 More than one byte may have the same sort weight.
74 is useful for applications which wish to sort different characters
76 for A-Z as for a-z will result in a case-insensitive sort.
126 .Xr sort 1 ,
148 .%B "Engineering Radix Sort"