Searched refs:stream_open_for_read (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/cmd/sort/ |
H A D | merge.c | 305 stream_open_for_read(S, bot_streamp) == -1) { in merge_n_streams() 468 (void) stream_open_for_read(S, cur_streamp); in merge() 477 (void) stream_open_for_read(S, cur_streamp); in merge() 478 (void) stream_open_for_read(S, cur_streamp->s_next); in merge()
|
H A D | streams.h | 68 extern int stream_open_for_read(sort_t *, stream_t *);
|
H A D | convert.c | 58 stream_open_for_read(S, cur_streamp); in convert()
|
H A D | internal.c | 346 if (stream_open_for_read(S, cur_stream) == -1) in internal_sort() 394 (stream_open_for_read(S, cur_stream) == -1)) in internal_sort()
|
H A D | check.c | 121 if (stream_open_for_read(S, cur_streamp) > 1) in check_if_sorted()
|
H A D | streams.c | 187 stream_open_for_read(sort_t *S, stream_t *str) in stream_open_for_read() function
|