Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/sort/common/
H A Dfields.h76 extern int collated(line_rec_t *, line_rec_t *, ssize_t, flag_t);
H A Dmerge.c138 collate_fcn = collated; in merge_two_streams()
298 pqueue_init(n_streams, is_single_byte ? collated : collated_wide); in merge_n_streams()
H A Dcheck.c119 collated; in check_if_sorted()
H A Dinternal.c304 0, collated, coll_flags); in radix_quicksort()
H A Dstreams_stdio.c399 collated(&pvs, line, 0, COLL_UNIQUE) == 0) { in stream_stdio_put_line_unique()
H A Dfields.c1288 collated(line_rec_t *A, line_rec_t *B, ssize_t depth, flag_t coll_flag) in collated() function