Lines Matching refs:streams
28 stream that can be read, written, and seeked. The streams traditionally
31 focuses on the implementation of streams. Other misc. functions in stdio
187 is a little different. fflush() may be asked to flush all of the streams
203 When most streams are created, they have no orientation. The orientation
204 can then be explicitly set by calling fwide(3C). Some streams are also
225 Traditionally, stdio streams were always backed by a file descriptor of
228 were introduced in POSIX 2008 that add support for streams backed by
242 work required to implement non-file descriptor backed streams.
258 it by calling _setorientation(). Not all streams have a default
266 The 32-bit libc has historically been limited to 255 open streams
284 however, non-file backed streams do not have a corresponding file