Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/sort/common/
H A Dinitialize.c84 S->m_single_byte_locale = SGN(MB_CUR_MAX == 1); in initialize_pre()
87 S->m_single_byte_locale = 0; in initialize_pre()
126 if (S->m_single_byte_locale) { in initialize_post()
197 if (S->m_single_byte_locale) { in initialize_post()
H A Dcheck.c206 (S->m_single_byte_locale ? 0 : CHECK_WIDE), in check_if_sorted()
216 (S->m_single_byte_locale ? 0 : CHECK_WIDE), in check_if_sorted()
H A Dinternal.c369 sort_stream->s_element_size = S->m_single_byte_locale ? in internal_sort()
432 (S->m_single_byte_locale ? 0 : ST_WIDE)); in internal_sort()
439 (S->m_single_byte_locale ? 0 : ST_WIDE)); in internal_sort()
H A Dstreams.c208 stream_set(str, STREAM_OPEN | (S->m_single_byte_locale ? in stream_open_for_read()
216 if (S->m_single_byte_locale && in stream_open_for_read()
265 stream_set(str, STREAM_OPEN | (S->m_single_byte_locale ? STREAM_SINGLE : in stream_open_for_read()
H A Dmerge.c81 (S->m_single_byte_locale ? STREAM_SINGLE : STREAM_WIDE) | in prepare_output_stream()
290 flag_t is_single_byte = S->m_single_byte_locale; in merge_n_streams()
H A Dtypes.h277 flag_t m_single_byte_locale; member
H A Doptions.c481 if (S->m_single_byte_locale) { in options()
H A Dutility.c384 if (S->m_single_byte_locale) { in set_memory_ratio()