Home
last modified time | relevance | path

Searched refs:m_single_byte_locale (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/sort/
H A Dinitialize.c82 S->m_single_byte_locale = SGN(MB_CUR_MAX == 1); in initialize_pre()
85 S->m_single_byte_locale = 0; in initialize_pre()
136 if (S->m_single_byte_locale) { in initialize_post()
207 if (S->m_single_byte_locale) { in initialize_post()
H A Dcheck.c204 (S->m_single_byte_locale ? 0 : CHECK_WIDE), in check_if_sorted()
214 (S->m_single_byte_locale ? 0 : CHECK_WIDE), in check_if_sorted()
H A Dinternal.c367 sort_stream->s_element_size = S->m_single_byte_locale ? in internal_sort()
430 (S->m_single_byte_locale ? 0 : ST_WIDE)); in internal_sort()
437 (S->m_single_byte_locale ? 0 : ST_WIDE)); in internal_sort()
H A Dstreams.c206 stream_set(str, STREAM_OPEN | (S->m_single_byte_locale ? in stream_open_for_read()
214 if (S->m_single_byte_locale && in stream_open_for_read()
263 stream_set(str, STREAM_OPEN | (S->m_single_byte_locale ? STREAM_SINGLE : in stream_open_for_read()
H A Dmerge.c79 (S->m_single_byte_locale ? STREAM_SINGLE : STREAM_WIDE) | in prepare_output_stream()
288 flag_t is_single_byte = S->m_single_byte_locale; in merge_n_streams()
H A Dtypes.h275 flag_t m_single_byte_locale; member
H A Doptions.c479 if (S->m_single_byte_locale) { in options()
H A Dutility.c382 if (S->m_single_byte_locale) { in set_memory_ratio()