Home
last modified time | relevance | path

Searched refs:s_array (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/sort/
H A Dstreams_array.c42 str->s_type.LA.s_array[str->s_type.LA.s_cur_index], in stream_array_prime()
64 copy_line_rec(str->s_type.LA.s_array[str->s_type.LA.s_cur_index], in stream_array_fetch()
H A Dstreams.c556 dest->s_type.LA.s_array = safe_realloc(dest->s_type.LA.s_array, in stream_insert()
562 dest->s_type.LA.s_array[i] = l_series; in stream_insert()
H A Dinternal.c301 rqs_algorithm(C->s_type.LA.s_array, C->s_type.LA.s_array_size, in radix_quicksort()
304 rqs_algorithm(C->s_type.LA.s_array, C->s_type.LA.s_array_size, in radix_quicksort()
H A Dtypes.h136 line_rec_t **s_array; member
/illumos-gate/usr/src/lib/libmail/inc/
H A Ds_string.h70 extern string *s_array(char *, size_t len);
84 extern string *s_array();
/illumos-gate/usr/src/lib/libmail/common/
H A Dmapfile-vers68 s_array;
H A Ds_string.c139 s_array(char *cp, size_t len) in s_array() function