Searched refs:stream_open_for_read (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/cmd/sort/common/ |
H A D | merge.c | 307 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 D | streams.h | 70 extern int stream_open_for_read(sort_t *, stream_t *);
|
H A D | convert.c | 60 stream_open_for_read(S, cur_streamp); in convert()
|
H A D | internal.c | 348 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 D | check.c | 123 if (stream_open_for_read(S, cur_streamp) > 1) in check_if_sorted()
|
H A D | streams.c | 189 stream_open_for_read(sort_t *S, stream_t *str) in stream_open_for_read() function
|