Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sort/
H A Dstreams_array.h48 extern const stream_ops_t stream_array_ops;
H A Dstreams_array.c123 const stream_ops_t stream_array_ops = { variable
H A Dstreams.c73 str->s_ops = stream_array_ops; in stream_set()