Home
last modified time | relevance | path

Searched refs:stream_new (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/sort/common/
H A Dinitialize.c198 str = stream_new(STREAM_SINGLE | STREAM_NOTFILE); in initialize_post()
201 str = stream_new(STREAM_WIDE | STREAM_NOTFILE); in initialize_post()
H A Dstreams.h69 extern stream_t *stream_new(int);
H A Dstreams.c44 stream_new(int src) in stream_new() function
309 str = stream_new(STREAM_NO_SOURCE); in stream_add_file_to_chain()