Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sort/
H A Dstreams.h62 extern void stream_add_file_to_chain(stream_t **, char *);
H A Doptions.c562 stream_add_file_to_chain( in options()
582 stream_add_file_to_chain(&(S->m_input_streams), in options()
H A Dstreams.c303 stream_add_file_to_chain(stream_t **str_chain, char *filename) in stream_add_file_to_chain() function