opnsense-src/usr.bin/sort
Baptiste Daroussin cacedfd1df sort: simplify the code to handle -z flag
(cherry picked from commit f079ef8aa4)
2022-10-19 09:59:29 +02:00
..
nls
tests
bwstring.c sort: replace home made line reader by getdelim(3) 2022-10-19 09:59:28 +02:00
bwstring.h sort: cleanup now unused structutre and prototypes 2022-10-19 09:59:28 +02:00
coll.c sort: replace malloc+memset with calloc 2022-10-19 09:56:50 +02:00
coll.h sort(1): Memoize MD5 computation to reduce repeated computation 2019-04-13 04:42:17 +00:00
file.c sort: simplify the code to handle -z flag 2022-10-19 09:59:29 +02:00
file.h
Makefile Move sort to runtime 2022-08-19 14:27:16 +01:00
Makefile.depend Update Makefile.depend files 2019-12-11 17:37:53 +00:00
Makefile.depend.options Add Makefile.depend.options 2019-12-11 17:37:37 +00:00
mem.c sort: add wrapper around calloc 2022-10-19 09:56:51 +02:00
mem.h sort: add wrapper around calloc 2022-10-19 09:56:51 +02:00
radixsort.c sort: replace malloc+memset with calloc 2022-10-19 09:56:50 +02:00
radixsort.h
sort.1.in Adjust history, info source from v1's manuals 2019-09-04 13:44:46 +00:00
sort.c sort: Fix message catalogue usage 2022-02-04 09:58:13 -05:00
sort.h sort: Fix message catalogue usage 2022-02-04 09:58:13 -05:00
vsort.c
vsort.h