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

/illumos-gate/usr/src/cmd/sort/common/
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);
H A Dmerge.c307 stream_open_for_read(S, bot_streamp) == -1) {
470 (void) stream_open_for_read(S, cur_streamp);
479 (void) stream_open_for_read(S, cur_streamp);
480 (void) stream_open_for_read(S, cur_streamp->s_next);
H A Dcheck.c123 if (stream_open_for_read(S, cur_streamp) > 1)
H A Dinternal.c348 if (stream_open_for_read(S, cur_stream) == -1)
396 (stream_open_for_read(S, cur_stream) == -1))
H A Dstreams.c189 stream_open_for_read(sort_t *S, stream_t *str) function

Completed in 60 milliseconds