Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sort/common/
H A Dstreams_wide.c119 str->s_current.l_collate_length = 0; in stream_wide_prime()
168 str->s_current.l_collate_length = 0; in stream_wide_fetch()
215 str->s_current.l_collate_length = 0; in stream_wide_fetch_overwrite()
278 if (line->l_collate_length + sizeof (wchar_t) > in stream_wide_put_line_unique()
281 line->l_collate_length + sizeof (wchar_t)); in stream_wide_put_line_unique()
282 collate_buf_len = line->l_collate_length + in stream_wide_put_line_unique()
287 line->l_collate_length); in stream_wide_put_line_unique()
289 *(wchar_t *)(pvs.l_collate.sp + line->l_collate_length) = L'\0'; in stream_wide_put_line_unique()
290 pvs.l_collate_length = line->l_collate_length; in stream_wide_put_line_unique()
305 str->s_current.l_collate_length != -1) { in stream_wide_eos()
H A Dstreams_stdio.c127 str->s_current.l_collate_length = 0; in stream_stdio_prime()
162 str->s_current.l_collate_length = 0; in stream_stdio_prime()
235 str->s_current.l_collate_length = 0; in stream_stdio_fetch()
296 str->s_current.l_collate_length = 0; in stream_stdio_fetch_overwrite()
407 if (line->l_collate_length + 1 > collate_buf_len) { in stream_stdio_put_line_unique()
409 line->l_collate_length + 1); in stream_stdio_put_line_unique()
410 collate_buf_len = line->l_collate_length + 1; in stream_stdio_put_line_unique()
414 line->l_collate_length); in stream_stdio_put_line_unique()
415 *(pvs.l_collate.sp + line->l_collate_length) = '\0'; in stream_stdio_put_line_unique()
416 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.c484 l_series->l_collate_length + src->s_element_size; in stream_insert()
500 (src->s_current.l_collate_length = S->m_coll_convert( in stream_insert()
505 l_convert += src->s_current.l_collate_length; in stream_insert()
539 } else if (src->s_current.l_collate_length < 0 || in stream_insert()
546 src->s_current.l_collate_length < 0 && in stream_insert()
H A Dmerge.c114 if (strp->s_current.l_collate_length == 0) in merge_one_stream()
184 if (str_a->s_current.l_collate_length != 0) in merge_two_streams()
196 if (str_b->s_current.l_collate_length != 0) in merge_two_streams()
208 if (str_a->s_current.l_collate_length == 0) in merge_two_streams()
H A Dstreams_mmap.c62 str->s_current.l_collate_length = 0; in stream_mmap_prime()
108 str->s_current.l_collate_length = 0; in stream_mmap_fetch()
H A Dconvert.c86 cur_streamp->s_current.l_collate_length, in convert()
H A Dtypes.h63 ssize_t l_collate_length; member
H A Dinternal.c280 if (X[p]->l_collate_length - 1 > depth) { in rqs_algorithm()