Home
last modified time | relevance | path

Searched refs:stream_open_for_read (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/cmd/sort/common/
H A Dmerge.c307 stream_open_for_read(S, bot_streamp) == -1) { in merge_n_streams()
470 (void) stream_open_for_read(S, cur_streamp); in merge()
479 (void) stream_open_for_read(S, cur_streamp); in merge()
480 (void) stream_open_for_read(S, cur_streamp->s_next); in merge()
H A Dstreams.h70 extern int stream_open_for_read(sort_t *, stream_t *);
H A Dconvert.c60 stream_open_for_read(S, cur_streamp); in convert()
H A Dinternal.c348 if (stream_open_for_read(S, cur_stream) == -1) in internal_sort()
396 (stream_open_for_read(S, cur_stream) == -1)) in internal_sort()
H A Dcheck.c123 if (stream_open_for_read(S, cur_streamp) > 1) in check_if_sorted()
H A Dstreams.c189 stream_open_for_read(sort_t *S, stream_t *str) in stream_open_for_read() function