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

/illumos-gate/usr/src/cmd/sort/common/
H A Dstreams_wide.c119 str->s_current.l_collate_length = 0;
168 str->s_current.l_collate_length = 0;
215 str->s_current.l_collate_length = 0;
278 if (line->l_collate_length + sizeof (wchar_t) >
281 line->l_collate_length + sizeof (wchar_t));
282 collate_buf_len = line->l_collate_length +
287 line->l_collate_length);
289 *(wchar_t *)(pvs.l_collate.sp + line->l_collate_length) = L'\0';
290 pvs.l_collate_length = line->l_collate_length;
[all...]
H A Dstreams_stdio.c127 str->s_current.l_collate_length = 0;
162 str->s_current.l_collate_length = 0;
235 str->s_current.l_collate_length = 0;
296 str->s_current.l_collate_length = 0;
407 if (line->l_collate_length + 1 > collate_buf_len) {
409 line->l_collate_length + 1);
410 collate_buf_len = line->l_collate_length + 1;
414 line->l_collate_length);
415 *(pvs.l_collate.sp + line->l_collate_length) = '\0';
416 pvs.l_collate_length
[all...]
H A Dstreams_mmap.c62 str->s_current.l_collate_length = 0;
108 str->s_current.l_collate_length = 0;
H A Dconvert.c86 cur_streamp->s_current.l_collate_length,
H A Dfields.c673 * string would cause l_collate_length to exceed l_collate_bufsize
1132 L->l_collate_length = coll_offset;
1134 return (L->l_collate_length);
1201 L->l_collate_length = coll_offset * sizeof (wchar_t);
1206 return (L->l_collate_length);
1290 ssize_t ml = MIN(A->l_collate_length, B->l_collate_length) - depth;
1305 if (A->l_collate_length < B->l_collate_length)
1308 if (A->l_collate_length >
[all...]
H A Dstreams.c484 l_series->l_collate_length + src->s_element_size;
500 (src->s_current.l_collate_length = S->m_coll_convert(
505 l_convert += src->s_current.l_collate_length;
539 } else if (src->s_current.l_collate_length < 0 ||
546 src->s_current.l_collate_length < 0 &&
H A Dmerge.c114 if (strp->s_current.l_collate_length == 0)
184 if (str_a->s_current.l_collate_length != 0)
196 if (str_b->s_current.l_collate_length != 0)
208 if (str_a->s_current.l_collate_length == 0)
H A Dtypes.h63 ssize_t l_collate_length; member in struct:line_rec
H A Dinternal.c280 if (X[p]->l_collate_length - 1 > depth) {

Completed in 298 milliseconds