Home
last modified time | relevance | path

Searched refs:stream_ops_t (Results 1 – 10 of 10) 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_mmap.h51 extern const stream_ops_t stream_mmap_ops;
H A Dstreams_wide.h51 extern const stream_ops_t stream_wide_ops;
H A Dstreams_stdio.h59 extern const stream_ops_t stream_stdio_ops;
H A Dtypes.h182 } stream_ops_t; typedef
209 stream_ops_t s_ops; /* type-specific ops vector */
H A Dstreams_array.c123 const stream_ops_t stream_array_ops = {
H A Dstreams_mmap.c207 const stream_ops_t stream_mmap_ops = {
H A Dstreams_wide.c317 const stream_ops_t stream_wide_ops = {
H A Dstreams_stdio.c479 const stream_ops_t stream_stdio_ops = {
H A Dstreams.c28 static const stream_ops_t invalid_ops = {