Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/sort/common/
H A Dstreams_array.c44 str->s_type.LA.s_array[str->s_type.LA.s_cur_index], in stream_array_prime()
66 copy_line_rec(str->s_type.LA.s_array[str->s_type.LA.s_cur_index], in stream_array_fetch()
H A Dstreams.c558 dest->s_type.LA.s_array = safe_realloc(dest->s_type.LA.s_array, in stream_insert()
564 dest->s_type.LA.s_array[i] = l_series; in stream_insert()
H A Dinternal.c303 rqs_algorithm(C->s_type.LA.s_array, C->s_type.LA.s_array_size, in radix_quicksort()
306 rqs_algorithm(C->s_type.LA.s_array, C->s_type.LA.s_array_size, in radix_quicksort()
H A Dtypes.h138 line_rec_t **s_array; member
/titanic_44/usr/src/lib/libmail/inc/
H A Ds_string.h69 extern string *s_array(char *, size_t len);
83 extern string *s_array();
/titanic_44/usr/src/lib/libmail/common/
H A Dmapfile-vers68 s_array;
H A Ds_string.c141 s_array(char *cp, size_t len) in s_array() function