Searched refs:posix_sort (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.bin/sort/
H A Dsort.c104 int posix_sort; variable
197 posix_sort = 0;
208 posix_sort = 1;
255 posix_sort = 0;
H A Dsort.h169 extern int posix_sort;
H A Dfields.c162 * For 'sort -u' posix_sort is unset.
164 keybuf->keylen = posix_sort ? keybuf->length : keybuf->offset;

Completed in 113 milliseconds