Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sort/
H A Dstreams_wide.c117 str->s_current.l_collate_length = 0; in stream_wide_prime()
166 str->s_current.l_collate_length = 0; in stream_wide_fetch()
213 str->s_current.l_collate_length = 0; in stream_wide_fetch_overwrite()
276 if (line->l_collate_length + sizeof (wchar_t) > in stream_wide_put_line_unique()
279 line->l_collate_length + sizeof (wchar_t)); in stream_wide_put_line_unique()
280 collate_buf_len = line->l_collate_length + in stream_wide_put_line_unique()
285 line->l_collate_length); in stream_wide_put_line_unique()
287 *(wchar_t *)(pvs.l_collate.sp + line->l_collate_length) = L'\0'; in stream_wide_put_line_unique()
288 pvs.l_collate_length = line->l_collate_length; in stream_wide_put_line_unique()
303 str->s_current.l_collate_length != -1) { in stream_wide_eos()
H A Dstreams_stdio.c125 str->s_current.l_collate_length = 0; in stream_stdio_prime()
160 str->s_current.l_collate_length = 0; in stream_stdio_prime()
233 str->s_current.l_collate_length = 0; in stream_stdio_fetch()
294 str->s_current.l_collate_length = 0; in stream_stdio_fetch_overwrite()
405 if (line->l_collate_length + 1 > collate_buf_len) { in stream_stdio_put_line_unique()
407 line->l_collate_length + 1); in stream_stdio_put_line_unique()
408 collate_buf_len = line->l_collate_length + 1; in stream_stdio_put_line_unique()
412 line->l_collate_length); in stream_stdio_put_line_unique()
413 *(pvs.l_collate.sp + line->l_collate_length) = '\0'; in stream_stdio_put_line_unique()
414 pvs.l_collate_length = line->l_collate_length; in stream_stdio_put_line_unique()
[all …]
H A Dfields.c1132 L->l_collate_length = coll_offset; in field_convert()
1134 return (L->l_collate_length); in field_convert()
1201 L->l_collate_length = coll_offset * sizeof (wchar_t); in field_convert_wide()
1206 return (L->l_collate_length); in field_convert_wide()
1290 ssize_t ml = MIN(A->l_collate_length, B->l_collate_length) - depth; in collated()
1305 if (A->l_collate_length < B->l_collate_length) in collated()
1308 if (A->l_collate_length > B->l_collate_length) in collated()
1342 ssize_t ml = MIN(A->l_collate_length, B->l_collate_length) - depth; in collated_wide()
1356 if (A->l_collate_length < B->l_collate_length) in collated_wide()
1359 if (A->l_collate_length > B->l_collate_length) in collated_wide()
H A Dstreams.c482 l_series->l_collate_length + src->s_element_size; in stream_insert()
498 (src->s_current.l_collate_length = S->m_coll_convert( in stream_insert()
503 l_convert += src->s_current.l_collate_length; in stream_insert()
537 } else if (src->s_current.l_collate_length < 0 || in stream_insert()
544 src->s_current.l_collate_length < 0 && in stream_insert()
H A Dmerge.c112 if (strp->s_current.l_collate_length == 0) in merge_one_stream()
182 if (str_a->s_current.l_collate_length != 0) in merge_two_streams()
194 if (str_b->s_current.l_collate_length != 0) in merge_two_streams()
206 if (str_a->s_current.l_collate_length == 0) in merge_two_streams()
H A Dstreams_mmap.c60 str->s_current.l_collate_length = 0; in stream_mmap_prime()
106 str->s_current.l_collate_length = 0; in stream_mmap_fetch()
H A Dconvert.c84 cur_streamp->s_current.l_collate_length, in convert()
H A Dtypes.h61 ssize_t l_collate_length; member
H A Dinternal.c278 if (X[p]->l_collate_length - 1 > depth) { in rqs_algorithm()